Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itisopen/image-helloworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hello-World image on Scaleway

Build Status

Scripts to build the Hello-World image on Scaleway.

This image is built using Image Tools and depends on the official Ubuntu image.

See the Building images on Scaleway with Docker presentation on Slideshare.


This image is meant to be used on a C1 server.

We use the Docker's building system and convert it at the end to a disk image that will boot on real servers without Docker. Note that the image is still runnable as a Docker container for debug or for inheritance.

More info


Install

Build and write the image to /dev/nbd1 (see documentation)

$ make install

Commands

# Clone the hello world docker-based app on an armhf server with Docker
git clone https://github.com/scaleway/image-helloworld.git

# Build and run the image in Docker (for testing)
make shell

# Export and push the rootfs on s3 (requires `s3cmd`)
make publish_on_s3 S3_URL=s3://my-bucket/my-subdir/

# push the image on docker registry
make release DOCKER_NAMESPACE=myusername

Full list of commands available at: scaleway/image-tools


A project by Scaleway

About

💽 Hello World image on Scaleway

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 90.5%
  • Shell 9.5%