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
21df2759
Commit
21df2759
authored
Dec 19, 2020
by
James T. Lee
Browse files
Build from vanilla image; update portage first
parent
1b8e14f0
Pipeline
#195
canceled with stage
in 9 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Containerfile
Containerfile
+1
-0
No files found.
.gitlab-ci.yml
View file @
21df2759
...
@@ -14,7 +14,7 @@ default:
...
@@ -14,7 +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
GENTOO_STAGE3_TAG=amd64
--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 @
21df2759
...
@@ -16,6 +16,7 @@ COPY --from=nest-overlay / /var/db/repos/nest/
...
@@ -16,6 +16,7 @@ COPY --from=nest-overlay / /var/db/repos/nest/
# Rebuild all packages using a custom profile
# Rebuild all packages using a custom profile
RUN eselect profile set "nest:${PROFILE}"
RUN eselect profile set "nest:${PROFILE}"
RUN emerge -v1 portage
RUN emerge --info
RUN emerge --info
RUN emerge -ev @world
RUN emerge -ev @world
RUN emerge --depclean
RUN emerge --depclean
...
...
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