2024-01-14 06:59:25 UTC
89.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:dd1be521b4739c5c72ebd11dbfe2eb75c81fc193fa3b711ad6fad65d37066097 - 5.99% (5.37 MB)
[#001] sha256:c36572129e159d2083c246a34a02521df3444a28a714b6fda36852b6bc1b41ea - 0.01% (5.1 KB)
[#002] sha256:d5671ec7fd7876254f1c790a0450d95fa0e0eb4c5fad69e49bb0cc760bb035f3 - 0.0% (966 Bytes)
[#003] sha256:ee400e5ea4429fa8b218941d76439dca97e27cefabfcee41100a22633e47a9fd - 5.52% (4.95 MB)
[#004] sha256:3bc6c942531645868c634f1d1f70f284d7c11a487405530c3f1177a74362b6c0 - 0.0% (3.91 KB)
[#005] sha256:c0a9268cbcf8e5e6631baefab0a91b843587f7d2bc2c3f41666bb31475aad77c - 87.9% (78.9 MB)
[#006] sha256:2eb147e3ec615db7886468830eae5dc485977da05a9b36798d9b5b364d4c9307 - 0.0% (1.35 KB)
[#007] sha256:96852cf13c31294634881fb018a0d6a2257a77c070102dddcf567be274a49c57 - 0.59% (542 KB)
COPY /root-out/ / # buildkit
2024-01-13 13:30:47 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-01-13 13:30:47 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-01-13 13:30:47 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-01-13 13:30:47 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-01-13 13:30:47 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5afef06a-ls34 Build-date:- 2024-01-13T13:29:33+00:00
2024-01-13 13:30:47 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-01-13 13:30:47 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-01-13 13:30:47 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:30:47 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:30:48 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-01-13T13:29:33+00:00 VERSION=5afef06a-ls34 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-01-13 13:30:48 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-4.6.2_v1.2.19-ls6 Build-date:- 2024-01-14T06:57:15+00:00
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-01-14 06:59:24 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-01-14T06:57:15+00:00 VERSION=release-4.6.2_v1.2.19-ls6 QBITTORRENT_VERSION=release-4.6.2_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 openssl1.1-compat 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}/x86_64-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-x64-${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-14 06:59:25 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2024-01-14 06:59:25 UTC
90.3 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:0ce1e697b9eb051a6ddc421b5b31e99b9436b2cecf4f463dd5b0e286f23f5a7d - 6.96% (6.28 MB)
[#001] sha256:c36572129e159d2083c246a34a02521df3444a28a714b6fda36852b6bc1b41ea - 0.01% (5.1 KB)
[#002] sha256:325990eea3be369c9fe9f6a6ad52d7dd87126b0bcd1184398357815d7320e075 - 0.0% (966 Bytes)
[#003] sha256:fecba91432c3aa997a0cc6f3924dff94ea1b5027ca9d310ba4db8ba2af9d1e61 - 5.72% (5.17 MB)
[#004] sha256:a88198484c9fcd4e4c6d9fe1d5d3f9dd8a0919ec6391e5ff14f2eede6019bb1c - 0.0% (3.91 KB)
[#005] sha256:5efce179e059bdfc58d87452a13b1108743908858b13ecea5b66d8b34673ea00 - 86.71% (78.3 MB)
[#006] sha256:b13221ac76002e937e4dec4407002894da763eee193367c15efc835da10757b9 - 0.0% (1.35 KB)
[#007] sha256:0fc062942944428d0a345f162a758255c5d19a4196fc946ef55a7ae49b52a43a - 0.59% (549 KB)
COPY /root-out/ / # buildkit
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5afef06a-ls34 Build-date:- 2024-01-13T13:29:33+00:00
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-01-13 13:30:48 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-01-13 13:30:48 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:30:48 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:30:49 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-01-13T13:29:33+00:00 VERSION=5afef06a-ls34 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-01-13 13:30:49 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-01-13 13:30:49 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-4.6.2_v1.2.19-ls6 Build-date:- 2024-01-14T06:57:15+00:00
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-01-14T06:57:15+00:00 VERSION=release-4.6.2_v1.2.19-ls6 QBITTORRENT_VERSION=release-4.6.2_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 openssl1.1-compat 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-01-14 06:59:25 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-01-14 06:59:25 UTC (buildkit.dockerfile.v0)VOLUME [/config]