2017-12-29 23:14:07 UTC
180 MB
noninteractive
HOME/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLEX_DOWNLOADhttps://downloads.plex.tv/plex-media-server
PLEX_INSTALLhttps://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu
PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR/config/Library/Application Support
PLEX_MEDIA_SERVER_HOME/usr/lib/plexmediaserver
PLEX_MEDIA_SERVER_INFO_DEVICEdocker
PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS6
PLEX_MEDIA_SERVER_USERabc
TERMxterm
[#000] sha256:2256ead16a4564d42a8f3e7f46aebb440650324329e4d6796598a09fd55bbe48 - 22.71% (40.8 MB)
[#001] sha256:15c5bbad5a56fd99259ae216649e2f1f5dd42f1b4064c2ae13bc76a3aac4fa96 - 0.0% (817 Bytes)
[#002] sha256:ead45fffdff05d81e1b650b39f2b2a110d05c5803d80e26a90fcc090aeb2adc4 - 0.0% (513 Bytes)
[#003] sha256:1f5faa5314e700891f41307dd94f3d69590bd5be0a6ac6faf500f86385bb89a4 - 0.0% (851 Bytes)
[#004] sha256:5fa0267db49537cd195d39364db48370543ae3b0442ce8f475bca2f2ee1e42fa - 0.0% (162 Bytes)
[#005] sha256:fb4f1fcdf6df1711c5677f233419940ac96b159d9e4647aabf390d833cacb1c4 - 0.0% (675 Bytes)
[#006] sha256:adab918961a6e0484657b8caafe21f82705ebb5032d87d94803156968c2d0b22 - 7.84% (14.1 MB)
[#007] sha256:ffe80127350b3347382c68b3e63b3c5e7899a96db458ae4cdc93acefa048797b - 0.0% (459 Bytes)
[#008] sha256:17b4fcabe7a0da6c132746c1d7a83048381e8765ec426a859f4798ab78e37792 - 69.45% (125 MB)
[#009] sha256:f133c25f01127951ef90308cffb8b5abbe22eacfea5d8b6cee329b67e7908c09 - 0.0% (2.54 KB)
/bin/sh -c #(nop) ADD file:0723e4f36b647530a357efae289db73d4aa6c96861563735efde3776a634628b in /
2017-12-29 23:11:17 UTC/bin/sh -c 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
2017-12-29 23:11:18 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2017-12-29 23:11:19 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2017-12-29 23:11:20 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2017-12-29 23:11:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-12-29 23:11:51 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-12-29 23:11:51 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-12-29 23:11:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2017-12-29 23:11:51 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2017-12-29 23:11:51 UTC/bin/sh -c #(nop) COPY file:d69d31260cf8703275862ccb9e3f21775d8105ad9d0396aebf7ec71cab4ee5f0 in /etc/apt/
2017-12-29 23:12:24 UTC|3 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.19.1.1 /bin/sh -c 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/*
2017-12-29 23:12:24 UTC/bin/sh -c #(nop) COPY dir:0240355da987e39f716325d42559155976caa6d245a6adc220d63e9f0444b69a in /
2017-12-29 23:12:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-12-29 23:13:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-12-29 23:13:11 UTC/bin/sh -c #(nop) ARG VERSION
2017-12-29 23:13:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 106 Build-date:- December-29-2017-23:13:02-UTC
2017-12-29 23:13:12 UTC/bin/sh -c #(nop) LABEL maintainer=stian larsen,sparklyballs
2017-12-29 23:13:13 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive PLEX_DOWNLOAD=https://downloads.plex.tv/plex-media-server PLEX_INSTALL=https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/config/Library/Application Support PLEX_MEDIA_SERVER_HOME=/usr/lib/plexmediaserver PLEX_MEDIA_SERVER_INFO_DEVICE=docker PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6 PLEX_MEDIA_SERVER_USER=abc
2017-12-29 23:14:05 UTC|2 BUILD_DATE=December-29-2017-23:13:02-UTC VERSION=106 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y avahi-daemon dbus unrar wget && echo "**** install plex ****" && curl -o /tmp/plexmediaserver.deb -L "${PLEX_INSTALL}" && dpkg -i /tmp/plexmediaserver.deb && echo "**** change abc home folder to fix plex hanging at runtime with usermod ****" && usermod -d /app abc && echo "**** cleanup ****" && apt-get clean && rm -rf /etc/default/plexmediaserver /tmp/* /var/lib/apt/lists/* /var/tmp/*
2017-12-29 23:14:07 UTC/bin/sh -c #(nop) COPY dir:521603a08ebd8dafec219e852997303aac309dabcf12ee056270ae41aa6f76dc in /
2017-12-29 23:14:07 UTC/bin/sh -c #(nop) EXPOSE 1900/udp 32400/tcp 32400/udp 32469/tcp 32469/udp 5353/udp
2017-12-29 23:14:07 UTC/bin/sh -c #(nop) VOLUME [/config /transcode]
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.