Update comments
This commit is contained in:
@ -69,8 +69,8 @@ RUN ln -sf /usr/local/share/catalyst /usr/share/catalyst
|
||||
COPY --from=base /usr/local/bin/shash /usr/local/bin/shash
|
||||
|
||||
# Override Stage3 preclean to add perl-cleaner invocation
|
||||
COPY stage3-preclean-chroot.sh \
|
||||
/usr/local/share/catalyst/targets/stage3/stage3-preclean-chroot.sh
|
||||
#COPY stage3-preclean-chroot.sh \
|
||||
# /usr/local/share/catalyst/targets/stage3/stage3-preclean-chroot.sh
|
||||
|
||||
# Volume for catalyst generated files
|
||||
VOLUME /var/lib/catalyst
|
||||
@ -81,6 +81,11 @@ VOLUME /var/cache/portage/distfiles
|
||||
# Volume for generated packages
|
||||
VOLUME /var/cache/portage/packages
|
||||
|
||||
# Copy base specs.
|
||||
COPY stage1.spec stage1.spec
|
||||
COPY stage2.spec stage2.spec
|
||||
COPY stage3.spec stage3.spec
|
||||
|
||||
# The entrypoint…
|
||||
COPY entrypoint.sh entrypoint.sh
|
||||
|
||||
|
Reference in New Issue
Block a user