Namespace
linuxserver
Image / Tag
ffmpeg:arm32v7-4.2.1-cli-ls8
Content Digest
sha256:bea1c26a5c319e31529e71867673725c7678f23973f54b06d1cf843cbee9b76b
Details
Created

2020-01-11 15:24:16 UTC

Size

66.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.2.1-cli-ls8 Build-date:- 2020-01-11T10:22:30-05:00
  • maintainer
    thelamer

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm


Layers

[#000] sha256:b919a9c5b6b7706bd107bab9f52de24c0a52f8acf12f2fe85476de666f483031 - 31.93% (21.2 MB)

[#001] sha256:e9b016945944b8187c8afa97c04650260dc024eb2540f5595d5681d1210beba8 - 0.0% (283 Bytes)

[#002] sha256:0862f44a1e033d47a6dedd35c1a593b49e5195eb2d7df7fd37d7aa3c5fea7445 - 20.52% (13.7 MB)

[#003] sha256:aa48dade5fead9c61602330ef7bd86f008bd51c3344ccc777150c09a22f4b7db - 0.01% (3.97 KB)

[#004] sha256:a874cb86db8982ab3e9a7650ae37213b5ea756246489f2d65c0a41a2b28767fd - 21.68% (14.4 MB)

[#005] sha256:4381520f606886c4ca990ab8b135348315ba572b51e33af5ebe1dbfcfde0b350 - 25.86% (17.2 MB)

[#006] sha256:72d0a718503ffdd8a89233324bbad1a31f62d69be9adf2b5f3bb1570a6e01e44 - 0.0% (759 Bytes)


History
2019-12-04 17:12:56 UTC

/bin/sh -c #(nop) COPY dir:d72054fba04e148fdd63489b7f6763185014d48952aae87b4e4cd428c8019043 in /

2019-12-04 17:13:00 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2019-12-04 17:13:01 UTC

/bin/sh -c #(nop) ARG VERSION

2019-12-04 17:13:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 22e02fd9-ls25 Build-date:- 2019-12-04T17:11:38+00:00

2019-12-04 17:13:02 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2019-12-04 17:13:03 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2019-12-04 17:13:03 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm

2019-12-04 17:13:04 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2019-12-04 17:13:05 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2019-12-04 17:13:05 UTC

/bin/sh -c #(nop) COPY file:82e2f69417bae71bb20ab92c0b7aa15f66893747cd2e2e88be2791da4cbb722f in /etc/apt/

2019-12-04 17:14:00 UTC

|5 BUILD_DATE=2019-12-04T17:11:38+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.0.0 VERSION=22e02fd9-ls25 /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 "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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 && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2019-12-04 17:14:03 UTC

/bin/sh -c #(nop) COPY dir:886497f0aa0704315aa892648e8c616d47ed26d4ff5e309136fd9c67d7936899 in /

2019-12-04 17:14:03 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2020-01-11 15:23:36 UTC

/bin/sh -c #(nop) COPY dir:2d14c90ee16537a78ec21fd29d365e65250a0a2f97a237d428a27aed9a0caefe in /

2020-01-11 15:23:37 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-01-11 15:23:38 UTC

/bin/sh -c #(nop) ARG VERSION

2020-01-11 15:23:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.2.1-cli-ls8 Build-date:- 2020-01-11T10:22:30-05:00

2020-01-11 15:23:39 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-01-11 15:24:14 UTC

|2 BUILD_DATE=2020-01-11T10:22:30-05:00 VERSION=4.2.1-cli-ls8 /bin/sh -c echo "**** install runtime ****" && apt-get update && apt-get install -y libexpat1 libglib2.0-0 libgomp1 libharfbuzz0b libv4l-0 libx11-6 libxcb1 libxext6 libxml2 && echo "**** clean up ****" && rm -rf /var/lib/apt/lists/* /var/tmp/*

2020-01-11 15:24:15 UTC

/bin/sh -c #(nop) COPY dir:05f352c458a2328663b19eae941c6ad4703085442f49b63bc7ecf55804cdfe2f in /

2020-01-11 15:24:16 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/ffmpegwrapper.sh"]

Danger Zone
Delete Tag

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.

Delete