2024-11-18 03:22:43 UTC
88.4 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:68c4ea3779b6af5b39b50c9db4969933126112e7a1bddfd7d229687e8e4229fe - 6.41% (5.67 MB)
[#001] sha256:df25a931801a3f099815b275c9959fb0ab6affd88255040d202d9317338dea43 - 0.01% (5.27 KB)
[#002] sha256:ab0ddebe54a67a1fcdf3f9536a9e869be50b5205d556c8a646496a8e1ca6a048 - 0.0% (1.33 KB)
[#003] sha256:19f39f464468ce65076a4d16a10067f5c016e48ed60b7576328a4b89d79b9ed7 - 0.0% (701 Bytes)
[#004] sha256:7560e3e46aa2308fe1ab8ec8222db821d73ebd402c7ee4595c931250deceecbc - 6.36% (5.62 MB)
[#005] sha256:339ecd878087fb7b73b438de330b942245fe18c8275fc5bedc34e1542b91eca9 - 0.0% (3.9 KB)
[#006] sha256:92f9dfc81900da234ae3c1bb55182a50e9bc5725b8d3167b4ea6c1f2e600e6f1 - 86.59% (76.6 MB)
[#007] sha256:a542973522e6168e47b40d24f92d173afb7e6ae7aeddf76d557ff2478826413d - 0.0% (1.45 KB)
[#008] sha256:6f43370b89435bbd6696f30b0e55f642023baf4c69941233e9bdef7845fce387 - 0.63% (571 KB)
COPY /root-out/ / # buildkit
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2024-09-28T13:36:59+00:00
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ARG VERSION=2a6ecb14-ls14
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ARG LSIOWN_VERSION=v1
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 2a6ecb14-ls14 Build-date:- 2024-09-28T13:36:59+00:00
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ADD --chmod=755 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-09-28 13:38:40 UTC (buildkit.dockerfile.v0)ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
2024-09-28 13:38:40 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-09-28 13:38:42 UTC (buildkit.dockerfile.v0)RUN |5 BUILD_DATE=2024-09-28T13:36:59+00:00 VERSION=2a6ecb14-ls14 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils 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-09-28 13:38:42 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-09-28 13:38:42 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2024-11-18T03:21:10+00:00
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG VERSION=release-5.0.2_v1.2.19-ls54
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION=release-5.0.2_v1.2.19
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-5.0.2_v1.2.19-ls54 Build-date:- 2024-11-18T03:21:10+00:00
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-11-18T03:21:10+00:00 VERSION=release-5.0.2_v1.2.19-ls54 QBITTORRENT_VERSION=release-5.0.2_v1.2.19 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add -U --update --no-cache grep 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}/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-net6-${QBT_CLI_VERSION#v}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/* # buildkit
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2024-11-18 03:22:43 UTC
88.1 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:646ff129efa72fbd6124e154d4b0f17fa243763322ff6b46c17457953bc08e7c - 7.48% (6.59 MB)
[#001] sha256:df25a931801a3f099815b275c9959fb0ab6affd88255040d202d9317338dea43 - 0.01% (5.27 KB)
[#002] sha256:c116abe7e7b3a68d232d12dc975f2b607ac2e55dda6bb21254d88f06bd793766 - 0.0% (1.33 KB)
[#003] sha256:ec142417d43e2fed913bce81534d7620c048b9d4dbde1a84b46cf2b85e95441d - 0.0% (700 Bytes)
[#004] sha256:ef02aa7fa9ff3d702ca40a37658f977e64aea4edb7431811dfb0980a364822b3 - 6.71% (5.91 MB)
[#005] sha256:9ae179c6063297d745dc0ca201bb330f514d59bf8c6821bb1c75eb17d39e090f - 0.0% (3.89 KB)
[#006] sha256:73729d11b542369ff6642565ee59a8bfec79a8c8687790b7c9b09841c8d36df3 - 85.16% (75 MB)
[#007] sha256:bb40b2c003ee31c30610e198216be8f9baef754fb28bab97ab3791987df6c680 - 0.0% (1.45 KB)
[#008] sha256:0ecb5a418dc0dfe59c5b29b40832467684e541b3b85d008314c81c6e3a735b9f - 0.63% (571 KB)
COPY /root-out/ / # buildkit
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2024-09-28T13:36:59+00:00
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ARG VERSION=2a6ecb14-ls14
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ARG LSIOWN_VERSION=v1
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 2a6ecb14-ls14 Build-date:- 2024-09-28T13:36:59+00:00
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ADD --chmod=755 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-09-28 13:38:36 UTC (buildkit.dockerfile.v0)ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
2024-09-28 13:38:36 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-09-28 13:38:37 UTC (buildkit.dockerfile.v0)RUN |5 BUILD_DATE=2024-09-28T13:36:59+00:00 VERSION=2a6ecb14-ls14 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils 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-09-28 13:38:37 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-09-28 13:38:37 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2024-11-18T03:21:10+00:00
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG VERSION=release-5.0.2_v1.2.19-ls54
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION=release-5.0.2_v1.2.19
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-5.0.2_v1.2.19-ls54 Build-date:- 2024-11-18T03:21:10+00:00
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-11-18T03:21:10+00:00 VERSION=release-5.0.2_v1.2.19-ls54 QBITTORRENT_VERSION=release-5.0.2_v1.2.19 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add -U --update --no-cache grep 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-net6-${QBT_CLI_VERSION#v}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/* # buildkit
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-11-18 03:22:43 UTC (buildkit.dockerfile.v0)VOLUME [/config]