2024-10-07 23:32:43 UTC
81.5 MB
0
HOME/root
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
SONARR_BRANCHdevelop
SONARR_CHANNELv4-nightly
TERMxterm
TMPDIR/run/sonarr-temp
VIRTUAL_ENV/lsiopy
XDG_CONFIG_HOME/config/xdg
[#000] sha256:68c4ea3779b6af5b39b50c9db4969933126112e7a1bddfd7d229687e8e4229fe - 6.95% (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.89% (5.62 MB)
[#005] sha256:339ecd878087fb7b73b438de330b942245fe18c8275fc5bedc34e1542b91eca9 - 0.0% (3.9 KB)
[#006] sha256:e196dd925bf8d7360ba054c6f97e96a362ebd9a878d417663aca0f19fd8ce1c7 - 86.14% (70.2 MB)
[#007] sha256:36fa13ca80416ada14362b515978745ccde6f5ada48b8d0f1a3942d0534ac0d5 - 0.0% (989 Bytes)
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-10-07 23:32:43 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2024-10-07T23:30:59+00:00
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)ARG VERSION=4.0.9.2513-ls100
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)ARG SONARR_VERSION=4.0.9.2513
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 4.0.9.2513-ls100 Build-date:- 2024-10-07T23:30:59+00:00
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)LABEL maintainer=thespad
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)ENV XDG_CONFIG_HOME=/config/xdg SONARR_BRANCH=develop SONARR_CHANNEL=v4-nightly COMPlus_EnableDiagnostics=0 TMPDIR=/run/sonarr-temp
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2024-10-07T23:30:59+00:00 VERSION=4.0.9.2513-ls100 SONARR_VERSION=4.0.9.2513 /bin/sh -c echo "**** install packages ****" && apk add --no-cache icu-libs sqlite-libs xmlstarlet && echo "**** install sonarr ****" && mkdir -p /app/sonarr/bin && if [ -z ${SONARR_VERSION+x} ]; then SONARR_VERSION=$(curl -sX GET http://services.sonarr.tv/v1/releases | jq -r "first(.[] | select(.releaseChannel==\"${SONARR_CHANNEL}\") | .version)"); fi && curl -o /tmp/sonarr.tar.gz -L "https://services.sonarr.tv/v1/update/${SONARR_BRANCH}/download?version=${SONARR_VERSION}&os=linuxmusl&runtime=netcore&arch=x64" && tar xzf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo -e "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION:-LocalBuild}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/sonarr/package_info && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /app/sonarr/bin/Sonarr.Update /tmp/* # buildkit
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2024-10-07 23:32:43 UTC (buildkit.dockerfile.v0)EXPOSE map[8989/tcp:{}]
2024-10-07 23:32:43 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.