https://github.com/fjudith/scaleway-ubuntu
https://github.com/fjudith/scaleway-ubuntu
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fjudith/scaleway-ubuntu
- Owner: fjudith
- License: mit
- Created: 2018-05-25T15:58:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T15:58:11.000Z (about 7 years ago)
- Last Synced: 2025-02-15T01:28:25.350Z (4 months ago)
- Language: Makefile
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello-World image on Scaleway
[](https://travis-ci.org/scaleway/image-helloworld)
Scripts to build the **Hello-World** image on Scaleway.
This image is built using [Image Tools](https://github.com/scaleway/image-tools) and depends on the official [Ubuntu](https://github.com/scaleway/image-ubuntu) image.
See the [Building images on Scaleway with Docker](http://www.slideshare.net/manfredtouron/while42-paris13-scaleway) 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](https://github.com/scaleway/image-tools)
---
## Install
Build and write the image to `/dev/nbd1` (see [documentation](https://www.scaleway.com/docs/create-an-image-with-docker/))
```console
$ make install
```## Commands
```bash
# 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](https://github.com/scaleway/image-tools/#commands)
---
A project by [](https://www.scaleway.com/)