2024-03-24 06:53:36 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:f3cdf5a9e67a9265aace700930576d38687ae4580016f242a6cabf67425c2eb2 - 6.13% (5.47 MB)
[#001] sha256:2298c655b51ec3c154f7e128a2ad95bc06f0595171c61a55634ad2ce0c8d9422 - 0.01% (5.41 KB)
[#002] sha256:88d972d96093dcbef72df0ab42664214679ae0a4745fe08ad0da3530dff02af9 - 0.0% (967 Bytes)
[#003] sha256:d0a00a8685be87328e3a821aff09f4d576694214b3aaee86ff791de81de9871c - 5.77% (5.15 MB)
[#004] sha256:a501911985567b7df0adea111a73ea6727b523ac89c08cdc465a3ad1b6cd55e1 - 0.0% (3.91 KB)
[#005] sha256:a3b21dc4a45c6863f6e3e35d5b0b8c81d8d1ba351ee3f5caed7c631bbcb9f6f2 - 87.46% (78 MB)
[#006] sha256:4fde2d0818b6a55db7ebbb42e12b1d2d3afc62e745e50dc8fafd43ddfac75403 - 0.0% (1.39 KB)
[#007] sha256:34b793e0c6cf82e1b5ed54c8d1029278ec2cbbbda647cda30e2ae23d4b640324 - 0.63% (580 KB)
COPY /root-out/ / # buildkit
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- fa513ea9-ls11 Build-date:- 2024-03-23T13:27:19+00:00
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-03-23 13:28:36 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-03-23 13:28:36 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-23 13:28: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-03-23 13:28:37 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-03-23T13:27:19+00:00 VERSION=fa513ea9-ls11 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-23 13:28:37 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-03-23 13:28:37 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-4.6.3_v1.2.19-ls19 Build-date:- 2024-03-24T06:52:12+00:00
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-03-24T06:52:12+00:00 VERSION=release-4.6.3_v1.2.19-ls19 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}/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-03-24 06:53:36 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-03-24 06:53:36 UTC (buildkit.dockerfile.v0)VOLUME [/config]