Namespace
linuxserver
Image / Tag
emby:4.5.0.2-ls39
Content Digest
sha256:4551be857eb1900856637767d3c29bf24b7815c31f2b883ceb71fe495699cb66
Details
Created

2020-03-28 21:32:20 UTC

Size

135 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.0.2-ls39 Build-date:- 2020-03-28T17:30:52-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:9067aa72873fcfbed0e519eb2ab02ffe3681e0e2b095b95049e977929bfa79a3 - 18.9% (25.5 MB)

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

[#002] sha256:e876a14680dd1a1f1a1a183736adf8323a837fd73cb3d3e941e3dead0c0c38ea - 9.69% (13.1 MB)

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

[#004] sha256:a6a714051efcf9ea0859caaeb1d4473b298f900a24de7b580d51295608d6eab5 - 71.41% (96.2 MB)

[#005] sha256:377c3355de5231b30abe5664c007fa6d4a9de6bdf41e04cfba4f7e82d4d0fb51 - 0.0% (1.13 KB)


History
2020-03-25 17:19:40 UTC

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

2020-03-25 17:19:41 UTC

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

2020-03-25 17:19:41 UTC

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

2020-03-25 17:19:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1f419b34-ls34 Build-date:- 2020-03-25T17:18:14+00:00

2020-03-25 17:19:42 UTC

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

2020-03-25 17:19:42 UTC

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

2020-03-25 17:19:43 UTC

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

2020-03-25 17:19:43 UTC

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

2020-03-25 17:19:43 UTC

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

2020-03-25 17:19:44 UTC

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

2020-03-25 17:20:18 UTC

|5 BUILD_DATE=2020-03-25T17:18:14+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.0.0 VERSION=1f419b34-ls34 /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-03-25 17:20:19 UTC

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

2020-03-25 17:20:19 UTC

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

2020-03-28 21:32:11 UTC

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

2020-03-28 21:32:11 UTC

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

2020-03-28 21:32:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.0.2-ls39 Build-date:- 2020-03-28T17:30:52-04:00

2020-03-28 21:32:11 UTC

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

2020-03-28 21:32:12 UTC

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

2020-03-28 21:32:19 UTC

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

2020-03-28 21:32:20 UTC

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

2020-03-28 21:32:20 UTC

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

2020-03-28 21:32:20 UTC

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

Details
Created

2020-03-28 21:34:29 UTC

Size

121 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.0.2-ls39 Build-date:- 2020-03-28T17:30:52-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:c3a3fe599aed9381e586cee1b1597e0b370dda3dc39af7ffebcce7d923efe433 - 17.57% (21.2 MB)

[#001] sha256:4978a44c427c92227116920cd02559606edcfad766ef134fcaa3ccd6a745add1 - 0.0% (278 Bytes)

[#002] sha256:1bde28c43b024cb157aac88fee19bb35eb073b53a0a6ff4e0ea86672d27ed3e0 - 11.3% (13.7 MB)

[#003] sha256:69acea6a80b9441c45c4fd6fa353e25214eab7000ebd935550e0220bb303ed95 - 0.0% (3.96 KB)

[#004] sha256:3a87b99a03492390ea219b0cc5a1a0112a07d8a625cb4272eb2cca65a00bf3ca - 2.59% (3.13 MB)

[#005] sha256:f89f94f813960dcad768fecd27f349169d6a58af6eaf5a062fe53282b6518515 - 68.53% (82.8 MB)

[#006] sha256:4caee8b8a3a4e08165529b64c28ec0550cd356ad16204dcc1b9a046709b4ec6e - 0.0% (1.15 KB)


History
2020-03-25 17:20:04 UTC

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

2020-03-25 17:20:07 UTC

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

2020-03-25 17:20:08 UTC

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

2020-03-25 17:20:08 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1f419b34-ls34 Build-date:- 2020-03-25T17:18:14+00:00

2020-03-25 17:20:09 UTC

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

2020-03-25 17:20:09 UTC

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

2020-03-25 17:20:10 UTC

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

2020-03-25 17:20:11 UTC

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

2020-03-25 17:20:11 UTC

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

2020-03-25 17:20:12 UTC

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

2020-03-25 17:21:10 UTC

|5 BUILD_DATE=2020-03-25T17:18:14+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.0.0 VERSION=1f419b34-ls34 /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-03-25 17:21:13 UTC

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

2020-03-25 17:21:14 UTC

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

2020-03-28 21:33:06 UTC

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

2020-03-28 21:33:06 UTC

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

2020-03-28 21:33:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.0.2-ls39 Build-date:- 2020-03-28T17:30:52-04:00

2020-03-28 21:33:09 UTC

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

2020-03-28 21:33:10 UTC

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

2020-03-28 21:34:02 UTC

|2 BUILD_DATE=2020-03-28T17:30:52-04:00 VERSION=4.5.0.2-ls39 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** add emby deps *****" && curl -s https://keyserver.ubuntu.com/pks/lookup?op=get\&search=0x6587ffd6536b8826e88a62547876ae518cbcf2f2 | apt-key add - && echo "deb http://ppa.launchpad.net/ubuntu-raspi2/ppa/ubuntu bionic main">> /etc/apt/sources.list.d/raspbins.list && apt-get update && apt-get install -y --no-install-recommends libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-03-28 21:34:25 UTC

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

2020-03-28 21:34:27 UTC

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

2020-03-28 21:34:28 UTC

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

2020-03-28 21:34:29 UTC

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

Details
Created

2020-03-28 21:39:38 UTC

Size

120 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.0.2-ls39 Build-date:- 2020-03-28T17:30:52-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:1738e870efefe1445b0b6cc7410b429d03eda304dfc701f71ec190805f1f1b51 - 18.87% (22.6 MB)

[#001] sha256:f8ab546d03751270c7d1e6f9fad81ea1e9726192cdb7609824c2c847d7e71058 - 0.0% (276 Bytes)

[#002] sha256:f16bad5671a3f7de4fd34fff6a5edb65f1e8c3f52cc798d7e4b46ec045394f74 - 11.92% (14.3 MB)

[#003] sha256:326c46e3b9598dd8cbecc6e684bb41be7dc2c177ec91783157cea1767677e22a - 0.0% (3.96 KB)

[#004] sha256:f43f770d5055277dce64da3a60a1337fc6b99d22a45e29981c94728a17d0f223 - 0.29% (355 KB)

[#005] sha256:0b2a0408681ffa40bbd7ba98a2b3b2a9005938d15ae6df62dbfb1d5e4a066067 - 68.92% (82.6 MB)

[#006] sha256:3960751e0a201831aed8b0670668b7553683a638ded65cc72281b485017e7cc0 - 0.0% (1.15 KB)


History
2020-03-25 17:20:01 UTC

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

2020-03-25 17:20:04 UTC

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

2020-03-25 17:20:04 UTC

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

2020-03-25 17:20:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1f419b34-ls34 Build-date:- 2020-03-25T17:18:14+00:00

2020-03-25 17:20:05 UTC

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

2020-03-25 17:20:06 UTC

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

2020-03-25 17:20:06 UTC

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

2020-03-25 17:20:07 UTC

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

2020-03-25 17:20:07 UTC

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

2020-03-25 17:20:08 UTC

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

2020-03-25 17:21:10 UTC

|5 BUILD_DATE=2020-03-25T17:18:14+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 VERSION=1f419b34-ls34 /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-03-25 17:21:12 UTC

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

2020-03-25 17:21:12 UTC

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

2020-03-28 21:36:00 UTC

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

2020-03-28 21:36:03 UTC

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

2020-03-28 21:36:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.0.2-ls39 Build-date:- 2020-03-28T17:30:52-04:00

2020-03-28 21:36:08 UTC

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

2020-03-28 21:36:11 UTC

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

2020-03-28 21:36:34 UTC

|2 BUILD_DATE=2020-03-28T17:30:52-04:00 VERSION=4.5.0.2-ls39 /bin/sh -c echo "**** add emby deps ****" && apt-get update && apt-get install -y --no-install-recommends libomxil-bellagio0 libomxil-bellagio-bin && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-03-28 21:38:03 UTC

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

2020-03-28 21:39:11 UTC

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

2020-03-28 21:39:15 UTC

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

2020-03-28 21:39:38 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