Commit 41b4b28f authored by James T. Lee's avatar James T. Lee
Browse files

Sync vanilla images

There isn't a systemd image for arm and I like the appearance of less
magic.  Nest stage 0 will converge on a systemd profile.
parent 2d870d23
Pipeline #193 passed with stage
in 1 minute and 45 seconds
---
stages:
- 'sync'
default:
image: 'quay.io/containers/buildah'
before_script:
- 'buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"'
stages:
- 'sync'
'Sync gentoo/stage3:amd64-systemd':
'Sync gentoo/stage3:amd64':
stage: 'sync'
script:
- 'buildah pull gentoo/stage3:amd64-systemd'
- 'buildah tag gentoo/stage3:amd64-systemd "${CI_REGISTRY_IMAGE}:amd64-systemd"'
- 'buildah push "${CI_REGISTRY_IMAGE}:amd64-systemd"'
- 'buildah pull gentoo/stage3:amd64'
- 'buildah tag gentoo/stage3:amd64 "${CI_REGISTRY_IMAGE}:amd64"'
- 'buildah push "${CI_REGISTRY_IMAGE}:amd64"'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment