Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Gentoo
Stage 3
Commits
2207b3fe
Commit
2207b3fe
authored
Dec 20, 2020
by
James T. Lee
Browse files
Sync arm64 image; switch to nest/tools/buildah
parent
41b4b28f
Pipeline
#230
passed with stage
in 1 minute and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
.gitlab-ci.yml
.gitlab-ci.yml
+14
-6
No files found.
.gitlab-ci.yml
View file @
2207b3fe
...
...
@@ -3,13 +3,21 @@ stages:
-
'
sync'
default
:
image
:
'
quay.io/container
s/buildah'
image
:
'
${CI_REGISTRY}/nest/tool
s/buildah
:haswell
'
before_script
:
-
'
buildah
login
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
'
Sync
gentoo/stage3:
amd64'
:
'
Sync
amd64'
:
stage
:
'
sync'
script
:
-
'
buildah
pull
gentoo/stage3:amd64'
-
'
buildah
tag
gentoo/stage3:amd64
"${CI_REGISTRY_IMAGE}:amd64"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:amd64"'
variables
:
ARCH
:
'
amd64'
script
:
&script
-
'
buildah
pull
gentoo/stage3:${ARCH}'
-
'
buildah
tag
gentoo/stage3:${ARCH}
"${CI_REGISTRY_IMAGE}:${ARCH}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${ARCH}"'
'
Sync
arm64'
:
stage
:
'
sync'
variables
:
ARCH
:
'
arm64'
script
:
*script
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment