2021-10-19 01:35:26 UTC
85.8 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:f4970b9d07e8da2afb47358b04b2129621d870e98eac11a860bd4fe828538ea8 - 26.38% (22.6 MB)
[#001] sha256:8f742c7698b5afc40ed8e032202c40f4eee3bb93ffbfaed48350faceb38cb1c1 - 2.5% (2.15 MB)
[#002] sha256:fe9c3ef981c5d217d8853230af651c2af03c5fa5393e8f875506efea4cdb20e1 - 2.45% (2.1 MB)
[#003] sha256:a2ac14559f3aba8b50812c4f02d07f952bb56f3fbf3e8b0b3e54908d5715fb04 - 0.0% (412 Bytes)
[#004] sha256:9d714fd969f5b0af9eb12933891fb4a5f9db6b662d3477d01de24f716a327092 - 0.0% (277 Bytes)
[#005] sha256:934e4ac9ca94d382dc27d4f64d268566a8de2302b8bf68b556703913f8bc3391 - 14.38% (12.3 MB)
[#006] sha256:11c7e1bf1c2f0805d554526d632ee06d7e04580cccb6381c8f816df120e74802 - 0.0% (2.68 KB)
[#007] sha256:a4a4fd67e221a94d422c757e2d3ccc245150adef05d140c723c7e1d620569c47 - 31.16% (26.7 MB)
[#008] sha256:fc4d8ed559ad17bc19e59060cfed483391a3b78363fd403f9c672f9c66aad637 - 23.12% (19.8 MB)
[#009] sha256:2bfc6049d2ce585cbc491b3613da9683c7a34376528ddfe0357fc23b49358c14 - 0.0% (760 Bytes)
/bin/sh -c #(nop) COPY dir:32e6a56dc2371de017d2d595752eddd3507df51f8e8295dc5510475260e0e68c in /
2021-10-12 04:56:27 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-12 04:56:28 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-12 04:56:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0a748863-ls37 Build-date:- 2021-10-12T06:55:21+02:00
2021-10-12 04:56:30 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-12 04:56:31 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-12 04:56:32 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-10-12 04:56:34 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-10-12 04:56:35 UTC|4 BUILD_DATE=2021-10-12T06:55:21+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0a748863-ls37 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-10-12 04:56:37 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-12 04:56:37 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-12 04:56:38 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-10-12 04:56:40 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-10-12 04:57:03 UTC|5 BUILD_DATE=2021-10-12T06:55:21+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0a748863-ls37 /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 patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-10-12 04:57:04 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-10-12 04:57:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-12 04:57:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-12 04:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-12T06:55:21+02:00
2021-10-12 04:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-10-12 04:57:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-10-12 04:57:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-12 04:57:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=91b9b9a69a023791c7269963e90de884938c3492
2021-10-12 04:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=91b9b9a69a023791c7269963e90de884938c3492
2021-10-12 04:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-10-12 04:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-10-12 04:57:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-10-12 04:57:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-12 04:57:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0a748863-ls37
2021-10-19 01:34:55 UTC/bin/sh -c #(nop) COPY dir:7796964d2962b6267ffc341a21486704e4003e7103a8a41200d3664a1d89a98f in /
2021-10-19 01:34:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-19 01:34:56 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-19 01:34:57 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4-cli-ls37 Build-date:- 2021-10-19T03:33:53+02:00
2021-10-19 01:34:58 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-19 01:35:13 UTC|2 BUILD_DATE=2021-10-19T03:33:53+02:00 VERSION=4.4-cli-ls37 /bin/sh -c echo "**** install runtime ****" && apt-get update && apt-get install -y libexpat1 libfontconfig1 libglib2.0-0 libgomp1 libharfbuzz0b libv4l-0 libx11-6 libxcb1 libxext6 libxml2 && echo "**** clean up ****" && rm -rf /var/lib/apt/lists/* /var/tmp/*
2021-10-19 01:35:14 UTC/bin/sh -c #(nop) COPY dir:1333197fe8af90a42fb142bc6e080b4816e0357f5ba42bf67a32c25a8ddff5dc in /
2021-10-19 01:35:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["/ffmpegwrapper.sh"]
2021-10-19 01:35:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-19 01:35:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-19T03:33:53+02:00
2021-10-19 01:35:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=ffmpeg image by linuxserver.io
2021-10-19 01:35:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-ffmpeg
2021-10-19 01:35:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-19 01:35:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=903487b5030bf8c554aec572b9df5e05b55216d2
2021-10-19 01:35:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=903487b5030bf8c554aec572b9df5e05b55216d2
2021-10-19 01:35:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-ffmpeg
2021-10-19 01:35:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ffmpeg
2021-10-19 01:35:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-ffmpeg/packages
2021-10-19 01:35:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-19 01:35:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4-cli-ls37
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.