Commit 21df2759 authored by James T. Lee's avatar 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
...@@ -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"
......
...@@ -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
......
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