2023-11-21 01:46:47 UTC
89.2 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:e1a2077ed0e874847153390363deb09a48eeda0f1128e49daf8dbd05caa13ab8 - 6.02% (5.37 MB)
[#001] sha256:07a0e16f7be1dc9cffc471db509ea32eeac380977c2cf3808d4561ea7ebbc116 - 0.0% (4.22 KB)
[#002] sha256:3cc85b5fea5c765fb5f2282cb8c58878c55db02653cc91aa083e12b7f800b29f - 0.0% (966 Bytes)
[#003] sha256:ec5eb6c42b37c2d473530349f7a0602857df3c8df36b3606494a2fb4d4a1b2c1 - 5.54% (4.94 MB)
[#004] sha256:f776dde7a3d221a9b9cf9e193ee16a11324279ca47ccc6e55b993045739e487d - 0.0% (3.91 KB)
[#005] sha256:89c3b23f0a8d8d20b80da5c07c0be34b01efc5b3c9d4ffb591d06de80d99e77b - 88.14% (78.6 MB)
[#006] sha256:284db49386c79fffbf257bac827184a265da89001cae1f493154d34801e2746d - 0.0% (1.35 KB)
[#007] sha256:7cc63d56f64baeaea4ef03b734f4d01a01c048e3e8a1104fec28a572b296a4fb - 0.29% (261 KB)
COPY /root-out/ / # buildkit
2023-11-20 18:02:03 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-11-20 18:02:03 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-11-20 18:02:03 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-11-20 18:02:03 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2023-11-20 18:02:03 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 458ab886-ls29 Build-date:- 2023-11-20T18:00:48+00:00
2023-11-20 18:02:03 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-11-20 18:02:03 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-11-20 18:02:03 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
2023-11-20 18:02:03 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
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2023-11-20T18:00:48+00:00 VERSION=458ab886-ls29 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
2023-11-20 18:02:05 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-11-20 18:02:05 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)ARG QBT_VERSION
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-4.6.1_v1.2.19-ls52 Build-date:- 2023-11-21T01:45:30+00:00
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2023-11-21T01:45:30+00:00 VERSION=release-4.6.1_v1.2.19-ls52 QBITTORRENT_VERSION=release-4.6.1_v1.2.19 QBT_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 && 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-11-21 01:46:47 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2023-11-21 01:46:47 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-11-21 01:46:52 UTC
89.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:5e195e8c9dcefc5abbcffcce9e37aba4bd121adc8358763b2a49583cbddc8ae6 - 7.04% (6.28 MB)
[#001] sha256:07a0e16f7be1dc9cffc471db509ea32eeac380977c2cf3808d4561ea7ebbc116 - 0.0% (4.22 KB)
[#002] sha256:c95334659fc323409fa82800831a110bf2614e1cc7f064100cad5dc51fa7c752 - 0.0% (967 Bytes)
[#003] sha256:1f545f0bea6fc599ce806ca2696d2a4beb6f65836875ab5a6b2893ddddc33bc0 - 5.78% (5.16 MB)
[#004] sha256:380810ab3fb3c873d14c41ddec3cd61ed6eef35e623adaaf08c75e3f3c3889cd - 0.0% (3.91 KB)
[#005] sha256:23141f7e9d8d4f51d3f6f115c3e0ba71b4d97e59dc931a604822a96cd0968660 - 86.87% (77.5 MB)
[#006] sha256:6a3dbb6fd35fb363a92b4d5d4b4935e0d34a7985a929b95aa8dae432045d5dfb - 0.0% (1.35 KB)
[#007] sha256:378e0a51aacef58fe6971c4b57e02a59aa7f5b7815ef0bdb1b3841a30ab9379c - 0.3% (273 KB)
COPY /root-out/ / # buildkit
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 458ab886-ls29 Build-date:- 2023-11-20T18:00:48+00:00
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-11-20 18:02:04 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-11-20 18:02:04 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
2023-11-20 18:02:04 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
2023-11-20 18:02:05 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2023-11-20T18:00:48+00:00 VERSION=458ab886-ls29 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
2023-11-20 18:02:05 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-11-20 18:02:05 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)ARG QBT_VERSION
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-4.6.1_v1.2.19-ls52 Build-date:- 2023-11-21T01:45:30+00:00
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2023-11-21T01:45:30+00:00 VERSION=release-4.6.1_v1.2.19-ls52 QBITTORRENT_VERSION=release-4.6.1_v1.2.19 QBT_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 && 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-arm64-${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-11-21 01:46:52 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2023-11-21 01:46:52 UTC (buildkit.dockerfile.v0)VOLUME [/config]