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
1b8e14f0
Commit
1b8e14f0
authored
Dec 19, 2020
by
James T. Lee
Browse files
Rebuild all packages
Don't leave any behind when it comes to my profile settings.
parent
df03a076
Pipeline
#192
canceled with stage
in 5 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Containerfile
Containerfile
+2
-2
No files found.
Containerfile
View file @
1b8e14f0
...
@@ -14,10 +14,10 @@ COPY portage/ /etc/portage/
...
@@ -14,10 +14,10 @@ COPY portage/ /etc/portage/
COPY --from=gentoo-portage / /var/db/repos/gentoo/
COPY --from=gentoo-portage / /var/db/repos/gentoo/
COPY --from=nest-overlay / /var/db/repos/nest/
COPY --from=nest-overlay / /var/db/repos/nest/
#
Update stage 3
#
Rebuild all packages using a custom profile
RUN eselect profile set "nest:${PROFILE}"
RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info
RUN emerge --info
RUN emerge -v
DuN --with-bdeps=y
@world
RUN emerge -
e
v @world
RUN emerge --depclean
RUN emerge --depclean
# Install Puppet and prep package provider
# Install Puppet and prep package provider
...
...
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