Namespace
linuxserver
Image / Tag
emby:amd64-beta-4.8.0.0-ls165
Content Digest
sha256:4ff5721b4fa26b219c7aeb74ade918e5db04844cbad5d5293313e128a1069a4b
Details
Created

2022-06-12 12:40:26 UTC

Size

284 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.8.0.0-ls165 Build-date:- 2022-06-12T07:38:23-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-06-12T07:38:23-05:00
  • org.opencontainers.image.description
    [Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-emby
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    c15fe86de25f5a4a4bb96efd043ecd6cf0b86119
  • org.opencontainers.image.revision
    c15fe86de25f5a4a4bb96efd043ecd6cf0b86119
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-emby
  • org.opencontainers.image.title
    Emby
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-emby/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    4.8.0.0-ls165

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:2f106192bde54ee938bca0a633c280e9b7fa14d72be7432de31d471a4af16537 - 11.03% (31.3 MB)

[#001] sha256:458723d1a00e3701a257ef0decbbaf294c3fa6866bfb4d8d5f4a7b6059f5cf0c - 0.0% (279 Bytes)

[#002] sha256:82f6151fefbcd37b077f12a013880e0108767fb8872c41d7a7b81ebe33b90a3b - 4.42% (12.6 MB)

[#003] sha256:b3795193eded70420b21fc6a96c8eafe683bd8dd3ada6e6af715118c5ee3cb4c - 0.0% (4.17 KB)

[#004] sha256:8b69dfaa729c4f327a2e1a2c8e5ff2f066d0ce524a901763b943aad7cb843b7b - 17.63% (50 MB)

[#005] sha256:6dcc400b1d94907176dca3682dd171c5fb6e7b0fef5e0b7a6d954c844fcba5e2 - 66.92% (190 MB)

[#006] sha256:661d445dfb70eccc287c692cf8f10664e8503b0dc9b8f192fddc21404923f737 - 0.0% (1.24 KB)


History
2022-06-06 13:44:26 UTC

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

2022-06-06 13:44:26 UTC

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

2022-06-06 13:44:26 UTC

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

2022-06-06 13:44:27 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ce979931-ls23 Build-date:- 2022-06-06T08:43:09-05:00

2022-06-06 13:44:27 UTC

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

2022-06-06 13:44:27 UTC

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

2022-06-06 13:44:27 UTC

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

2022-06-06 13:44:27 UTC

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

2022-06-06 13:44:48 UTC

|3 BUILD_DATE=2022-06-06T08:43:09-05:00 DEBIAN_FRONTEND=noninteractive VERSION=ce979931-ls23 /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 && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/*

2022-06-06 13:44:48 UTC

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

2022-06-06 13:44:49 UTC

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

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-06-06T08:43:09-05:00

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=f2a45dda92e8e63e48f165c7c32e7e36cfcdd810

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f2a45dda92e8e63e48f165c7c32e7e36cfcdd810

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu

2022-06-06 13:44:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu

2022-06-06 13:44:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages

2022-06-06 13:44:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-06-06 13:44:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ce979931-ls23

2022-06-12 12:40:04 UTC

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

2022-06-12 12:40:04 UTC

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

2022-06-12 12:40:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.8.0.0-ls165 Build-date:- 2022-06-12T07:38:23-05:00

2022-06-12 12:40:04 UTC

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

2022-06-12 12:40:04 UTC

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

2022-06-12 12:40:17 UTC

|2 BUILD_DATE=2022-06-12T07:38:23-05:00 VERSION=4.8.0.0-ls165 /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/*

2022-06-12 12:40:24 UTC

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

2022-06-12 12:40:25 UTC

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

2022-06-12 12:40:25 UTC

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

2022-06-12 12:40:25 UTC

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

2022-06-12 12:40:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-06-12 12:40:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-06-12T07:38:23-05:00

2022-06-12 12:40:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.

2022-06-12 12:40:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby

2022-06-12 12:40:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-06-12 12:40:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=c15fe86de25f5a4a4bb96efd043ecd6cf0b86119

2022-06-12 12:40:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c15fe86de25f5a4a4bb96efd043ecd6cf0b86119

2022-06-12 12:40:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby

2022-06-12 12:40:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby

2022-06-12 12:40:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages

2022-06-12 12:40:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-06-12 12:40:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.8.0.0-ls165

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