2022-07-12 02:52:02 UTC
88.2 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:312bb4a9e4411f5becfb35789f8e70eb0cccce6af25be2a2d6e342f7992f58f3 - 25.65% (22.6 MB)
[#001] sha256:7768783c67bc221fc2ea8a5e43dd1f1e5a38c4947e81fa98f8436d3d69185a00 - 2.43% (2.15 MB)
[#002] sha256:68678551b5932f9e3417f4ae6b2cdd07b2c3670eaa7643915dc4b72860eea7a2 - 2.38% (2.1 MB)
[#003] sha256:3bfeeee37eefaa16266d91d17d61d6c0484ddd0ffa3d11a5562b8fe1b9f6f5aa - 0.0% (440 Bytes)
[#004] sha256:a2787e3a52125bd2967fab3ff3bfc9acaa3a6b8f728e6e29a908f34f26909649 - 0.0% (275 Bytes)
[#005] sha256:68a43164f10fa4fc0880206f65ff84d36a75fc36fa6525fd59fda79f041736e7 - 13.98% (12.3 MB)
[#006] sha256:98175ccaccca904d6e738bc11da5b3617f2cb42bc349709cbee729099e442f71 - 0.0% (3.39 KB)
[#007] sha256:550747f5cbf53b137f63bd9c7f0b8638b2420792102ba1c5e63e4aaf7a1f1722 - 33.07% (29.2 MB)
[#008] sha256:3e6be7a5d5ad4fc5e3f805665ef47d2b41e49d0efd71ad51ef219babed047004 - 22.48% (19.8 MB)
[#009] sha256:9628ce89d2af0661edd4e546e9cf2f323e0f41217957ef4a700174d0761be677 - 0.0% (760 Bytes)
/bin/sh -c #(nop) COPY dir:dc26f21e09ccc2710bf3f1c1da20ec0e29272fd4393bef0c598575f343343e7f in /
2022-06-28 05:11:32 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-06-28 05:11:32 UTC/bin/sh -c #(nop) ARG VERSION
2022-06-28 05:11:32 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44ac0041-ls56 Build-date:- 2022-06-28T00:10:11-05:00
2022-06-28 05:11:32 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-06-28 05:11:32 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2022-06-28 05:11:32 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2022-06-28 05:11:34 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2022-06-28 05:11:35 UTC|4 BUILD_DATE=2022-06-28T00:10:11-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=44ac0041-ls56 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2022-06-28 05:11:35 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2022-06-28 05:11:36 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-06-28 05:11:36 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2022-06-28 05:11:36 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2022-06-28 05:11:58 UTC|5 BUILD_DATE=2022-06-28T00:10:11-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=44ac0041-ls56 /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/*
2022-06-28 05:11:58 UTC/bin/sh -c #(nop) COPY dir:309baddd3dbee4cc131fbcd91dc7a5f24b38fdb604c00c13847758a33f229bc8 in /
2022-06-28 05:11:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-06-28 05:11:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-06-28 05:11:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-06-28T00:10:11-05:00
2022-06-28 05:11:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2022-06-28 05:11:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2022-06-28 05:11:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-06-28 05:11:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=3e554bee4ee5bdbaf2726b357b82c5781b13a823
2022-06-28 05:11:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=3e554bee4ee5bdbaf2726b357b82c5781b13a823
2022-06-28 05:12:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2022-06-28 05:12:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2022-06-28 05:12:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2022-06-28 05:12:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-06-28 05:12:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=44ac0041-ls56
2022-07-12 02:51:26 UTC/bin/sh -c #(nop) COPY dir:e0fa8c59e3373402871cddae22d4fb83e37947c2ed30954921174beceea45de5 in /
2022-07-12 02:51:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-12 02:51:27 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-12 02:51:28 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4-cli-ls58 Build-date:- 2022-07-12T04:49:14+02:00
2022-07-12 02:51:29 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-07-12 02:51:30 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-07-12 02:51:49 UTC|3 BUILD_DATE=2022-07-12T04:49:14+02:00 DEBIAN_FRONTEND=noninteractive VERSION=4.4-cli-ls58 /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/*
2022-07-12 02:51:50 UTC/bin/sh -c #(nop) COPY dir:1333197fe8af90a42fb142bc6e080b4816e0357f5ba42bf67a32c25a8ddff5dc in /
2022-07-12 02:51:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/ffmpegwrapper.sh"]
2022-07-12 02:51:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-12 02:51:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-12T04:49:14+02:00
2022-07-12 02:51:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=ffmpeg image by linuxserver.io
2022-07-12 02:51:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-ffmpeg
2022-07-12 02:51:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-12 02:51:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=034a857e9998b3ba99da377374a56d358dc00d20
2022-07-12 02:51:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=034a857e9998b3ba99da377374a56d358dc00d20
2022-07-12 02:51:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-ffmpeg
2022-07-12 02:51:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ffmpeg
2022-07-12 02:52:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-ffmpeg/packages
2022-07-12 02:52:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-12 02:52:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4-cli-ls58
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.