utility-container-fdupes (latest)

Published 2026-01-28 22:15:28 +01:00 by SolaceRenovateFox in PurpleBooth/utility-container-fdupes

Installation

docker pull code.billie.codes/purplebooth/utility-container-fdupes:latest
sha256:1b813d843196499b72724769309afa4b0e7863897c453fbc7b6ea284f9103219

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=25.10
ADD file:3c9ad2247c67ca346f1495dbb4344056bebc791542d36d1ebce89d87dd34cf5a in /
CMD ["/bin/bash"]
/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends fdupes && rm -rf /var/lib/apt/lists/*
/bin/sh -c groupadd -g 1568 nonroot && useradd -u 1568 -g 1568 nonroot
USER nonroot
ENTRYPOINT []
CMD ["fdupes"]

Labels

Key Value
io.buildah.version 1.42.2
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 25.10