cache (bf44818d8ff7da1d97487ed16097547665f618b2f3b28006b9b61aa71f338c6f)

Published 2025-11-18 13:46:25 +01:00 by SolaceRenovateFox

Installation

docker pull code.billie.codes/purplebooth/cache:bf44818d8ff7da1d97487ed16097547665f618b2f3b28006b9b61aa71f338c6f
sha256:b4b428b8379ac3bb5ec830c689c083e82518028cf44227e9db02dd4d013b909f

Image layers

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