Add image prune command (#519)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-12-12 19:37:40 +01:00
committed by GitHub
parent 6cac37b603
commit d5b3a9190a
10 changed files with 456 additions and 51 deletions

View File

@@ -38,7 +38,7 @@ LABEL maintainer="CrazyMax"
RUN apk --update --no-cache add \
ca-certificates \
libressl \
&& rm -rf /tmp/* /var/cache/apk/*
&& rm -rf /tmp/*
COPY --from=build /usr/local/bin/diun /usr/local/bin/diun
RUN diun --version