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
564af3f1
Commit
564af3f1
authored
Dec 19, 2020
by
James T. Lee
Browse files
Update, then rebuild
parent
762e3460
Pipeline
#206
passed with stage
in 49 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Containerfile
Containerfile
+4
-3
No files found.
Containerfile
View file @
564af3f1
...
@@ -14,11 +14,12 @@ COPY portage/ /etc/portage/
...
@@ -14,11 +14,12 @@ 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/
#
R
ebuild all packages using a custom profile
#
Update, then r
ebuild all packages using a custom profile
RUN eselect profile set "nest:${PROFILE}"
RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info && emerge -v
1
sys-apps/portage
RUN emerge --info && emerge -v
--oneshot
sys-apps/portage
&& emerge --info
RUN emerge -
-info && emerge -ev
@world
RUN emerge -
v --update --deep --newuse --with-bdeps=y
@world
RUN emerge --depclean
RUN emerge --depclean
RUN emerge -v --emptytree @world
# Install Puppet and prep package provider
# Install Puppet and prep package provider
RUN emerge -v app-admin/puppet app-portage/eix
RUN emerge -v app-admin/puppet app-portage/eix
...
...
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