utility-container-fdupes (latest)
Installation
docker pull code.billie.codes/purplebooth/utility-container-fdupes:latestsha256:870c8724d25debd52e4f4bbfea4f2038b49b260bc3dc8276d228d343106b6963Image 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 |