Namespace
linuxserver
Image / Tag
emby:amd64-4.5.4.0-ls68
Content Digest
sha256:2b54572e19b02bcfc60d25d7b2a8657c4326277ddba70875c5b789c3168e257d
Details
Created

2021-01-07 15:10:49 UTC

Size

174 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.4.0-ls68 Build-date:- 2021-01-07T10:08:56-05: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:7f46580cfe389a61cb0ecc1ff17c8074c669b67a59e1af7a82b0679e5e137d1a - 15.67% (27.2 MB)

[#001] sha256:72b89c8f38cb8c64e3f8b954b84ad3ce175df1e5650fe35cd20fec49cc9558e0 - 1.06% (1.84 MB)

[#002] sha256:7dee0f4d6393547cd2e3d01cd63648bba15abc89cf592fe3ec82fbb06a7ae87c - 1.01% (1.76 MB)

[#003] sha256:5a7c3e6dc5f13ef13b5d9c98dd6ab9e8e70df6bd4340e84f48690810ab23b68a - 0.0% (274 Bytes)

[#004] sha256:930439d7ba85b50d2e9e05e6257b268f429d7ea3181e11d5b7a728dd7fa0e8e1 - 9.45% (16.4 MB)

[#005] sha256:7c50854bf651b354e3267825b8a7abd604a41fb03de141370fc4d8ab5aaf6de0 - 0.0% (4.39 KB)

[#006] sha256:b8b8459b5de62503faa483c0ae66d491eda94a79f05321ffb79561554c0be031 - 17.08% (29.7 MB)

[#007] sha256:f197193b1f697b9249d997855ea24094d32676630268867e6989ea05b34f2d15 - 55.73% (96.9 MB)

[#008] sha256:22cfe69cc39556cb5928d2ba76c9fde068d43ac80abe79381881a6d3d3e56070 - 0.0% (1.06 KB)


History
2020-12-17 15:04:14 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3cc49244-ls21 Build-date:- 2020-12-17T15:03:06+00:00

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:17 UTC

/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/

2020-12-17 15:04:18 UTC

|4 BUILD_DATE=2020-12-17T15:03:06+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2020-12-17 15:04:18 UTC

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

2020-12-17 15:04:18 UTC

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

2020-12-17 15:04:18 UTC

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

2020-12-17 15:04:37 UTC

|5 BUILD_DATE=2020-12-17T15:03:06+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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 gnupg 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 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-12-17 15:04:38 UTC

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

2020-12-17 15:04:38 UTC

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

2021-01-07 15:10:22 UTC

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

2021-01-07 15:10:22 UTC

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

2021-01-07 15:10:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.4.0-ls68 Build-date:- 2021-01-07T10:08:56-05:00

2021-01-07 15:10:22 UTC

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

2021-01-07 15:10:23 UTC

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

2021-01-07 15:10:39 UTC

|2 BUILD_DATE=2021-01-07T10:08:56-05:00 VERSION=4.5.4.0-ls68 /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/*

2021-01-07 15:10:48 UTC

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

2021-01-07 15:10:49 UTC

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

2021-01-07 15:10:49 UTC

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

2021-01-07 15:10:49 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