Namespace
linuxserver
Image / Tag
emby:amd64-4.4.3.0-ls48
Content Digest
sha256:0e00b245d2c77ddb80eaeccd736f8ff018d4e1f164035f7a69d2415a05ea2b7f
Details
Created

2020-07-13 10:35:00 UTC

Size

135 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.3.0-ls48 Build-date:- 2020-07-13T06:33:39-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:210a519fc1aaf3edcc966ecd53231727e8a42ee2faccef3c346264885ed35a40 - 18.82% (25.5 MB)

[#001] sha256:8e5b6209e33ccf3c263b25d29be3c5ca4385d33cb723a537577e56f5e7fe5cd7 - 0.0% (274 Bytes)

[#002] sha256:6facdabbc9dbcdc92f243521f4167144a8bb905ee895aa42f9c7594b28a9b68b - 9.59% (13 MB)

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

[#004] sha256:207f750c77390c1b2f4f97a3b8b6905104825917e6e2ae174526d0fc322dd380 - 71.59% (96.9 MB)

[#005] sha256:d1530cdbeba0969e9b6b336a3e39eab05fcdae7ae94281dc2cabe4a80407ed8f - 0.0% (1.05 KB)


History
2020-07-08 20:45:00 UTC

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

2020-07-08 20:45:01 UTC

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

2020-07-08 20:45:01 UTC

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

2020-07-08 20:45:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2e618b3c-ls45 Build-date:- 2020-07-08T20:43:40+00:00

2020-07-08 20:45:01 UTC

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

2020-07-08 20:45:02 UTC

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

2020-07-08 20:45:02 UTC

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

2020-07-08 20:45:02 UTC

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

2020-07-08 20:45:03 UTC

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

2020-07-08 20:45:03 UTC

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

2020-07-08 20:45:41 UTC

|5 BUILD_DATE=2020-07-08T20:43:40+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=2e618b3c-ls45 /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-07-08 20:45:42 UTC

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

2020-07-08 20:45:42 UTC

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

2020-07-13 10:34:51 UTC

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

2020-07-13 10:34:51 UTC

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

2020-07-13 10:34:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.3.0-ls48 Build-date:- 2020-07-13T06:33:39-04:00

2020-07-13 10:34:52 UTC

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

2020-07-13 10:34:52 UTC

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

2020-07-13 10:34:58 UTC

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

2020-07-13 10:34:59 UTC

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

2020-07-13 10:35:00 UTC

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

2020-07-13 10:35:00 UTC

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