2024-02-25 06:59:54 UTC
82 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:0264aafa1d23ebe1a065f509f72e82750fd758015447714290d8f97ada825d16 - 6.67% (5.47 MB)
[#001] sha256:972670059f5324d33a3f9c61fda932bdc227546278037973a90fc8d10c738ff1 - 0.01% (5.38 KB)
[#002] sha256:c3ca42dc9e328a1b30943e10fdbcf0a83ddf4ea62445f670648375f03bb2043b - 0.0% (967 Bytes)
[#003] sha256:15a940702372e12a3b1d2a869782ba5e264303a4449ae7d5f6199376f76b6618 - 6.14% (5.04 MB)
[#004] sha256:eab4e60bd6f5f2c68f8f1e7cdd9e855e3cd828997c87ce97497ba7fc1adcde73 - 0.0% (3.88 KB)
[#005] sha256:59261150864506ae43320fc3ec43385ec96e48b145ccab1cc8c6edb02d02bbbd - 86.53% (71 MB)
[#006] sha256:3b6a5b4fc74b2a849206e5f9f7aba6f043247594513ea3a702b6551dd1bf7fbc - 0.0% (1.39 KB)
[#007] sha256:b755c5ab86725227b7dccab45dec55777094ef2ad1cf089f76445458eef30988 - 0.65% (542 KB)
COPY /root-out/ / # buildkit
2024-02-24 13:30:39 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-02-24 13:30:39 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-02-24 13:30:39 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2024-02-24 13:30:39 UTC (buildkit.dockerfile.v0)ARG PKG_INST_VERSION=v1
2024-02-24 13:30:39 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 73e35f25-ls128 Build-date:- 2024-02-24T13:29:25+00:00
2024-02-24 13:30:39 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2024-02-24 13:30:39 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2024-02-24 13:30:39 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-02-24 13:30:39 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-02-24 13:30:40 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-02-24T13:29:25+00:00 VERSION=73e35f25-ls128 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache 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-02-24 13:30:40 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-02-24 13:30:40 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)ARG VERSION
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)ARG QBITTORRENT_VERSION
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)ARG QBT_CLI_VERSION
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 4.6.3-r0-ls315 Build-date:- 2024-02-25T06:56:38+00:00
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2024-02-25T06:56:38+00:00 VERSION=4.6.3-r0-ls315 QBITTORRENT_VERSION=4.6.3-r0 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add --no-cache icu-libs p7zip python3 qt6-qtbase-sqlite && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache qbittorrent-nox==${QBITTORRENT_VERSION} && 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 ****" && rm -rf /root/.cache /tmp/* # buildkit
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
2024-02-25 06:59:54 UTC (buildkit.dockerfile.v0)VOLUME [/config]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.