utility-container-fdupes (latest)

Published 2025-12-01 21:22:43 +01:00 by SolaceRenovateFox in PurpleBooth/utility-container-fdupes

Installation

docker pull code.billie.codes/purplebooth/utility-container-fdupes:latest
sha256:870c8724d25debd52e4f4bbfea4f2038b49b260bc3dc8276d228d343106b6963

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=25.10
ADD file:7992b30df2d5e1a9868a357037fee7a935fb600c535045c3dae00a6d2da0ffea 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.41.5
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 25.10