2019-01-25 23:15:40 UTC
170 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:38e2e6cd5626f31cea1a0a5751a9a7e6564c589a3388dcf84f00d4bb98146844 - 18.16% (30.8 MB)
[#001] sha256:d31c391fad2041525a9adcb8fdf53654a4582675f134c37f93640a34faea2142 - 0.0% (850 Bytes)
[#002] sha256:8cddb50352bc793e64342611a179f1f17fc5d54aa1766242b6a1063bc6729cd1 - 0.0% (516 Bytes)
[#003] sha256:04e86838b8899ea1106c7ba4209150779c9eba87fa153e4abc40652f32161f90 - 0.0% (853 Bytes)
[#004] sha256:6d3b64833ea618bf769c84a04225714e254969f59405826581b39bb5479e7a6a - 0.0% (162 Bytes)
[#005] sha256:c67612a5a0d9f5f767813fd3c884cc99ed4853b340d0522129bf1aa06a7a2839 - 0.0% (677 Bytes)
[#006] sha256:6eb5ae59ca6ad273bb50ebdb5debc44f94741c5da7fa950cf10cad93cb1ce2ee - 7.57% (12.8 MB)
[#007] sha256:64b394758e8e91b9fd61dd719f331d102bb5ef0930a289772f025f6ece386841 - 0.0% (450 Bytes)
[#008] sha256:788b7bfdadcf155f72a8ca9caa7c33318c843c20959c125bb8d08966d90b3633 - 74.27% (126 MB)
[#009] sha256:874fb135af938afe87444202a8889dfda9f48e198d1dc09ac05ee14550311727 - 0.0% (2.54 KB)
/bin/sh -c #(nop) ADD file:95daf0e2e9daa2c54f760b557d891402acdd7c1e921d116b61f69b1ef77ee721 in /
2019-01-25 23:13:19 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
2019-01-25 23:13:20 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2019-01-25 23:13:21 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2019-01-25 23:13:22 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-01-25 23:13:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-01-25 23:13:51 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2019-01-25 23:13:51 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-01-25 23:13:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2019-01-25 23:13:52 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2019-01-25 23:13:52 UTC/bin/sh -c #(nop) COPY file:d638b5376632ec00fb38cddff8caa552b2a798b334b54d0be33b80c72bdae69f in /etc/apt/
2019-01-25 23:14:25 UTC|3 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.7.0 /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/*
2019-01-25 23:14:25 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-01-25 23:14:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-01-25 23:15:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-01-25 23:15:10 UTC/bin/sh -c #(nop) ARG VERSION
2019-01-25 23:15:10 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 167 Build-date:- January-25-2019-23:15:07-UTC
2019-01-25 23:15:11 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-01-25 23:15:11 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
2019-01-25 23:15:39 UTC|2 BUILD_DATE=January-25-2019-23:15:07-UTC VERSION=167 /bin/sh -c echo "**** install runtime packages ****" && apt-get update && apt-get install -y avahi-daemon dbus udev unrar wget && echo "**** install plex ****" && curl -o /tmp/plexmediaserver.deb -L "${PLEX_INSTALL}" && dpkg -i /tmp/plexmediaserver.deb && echo "**** ensure abc user's home folder is /app ****" && usermod -d /app abc && echo "**** cleanup ****" && apt-get clean && rm -rf /etc/default/plexmediaserver /tmp/* /var/lib/apt/lists/* /var/tmp/*
2019-01-25 23:15:39 UTC/bin/sh -c #(nop) COPY dir:866d6dbce588e80bf42a7672984ea4f5f7a51bebb0d1f4dad5251f9c5b51e04e in /
2019-01-25 23:15:40 UTC/bin/sh -c #(nop) EXPOSE 1900/udp 32400 32400/udp 32469 32469/udp 5353/udp
2019-01-25 23:15:40 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.