cache (5690b1d9a7c23b9a930b57e62737dde5a3476756fae110acb6c247e0eb427ff2)

Published 2025-11-18 14:44:47 +01:00 by SolaceRenovateFox

Installation

docker pull code.billie.codes/purplebooth/cache:5690b1d9a7c23b9a930b57e62737dde5a3476756fae110acb6c247e0eb427ff2
sha256:da4c93584c8691fdbc8204594e5bb1cff45d4c1ac4f25d5c0140f0309f97c3e4

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"]
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV PATH="/opt/venv/bin:$PATH"
/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y git python3 python3-venv python3-pip jq detox ca-certificates coreutils grep sed && rm -rf /var/lib/apt/lists/* && mkdir -p /opt/venv && python3 -m venv /opt/venv && git clone --depth 1 https://github.com/mkb79/audible-cli.git /src && /opt/venv/bin/pip install --no-cache-dir --upgrade pip && /opt/venv/bin/pip install --no-cache-dir /src && /opt/venv/bin/pip install --no-cache-dir 'h11>=0.16.0'

Labels

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