2023-02-12 21:54:40 -0600
91.6 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:1ed73f414bdd55e03f68be183528242fcd967d3589648beb220febf6e0e9df41 - 6.19% (5.67 MB)
[#001] sha256:27bdd9a7efd6943b54477adf33631553fa6d16392fa9ce4470a5abec5583b3e9 - 0.0% (3.01 KB)
[#002] sha256:a862b53376acbc524e62b9d0fb93b83c791281fc4d0b765df6aea92be584dc1a - 4.56% (4.17 MB)
[#003] sha256:ae7b8fce449c918467526abca986f07c03563edc89f4255c58686dcc2386f333 - 0.0% (3.88 KB)
[#004] sha256:aad8f56ca3eca69a8a104781042f4dc65d32f4d898a2c4476fd7c76f1ef06678 - 89.24% (81.7 MB)
[#005] sha256:4d50b1a2e9a5fc0a74056ddc96130157842291eb356347afa29d9da839031e20 - 0.0% (1.38 KB)
COPY /root-out/ / # buildkit
2023-01-31 07:32:32 +0100 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-01-31 07:32:32 +0100 (buildkit.dockerfile.v0)ARG VERSION
2023-01-31 07:32:32 +0100 (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-01-31 07:32:32 +0100 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- da526d66-ls65 Build-date:- 2023-01-31T07:31:27+01:00
2023-01-31 07:32:32 +0100 (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-01-31 07:32:32 +0100 (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-01-31 07:32:32 +0100 (buildkit.dockerfile.v0)ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods
2023-01-31 07:32:34 +0100 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-01-31T07:31:27+01:00 VERSION=da526d66-ls65 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2023-01-31 07:32:34 +0100 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-01-31 07:32:34 +0100 (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)ARG VERSION
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)ARG QBT_VERSION
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 4.5.0-r1-ls244 Build-date:- 2023-02-12T21:52:59-06:00
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)LABEL maintainer=thespad
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)ARG UNRAR_VERSION=6.1.7
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)RUN |5 BUILD_DATE=2023-02-12T21:52:59-06:00 VERSION=4.5.0-r1-ls244 QBITTORRENT_VERSION=4.5.0-r1 QBT_VERSION= UNRAR_VERSION=6.1.7 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies build-base && echo "**** install packages ****" && apk add -U --update --no-cache icu-libs libstdc++ openssl openssl1.1-compat p7zip python3 && echo "**** install unrar from source ****" && mkdir /tmp/unrar && curl -o /tmp/unrar.tar.gz -L "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && tar xf /tmp/unrar.tar.gz -C /tmp/unrar --strip-components=1 && cd /tmp/unrar && make && install -v -m755 unrar /usr/bin && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache qbittorrent-nox==${QBITTORRENT_VERSION} && echo "***** install qbitorrent-cli ****" && mkdir /qbt && QBT_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases" | awk '/tag_name/{print $4;exit}' FS='[""]'); curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_VERSION}/qbt-linux-alpine-x64-${QBT_VERSION:1}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* # buildkit
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2023-02-12 21:54:40 -0600 (buildkit.dockerfile.v0)VOLUME [/config]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.