(no title)
gkfasdfasdf | 4 months ago
Wouldn't a multistage Dockerfile have accomplished the same thing? smth like
FROM bigimage
RUN rm bigfile
FROM scratch
COPY --from=0 / /
gkfasdfasdf | 4 months ago
Wouldn't a multistage Dockerfile have accomplished the same thing? smth like
FROM bigimage
RUN rm bigfile
FROM scratch
COPY --from=0 / /
mystifyingpoi|3 months ago
pjmlp|3 months ago