From d5367039683ce1b3d867993c6de912453e3a9895 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 3 May 2020 22:47:10 +0200 Subject: [PATCH] Remove TODOs. Mounting external storage from the Dockerfile seems impossible. --- gentoo-base.Dockerfile | 3 --- repoman.Dockerfile | 3 --- 2 files changed, 6 deletions(-) diff --git a/gentoo-base.Dockerfile b/gentoo-base.Dockerfile index 327bce0..cf04b1e 100644 --- a/gentoo-base.Dockerfile +++ b/gentoo-base.Dockerfile @@ -25,6 +25,3 @@ LABEL description="My base for Gentoo images (Without build dependencies)." COPY --from=build /workdir / RUN echo 'portage:x:250:250:portage:/var/tmp/portage:/bin/false' >> /etc/passwd RUN echo 'portage::250:portage' >> /etc/group - -# TODO: Mount distfiles. -# TODO: Use ccache with data on external volume. diff --git a/repoman.Dockerfile b/repoman.Dockerfile index e1f5eb4..dc8978c 100644 --- a/repoman.Dockerfile +++ b/repoman.Dockerfile @@ -35,6 +35,3 @@ LABEL maintainer="tastytea+docker@tastytea.de" LABEL description="Latest stable app-portage/repoman." COPY --from=build /workdir / RUN eselect profile set default/linux/amd64/17.1 - -# TODO: Mount distfiles. -# TODO: Use ccache with data on external volume.