cache (d5fe0219ddaecf393342478d5f0f5dd713194bdf9753514f8c3d5c4e8234a814)

Published 2026-01-03 14:09:25 +01:00 by SolaceRenovateFox

Installation

docker pull code.billie.codes/purplebooth/cache:d5fe0219ddaecf393342478d5f0f5dd713194bdf9753514f8c3d5c4e8234a814
sha256:40f3ef0ca42f513c713cecdea0d210dddd1c85c0cfbca804159242be28c7a0df

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

Labels

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