2024-03-05 01:25:45 UTC
89.5 MB
/config
LSIO_FIRST_PARTYtrue
PATH/lsiopy/bin:/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
VIRTUAL_ENV/lsiopy
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:8b80ebb53314e4ec16880fd55cad5b6f7451aa19a6c0f1159f154e3652d51e12 - 6.58% (5.89 MB)
[#001] sha256:2298c655b51ec3c154f7e128a2ad95bc06f0595171c61a55634ad2ce0c8d9422 - 0.01% (5.41 KB)
[#002] sha256:7f2a306696cc3c1d22a18c628b2330b3ba7c236d2b3123ae806cdce5645b8c36 - 0.0% (967 Bytes)
[#003] sha256:9f32d855387b837ccbca97c91f41defbeb679fc018d422b607fcf0d988d39f10 - 6.05% (5.41 MB)
[#004] sha256:4fd2433766f5c8f53446230fb902fd37711ceef87a35ec17076aa758591424ad - 0.0% (3.91 KB)
[#005] sha256:976ef38ef100fbd588c825c41dee4506bdf162f8179d83f6fee8498f4f3ec88f - 86.73% (77.6 MB)
[#006] sha256:194a4904565cb94ed5529f99276f61e58b29afcd5eef0ded08397f935462e00c - 0.0% (1.41 KB)
[#007] sha256:d3f9950bfeb2ec0eb52b27876bc1d53709564b9c6244045d89d3b3e1521f1444 - 0.63% (579 KB)
COPY /root-out/ / # buildkit
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- baf769b0-ls9 Build-date:- 2024-03-02T13:25:53+00:00
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-03-02 13:27:10 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
2024-03-02 13:27:10 UTC (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 VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-03-02 13:27:11 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-03-02T13:25:53+00:00 VERSION=baf769b0-ls9 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2024-03-02 13:27:11 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-03-02 13:27:11 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-4.6.3_v1.2.19-ls17 Build-date:- 2024-03-05T01:24:19+00:00
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-03-05T01:24:19+00:00 VERSION=release-4.6.3_v1.2.19-ls17 QBITTORRENT_VERSION=release-4.6.3_v1.2.19 QBT_CLI_VERSION= /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 p7zip python3 qt6-qtbase-sqlite && echo "**** install qbittorrent ****" && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases" | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'); fi && curl -o /app/qbittorrent-nox -L "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${QBITTORRENT_VERSION}/aarch64-qbittorrent-nox" && chmod +x /app/qbittorrent-nox && echo "***** install qbitorrent-cli ****" && mkdir /qbt && if [ -z ${QBT_CLI_VERSION+x} ]; then QBT_CLI_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases/latest" | jq -r '. | .tag_name'); fi && curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-arm64-${QBT_CLI_VERSION#v}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* # buildkit
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-03-05 01:25:45 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-03-05 01:25:45 UTC (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.