utility-container-audible-cli (ffd5ef1a35146380f689c871f0eac78d702eb6f8e90dbe65eed7f4cd-1763548137627)

Published 2025-11-19 11:29:06 +01:00 by SolaceRenovateFox

Installation

docker pull code.billie.codes/purplebooth/utility-container-audible-cli:ffd5ef1a35146380f689c871f0eac78d702eb6f8e90dbe65eed7f4cd-1763548137627
sha256:9a648ac5273f6022d5ba67d5030b0763186d737a17ec7d27f3a820b1952c195e

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"]
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'
ENV AUDIBLE_PLUGIN_DIR="/src/plugin_cmds"
/bin/sh -c groupadd -g 1568 nonroot && useradd -u 1568 -g 1568 nonroot
ENV PATH="$PATH:/opt/ffmpeg/bin"
COPY dir:af59658052c4410c9bef8bebb8e05692b1c23762c7644fd51f029b7a8c0be07f in /opt/ffmpeg
COPY file:fc9bbc190e772c9d7fc98ee9dc9dcd627073ade7fb95a978bc1c205c8acf8ef5 in /entrypoint.sh
/bin/sh -c chmod +x /entrypoint.sh
USER nonroot
/bin/sh -c audible --help && ffmpeg --help && ffprobe --help
ENTRYPOINT ["/entrypoint.sh"]
LABEL "werf-stage-content-digest"="807c93798cb12fb30a9fc84db94a055480fd12301124c791f61ceba6" "werf"="audible-cli" "werf-version"="v2.51.6" "werf-project-repo-commit"="8fd0cc18d53bd6edb664f5779c590db10264faa0"

Labels

Key Value
io.buildah.version 1.35.1
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 25.10
werf audible-cli
werf-project-repo-commit 8fd0cc18d53bd6edb664f5779c590db10264faa0
werf-stage-content-digest 807c93798cb12fb30a9fc84db94a055480fd12301124c791f61ceba6
werf-version v2.51.6