Namespace
linuxserver
Image / Tag
emby:amd64-4.5.0.50-ls61
Content Digest
sha256:f5a87de68fe74300737306f2d66beb8bdd75acd9f255dc075b4912bce5d06db3
Details
Created

2020-09-24 22:56:57 UTC

Size

166 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.0.50-ls61 Build-date:- 2020-09-24T18:55:17-04: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:7c5c485a19a357b983b2d816781b869172eb71195fb926b31d7a7a155ae1c6cf - 15.35% (25.5 MB)

[#001] sha256:1aa6ccc3a5129c8f7ea8d6e47e02d88499afcb0473df0b9ef82bc1c8517b0da1 - 0.0% (274 Bytes)

[#002] sha256:99971b3640e2d63730e4a444bd624b88c7e8e36e9d43f3b19427a86418c56c26 - 7.82% (13 MB)

[#003] sha256:6f98cb813b28c768ed4aaedbbd05e4876a96d5591057940f5924fc6ace31e0a5 - 0.0% (4.13 KB)

[#004] sha256:1f6766e6e8fd7a3695ac580ab02134b5197b0adc921d04b8b1a2824c54b8c236 - 15.86% (26.3 MB)

[#005] sha256:cb2bd81b25407f03130c8a2b25d3409808869451582c8d1984a2f68d894c604a - 60.96% (101 MB)

[#006] sha256:524db8f2a94078313b78f294bc3e7c76dfa1664083994e3249ea53cf92620bb0 - 0.0% (1.14 KB)


History
2020-09-23 16:13:21 UTC

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

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5b0118e3-ls54 Build-date:- 2020-09-23T12:10:51-04:00

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:22 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:23 UTC

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

2020-09-23 16:13:23 UTC

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

2020-09-23 16:13:48 UTC

|5 BUILD_DATE=2020-09-23T12:10:51-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=5b0118e3-ls54 /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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-09-23 16:13:48 UTC

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

2020-09-23 16:13:48 UTC

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

2020-09-24 22:56:33 UTC

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

2020-09-24 22:56:33 UTC

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

2020-09-24 22:56:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.0.50-ls61 Build-date:- 2020-09-24T18:55:17-04:00

2020-09-24 22:56:34 UTC

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

2020-09-24 22:56:34 UTC

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

2020-09-24 22:56:48 UTC

|2 BUILD_DATE=2020-09-24T18:55:17-04:00 VERSION=4.5.0.50-ls61 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-09-24 22:56:56 UTC

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

2020-09-24 22:56:57 UTC

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

2020-09-24 22:56:57 UTC

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

2020-09-24 22:56:57 UTC

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

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