elemental-toolkit/examples/scratch
Itxaka 0ffbbb9dc2
[ci] Improvements (#1554)
* [ci] Use retry for network steps

Basically wrap the main network dependent steps (go install with curl
and apt-get) in a retry action so it can be auto retried in case github
has network issues. Those are usually transient so its safe to retry
them.

Signed-off-by: Itxaka <igarcia@suse.com>

* Move opensuse containers to point to registry.opensuse.org

Signed-off-by: Itxaka <igarcia@suse.com>
2022-07-05 14:53:25 +02:00
..
conf
Dockerfile [ci] Improvements (#1554) 2022-07-05 14:53:25 +02:00
README.md

README.md

From scratch image example

Build:

$ docker build -t scratch .

Push to some registry and upgrade your cOS vm to it:

cos-vm $ elemental upgrade --docker-image $IMAGE