2018-08-31 22:13:28 UTC
183 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:3b37166ec61459e76e33282dda08f2a9cd698ca7e3d6bc44e6a6e7580cdeff8e - 22.54% (41.2 MB)
[#001] sha256:752f9aed257f3453bf59a330efc9e5a105c79406c29161589e750d3449b4c654 - 0.0% (816 Bytes)
[#002] sha256:a371b966b0278eff5084c68c210e4575b863e6814fd62a3ac17808a4bd135142 - 0.0% (512 Bytes)
[#003] sha256:f86b1aad5c787ec1c2167e124aaa31d24e61d17643c6387e79ae7b599a2c15a9 - 0.0% (851 Bytes)
[#004] sha256:d4f7f5a82e0e5bd19798f974f127eac6dd6271f406e3dc515d1fc2ac3342a1f1 - 0.0% (162 Bytes)
[#005] sha256:aa5e6868fd9ebe95d183689f4c4908de2974dec2af7346694b6152f861a64094 - 0.0% (677 Bytes)
[#006] sha256:97b752b5be5788a165d232d0f0bb6fcd3ac2c391e54e7d6de3d13860b3e1d27a - 7.69% (14.1 MB)
[#007] sha256:11d7d79f865deea27f334f22c88bbf222cbbcf2297a42651d48f6569663d7db1 - 0.0% (456 Bytes)
[#008] sha256:2af81b4266d3e0fdc437e24dd1f4c716582eebfbd2d74194b5b58b9dbfa9fceb - 69.77% (128 MB)
[#009] sha256:3b7838c61de859a0cdd2b69c733342d92f5faa3ce81df13befa86d877571cd16 - 0.0% (2.53 KB)
/bin/sh -c #(nop) ADD file:75d766379d3bcdddd52d7e19be6a5f8bec8170b9b56662ea60d84198cfac1e25 in /
2018-08-31 22:11:24 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
2018-08-31 22:11:25 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2018-08-31 22:11:26 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2018-08-31 22:11:27 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2018-08-31 22:11:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-08-31 22:11:51 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.2.2
2018-08-31 22:11:52 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2018-08-31 22:11:52 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2018-08-31 22:11:52 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2018-08-31 22:11:52 UTC/bin/sh -c #(nop) COPY file:d69d31260cf8703275862ccb9e3f21775d8105ad9d0396aebf7ec71cab4ee5f0 in /etc/apt/
2018-08-31 22:12:18 UTC|3 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.2.2 /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/*
2018-08-31 22:12:18 UTC/bin/sh -c #(nop) COPY dir:d0be0ffbb380fbc02ee17972b8642fcc81c06466435a56d4cd937760536aa1f3 in /
2018-08-31 22:12:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-08-31 22:12:57 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-08-31 22:12:57 UTC/bin/sh -c #(nop) ARG VERSION
2018-08-31 22:12:57 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 143 Build-date:- August-31-2018-22:12:54-UTC
2018-08-31 22:12:57 UTC/bin/sh -c #(nop) LABEL maintainer=stian larsen,sparklyballs
2018-08-31 22:12:58 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
2018-08-31 22:13:27 UTC|2 BUILD_DATE=August-31-2018-22:12:54-UTC VERSION=143 /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/*
2018-08-31 22:13:28 UTC/bin/sh -c #(nop) COPY dir:0acbde9da3f7642393bc0bed7e71c2398fbb9853f88cbde61f157fa3bacb7f6e in /
2018-08-31 22:13:28 UTC/bin/sh -c #(nop) EXPOSE 1900/udp 32400/tcp 32400/udp 32469/tcp 32469/udp 5353/udp
2018-08-31 22:13:28 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.