2024-09-15 06:53:13 UTC
88.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:b8bf3a1e40e49b4b00df356bcbe28efa41f6362f1b52efb987787780f01c4c89 - 6.42% (5.67 MB)
[#001] sha256:df25a931801a3f099815b275c9959fb0ab6affd88255040d202d9317338dea43 - 0.01% (5.27 KB)
[#002] sha256:64e4110ec9654b08b960100ab8dbe7e0b2b0323a038a92489727d284e7b41a97 - 0.0% (1.33 KB)
[#003] sha256:d89d3efe750717c58271f9968d3d26b8508266ed957419881ee9bc111ecf393a - 0.0% (701 Bytes)
[#004] sha256:27266ca8aab20e43a1addcf69cdeb4701e947bcd05c5d508b4a0ecbdcd19d6a5 - 6.37% (5.62 MB)
[#005] sha256:8cdd3f30db6b5eb898de322147e373c67820ffc0bbb6288d16cdc49f664065dc - 0.0% (3.89 KB)
[#006] sha256:266cbf62d0b36ec49ec9ce8fd5fd8a8e2e0d3aca86a249ac36058d29a29768c4 - 86.57% (76.5 MB)
[#007] sha256:b66bd174ddb5e3e0045595e12332faf8ce375e43fd6f0b54fab41e98cfe72fdb - 0.0% (1.38 KB)
[#008] sha256:fa56ea3d657073b1f1c8bf0d9c7b59eb2c1c35157211ab0ab32e4ef14a6f0356 - 0.63% (571 KB)
COPY /root-out/ / # buildkit
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2024-09-14T13:31:34+00:00
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)ARG VERSION=d7c56cc7-ls12
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)ARG LSIOWN_VERSION=v1
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- d7c56cc7-ls12 Build-date:- 2024-09-14T13:31:34+00:00
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-09-14 13:32:32 UTC (buildkit.dockerfile.v0)ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-09-14 13:32:33 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-14 13:32:33 UTC (buildkit.dockerfile.v0)ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
2024-09-14 13:32:33 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-14 13:32:34 UTC (buildkit.dockerfile.v0)RUN |5 BUILD_DATE=2024-09-14T13:31:34+00:00 VERSION=d7c56cc7-ls12 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-14 13:32:34 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-09-14 13:32:34 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2024-09-15T06:52:00+00:00
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)ARG VERSION=release-4.6.6_v1.2.19-ls44
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION=release-4.6.6_v1.2.19
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- release-4.6.6_v1.2.19-ls44 Build-date:- 2024-09-15T06:52:00+00:00
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-09-15 06:53:12 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-09-15T06:52:00+00:00 VERSION=release-4.6.6_v1.2.19-ls44 QBITTORRENT_VERSION=release-4.6.6_v1.2.19 QBT_CLI_VERSION= /bin/sh -c 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-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-09-15 06:53:13 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-09-15 06:53:13 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-09-15 06:53:13 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-09-15 06:53:13 UTC (buildkit.dockerfile.v0)VOLUME [/config]