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
Stage 0
Commits
5c793565
Commit
5c793565
authored
Dec 19, 2020
by
James T. Lee
Browse files
Pass Gentoo stage 3 image tag as a build arg
parent
759398ac
Pipeline
#188
canceled with stage
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
Containerfile
Containerfile
+2
-1
No files found.
.gitlab-ci.yml
View file @
5c793565
...
@@ -14,6 +14,7 @@ default:
...
@@ -14,6 +14,7 @@ default:
-
'
buildah
bud
--pull
-
'
buildah
bud
--pull
--creds="${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD}"
--creds="${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD}"
--security-opt
seccomp=unconfined
--security-opt
seccomp=unconfined
--build-arg
GENTOO_STAGE3_TAG=amd64-systemd
--build-arg
EMERGE_DEFAULT_OPTS="--jobs=${JOBS}
--usepkg"
--build-arg
EMERGE_DEFAULT_OPTS="--jobs=${JOBS}
--usepkg"
--build-arg
MAKEOPTS="-j${JOBS}"
--build-arg
MAKEOPTS="-j${JOBS}"
--build-arg
PROFILE="haswell/server"
--build-arg
PROFILE="haswell/server"
...
...
Containerfile
View file @
5c793565
ARG GENTOO_STAGE3_TAG
FROM nest/overlay AS nest-overlay
FROM nest/overlay AS nest-overlay
FROM nest/gentoo/portage AS gentoo-portage
FROM nest/gentoo/portage AS gentoo-portage
FROM nest/gentoo/stage3:
amd64-systemd
FROM nest/gentoo/stage3:
${GENTOO_STAGE3_TAG}
ARG EMERGE_DEFAULT_OPTS
ARG EMERGE_DEFAULT_OPTS
ARG MAKEOPTS
ARG MAKEOPTS
...
...
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