2024-01-17 14:54:24 UTC
87.7 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:c428715fb4c6e4fc856588cd0254b11a793e63d52efc6edc8283dfc3477b6f04 - 6.72% (5.89 MB)
[#001] sha256:c36572129e159d2083c246a34a02521df3444a28a714b6fda36852b6bc1b41ea - 0.01% (5.1 KB)
[#002] sha256:9b7ec154b99005e19a3de06b6b032498c619017735cc87b8a858f1db7055f69a - 0.0% (967 Bytes)
[#003] sha256:2147f92034b236f42229fad08b52e2d79baa3dde648172e96ae45f4e347bc147 - 8.08% (7.08 MB)
[#004] sha256:89cd75d8a2d1a6c0ff245918200c8df64fa414d60ad4fc50617953ba1e2274e3 - 0.0% (3.88 KB)
[#005] sha256:9de86b3be037642b8009aa0287d86be204dc2b5609b2917363b4d866a79ebdde - 84.58% (74.1 MB)
[#006] sha256:3905a4c963710591e1604e4343a5905f6f6c702fe057c74e8d1a4423cc0311d1 - 0.0% (1.34 KB)
[#007] sha256:0a49dbecdbcc1a9778a59ef2f0bc24c151613e7ce66647e1331d6347f41ae7f6 - 0.61% (549 KB)
COPY /root-out/ / # buildkit
2024-01-13 13:35:06 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-01-13 13:35:06 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-01-13 13:35:06 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-01-13 13:35:06 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-01-13 13:35:06 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 295a14f2-ls122 Build-date:- 2024-01-13T13:31:50+00:00
2024-01-13 13:35:06 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-01-13 13:35:06 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-01-13 13:35:06 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-01-13 13:35:06 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-01-13 13:35:08 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-01-13T13:31:50+00:00 VERSION=295a14f2-ls122 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache 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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2024-01-13 13:35:08 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-01-13 13:35:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 4.6.3-r0-ls306 Build-date:- 2024-01-17T14:51:06+00:00
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-01-17T14:51:06+00:00 VERSION=4.6.3-r0-ls306 QBITTORRENT_VERSION=4.6.3-r0 QBT_CLI_VERSION= /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies build-base && echo "**** install packages ****" && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing icu-libs libstdc++ openssl openssl1.1-compat p7zip python3 qt6-qtbase-sqlite && 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 && 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-01-17 14:54:24 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-01-17 14:54:24 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-01-17 14:54:24 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.