Namespace
linuxserver
Image / Tag
emby:4.3.1.0-ls29
Content Digest
sha256:3f205f413f58cbe27a9584b463e87bb2ea6b2cea3d9a02a0f8a8ad7bdca478b9
Details
Created

2020-02-03 11:42:45 UTC

Size

129 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.3.1.0-ls29 Build-date:- 2020-02-03T11:41:26+00:00
  • maintainer
    thelamer

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

NVIDIA_DRIVER_CAPABILITIES

compute,video,utility

PATH

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

TERM

xterm


Layers

[#000] sha256:b20aadc9445377d4a11429610ae522dc6022dfad3a245f2ce5f83ad881863119 - 19.75% (25.5 MB)

[#001] sha256:f546841498bd02d296b269be42fdd24072683624a7268f5367389930c392da07 - 0.0% (280 Bytes)

[#002] sha256:4af9f811edf8286484330869e89fe5efa5da446275010ec0285a9b5da6b6fa63 - 10.13% (13.1 MB)

[#003] sha256:4a7790129e89f63b66dfb225845768f1f617080db85edbf6d40d97578765e062 - 0.0% (3.97 KB)

[#004] sha256:b4097032350d97bd8adeea833c3b1ffae13e8a11144889661abc29e73b13f05c - 70.11% (90.3 MB)

[#005] sha256:abe215794bfebd3c3d633695e0a26cb33400d72165877581315fa1ebc39cd39e - 0.0% (1.01 KB)


History
2020-01-29 17:19:06 UTC

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

2020-01-29 17:19:07 UTC

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

2020-01-29 17:19:08 UTC

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

2020-01-29 17:19:08 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b7242660-ls28 Build-date:- 2020-01-29T17:17:56+00:00

2020-01-29 17:19:08 UTC

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

2020-01-29 17:19:08 UTC

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

2020-01-29 17:19:09 UTC

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

2020-01-29 17:19:09 UTC

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

2020-01-29 17:19:09 UTC

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

2020-01-29 17:19:10 UTC

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

2020-01-29 17:19:40 UTC

|5 BUILD_DATE=2020-01-29T17:17:56+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.0.0 VERSION=b7242660-ls28 /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 "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-01-29 17:19:40 UTC

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

2020-01-29 17:19:40 UTC

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

2020-02-03 11:42:37 UTC

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

2020-02-03 11:42:37 UTC

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

2020-02-03 11:42:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.3.1.0-ls29 Build-date:- 2020-02-03T11:41:26+00:00

2020-02-03 11:42:38 UTC

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

2020-02-03 11:42:38 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility

2020-02-03 11:42:42 UTC

/bin/sh -c #(nop) COPY dir:235856c75573ff16dfdad4b8f6fd511cacb01b6434bce628d607aa2101c9047a in /app/emby

2020-02-03 11:42:44 UTC

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

2020-02-03 11:42:45 UTC

/bin/sh -c #(nop) EXPOSE 8096 8920

2020-02-03 11:42:45 UTC

/bin/sh -c #(nop) VOLUME [/config /transcode]

Details
Created

2020-02-03 11:52:17 UTC

Size

112 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.3.1.0-ls29 Build-date:- 2020-02-03T11:41:26+00:00
  • maintainer
    thelamer

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

NVIDIA_DRIVER_CAPABILITIES

compute,video,utility

PATH

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

TERM

xterm


Layers

[#000] sha256:04dda41ae288f8a0dcbb23faa51aefdab5e46ac1637df6412f1f60d9f05b4905 - 18.92% (21.2 MB)

[#001] sha256:370b87072ce87f8df2a62c07b9bc65b08db2756e731b4d7a1c6d1e00aa5ae7bb - 0.0% (282 Bytes)

[#002] sha256:900f28721f9e2fa8672de37bc0e17f6b6f50562dc8b32001a4237ae7d3f54c23 - 12.16% (13.7 MB)

[#003] sha256:0c3268429349a32598355af2ab010dd623726a8e3fbe18a700863ef7228dd80d - 0.0% (3.97 KB)

[#004] sha256:2ab00f356acb6fae8aa98f6b1ad39aa5469f18a6ea2e5317e60d8815cae5a671 - 68.92% (77.4 MB)

[#005] sha256:5340321fd4e754f347e41638e2c154a324bf59e0ace6aac21794f1118fd21684 - 0.0% (1.01 KB)


History
2020-01-29 17:21:55 UTC

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

2020-01-29 17:22:04 UTC

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

2020-01-29 17:22:05 UTC

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

2020-01-29 17:22:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b7242660-ls28 Build-date:- 2020-01-29T17:17:56+00:00

2020-01-29 17:22:08 UTC

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

2020-01-29 17:22:10 UTC

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

2020-01-29 17:22:12 UTC

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

2020-01-29 17:22:13 UTC

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

2020-01-29 17:22:15 UTC

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

2020-01-29 17:22:19 UTC

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

2020-01-29 17:24:56 UTC

|5 BUILD_DATE=2020-01-29T17:17:56+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.0.0 VERSION=b7242660-ls28 /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/*

2020-01-29 17:25:15 UTC

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

2020-01-29 17:25:16 UTC

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

2020-02-03 11:48:34 UTC

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

2020-02-03 11:48:39 UTC

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

2020-02-03 11:48:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.3.1.0-ls29 Build-date:- 2020-02-03T11:41:26+00:00

2020-02-03 11:48:46 UTC

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

2020-02-03 11:48:47 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility

2020-02-03 11:51:53 UTC

/bin/sh -c #(nop) COPY dir:d9b2bce035fe7730fd3d8a9003ccb85a343dfa717158bd28ac03fcad377e3a2e in /app/emby

2020-02-03 11:52:04 UTC

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

2020-02-03 11:52:10 UTC

/bin/sh -c #(nop) EXPOSE 8096 8920

2020-02-03 11:52:17 UTC

/bin/sh -c #(nop) VOLUME [/config /transcode]

Details
Created

2020-02-03 11:50:17 UTC

Size

114 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.3.1.0-ls29 Build-date:- 2020-02-03T11:41:26+00:00
  • maintainer
    thelamer

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

NVIDIA_DRIVER_CAPABILITIES

compute,video,utility

PATH

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

TERM

xterm


Layers

[#000] sha256:9c263cb0b11a58c360ba4c996751f46a022d5c376c3ad0d8be6364bb603b45ca - 19.77% (22.6 MB)

[#001] sha256:d2f52b382c6704fc0e2b6a025c93faf937672a11697750d119837d1d60fd251e - 0.0% (281 Bytes)

[#002] sha256:990844054d2c8fbfba526f4431be549f7f532de1a8e0f228b40c68bf4172adcd - 12.49% (14.3 MB)

[#003] sha256:0c3268429349a32598355af2ab010dd623726a8e3fbe18a700863ef7228dd80d - 0.0% (3.97 KB)

[#004] sha256:babf5a54f2251b3296f93bb3b9e648c4966e05293dff80c8488bf48235b88f38 - 67.74% (77.5 MB)

[#005] sha256:c27a10c89a45ce4dcb7676dbec02bbc81bf9064ab0c328a3bd5f9edb57f464ee - 0.0% (1.01 KB)


History
2020-01-29 17:20:28 UTC

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

2020-01-29 17:20:48 UTC

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

2020-01-29 17:20:49 UTC

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

2020-01-29 17:20:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b7242660-ls28 Build-date:- 2020-01-29T17:17:56+00:00

2020-01-29 17:20:51 UTC

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

2020-01-29 17:20:52 UTC

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

2020-01-29 17:20:53 UTC

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

2020-01-29 17:20:54 UTC

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

2020-01-29 17:20:55 UTC

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

2020-01-29 17:20:56 UTC

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

2020-01-29 17:22:38 UTC

|5 BUILD_DATE=2020-01-29T17:17:56+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 VERSION=b7242660-ls28 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-01-29 17:22:43 UTC

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

2020-01-29 17:22:44 UTC

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

2020-02-03 11:46:54 UTC

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

2020-02-03 11:47:15 UTC

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

2020-02-03 11:47:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.3.1.0-ls29 Build-date:- 2020-02-03T11:41:26+00:00

2020-02-03 11:47:33 UTC

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

2020-02-03 11:47:44 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility

2020-02-03 11:49:13 UTC

/bin/sh -c #(nop) COPY dir:0e2d708afc96fd37f3ff610afce2c32130e1edccd4e83f207fac84cfcd2ff1e4 in /app/emby

2020-02-03 11:50:09 UTC

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

2020-02-03 11:50:13 UTC

/bin/sh -c #(nop) EXPOSE 8096 8920

2020-02-03 11:50:17 UTC

/bin/sh -c #(nop) VOLUME [/config /transcode]

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