2020-11-04 05:23:07 UTC
181 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
NVIDIA_DRIVER_CAPABILITIEScompute,video,utility
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:69ccdd531daf99b7886a5cfca347f42abc77f643cd9c52c8fda3420c86672a4b - 14.05% (25.5 MB)
[#001] sha256:4ca84e755b7a48f36cc9891b59075ed89e8d81e59f8c93ca527e65044477d3da - 1.02% (1.84 MB)
[#002] sha256:6dc320561c362d2157cf81fd10e51e60653a1b8c767e643b9f1c1b42ea260849 - 0.97% (1.77 MB)
[#003] sha256:481fc7c05eb02ee002d84caa4da0ee8e1d965f519d95f3e9e86e65df181ef461 - 0.0% (273 Bytes)
[#004] sha256:634aada1db576a5448281cc3cb7e19c6c934a3f6670e028c5ade58a641d6ba56 - 6.21% (11.3 MB)
[#005] sha256:2c7d6f3be64afba01f9b459ddfb1cabab5bce8c2f531f03e8659a1396d585344 - 0.0% (4.39 KB)
[#006] sha256:c897264e11f5c31f46cd3c4b7cad8c37aa6312b0dc068b5887469762ba76ec95 - 77.74% (141 MB)
[#007] sha256:c4818d797dcf323d6325eb2a6270ab84c674dcbf71615bf8c24d8ef409cdcf40 - 0.0% (1.02 KB)
/bin/sh -c #(nop) COPY dir:0107f66453cc5fabffe516923ed005e225848586523ea0673a5be0d4fef87763 in /
2020-11-01 23:20:36 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-01 23:20:36 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-01 23:20:36 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 486889a0-ls57 Build-date:- 2020-11-01T23:19:16+00:00
2020-11-01 23:20:36 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-11-01 23:20:37 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-11-01 23:20:37 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-11-01 23:20:38 UTC/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/
2020-11-01 23:20:42 UTC|4 BUILD_DATE=2020-11-01T23:19:16+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=486889a0-ls57 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2020-11-01 23:20:42 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-11-01 23:20:42 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-11-01 23:20:43 UTC/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/
2020-11-01 23:21:21 UTC|5 BUILD_DATE=2020-11-01T23:19:16+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=486889a0-ls57 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2020-11-01 23:21:25 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2020-11-01 23:21:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-11-04 05:22:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-04 05:22:23 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-04 05:22:23 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2020-11-04 05:22:23 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201103.12-unstable-ls108 Build-date:- 2020-11-04T00:21:37-05:00
2020-11-04 05:22:23 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-11-04 05:22:23 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-11-04 05:22:24 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2020-11-04 05:23:06 UTC|4 BUILD_DATE=2020-11-04T00:21:37-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201103.12-unstable VERSION=20201103.12-unstable-ls108 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** install jellyfin *****" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu bionic main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu bionic unstable' >> /etc/apt/sources.list.d/jellyfin.list && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin"; else JELLYFIN="jellyfin=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at i965-va-driver ${JELLYFIN} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libssl1.1 mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2020-11-04 05:23:06 UTC/bin/sh -c #(nop) COPY dir:3dace75ecc81d88ceb5b6a4260d9aa7e0c836a79551d6bba9c86fc8ef6e0deb9 in /
2020-11-04 05:23:06 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2020-11-04 05:23:07 UTC/bin/sh -c #(nop) 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.