* [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> |
||
|---|---|---|
| .. | ||
| conf | ||
| Dockerfile | ||
| 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