2017-04-27 14:49:32 UTC
152 MB
true
DEBIAN_FRONTENDnoninteractive
DISPLAY:99.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SCREEN_DEPTH24
SCREEN_HEIGHT1020
SCREEN_WIDTH1360
TZUTC
[#000] sha256:aafe6b5e13de557451e1781fe7276620275625f970015cbd10036ab7d8ae27c0 - 29.38% (44.6 MB)
[#001] sha256:0a2b43a726608d3835aa027bbe181624789130c212eb191baa481f1d788a0676 - 0.0% (815 Bytes)
[#002] sha256:18bdd1e546d21240bd4c3e4e29032a38f18102d780a78686508d40fe01c60158 - 0.0% (514 Bytes)
[#003] sha256:8198342c3e05101bb56b0a585dc34e39346ece39ee5d39287cda24b1fb445fed - 0.0% (850 Bytes)
[#004] sha256:f56970a44fd409805e3872cac236d29f5eed1a45e189bb765bcd2163c915f384 - 0.0% (161 Bytes)
[#005] sha256:528e6678ee4e8fa01f8184c60cd3be7e6f7ec68ffddb9f110959f7d5a6aab3f8 - 0.0% (224 Bytes)
[#006] sha256:c327efe862ba99598ba67815285b7a54f292fc23ed29315da932249c6c97fd38 - 35.7% (54.2 MB)
[#007] sha256:b6d059e9f129715b24ca40324a5e47c74ddb9cb82d22b99716e3caa6613648ed - 0.22% (341 KB)
[#008] sha256:34518b4e07bc7dab43270f9a0e35e5ed20bc76f6777538f0280810fd7c10ca92 - 11.8% (17.9 MB)
[#009] sha256:77964ad506d89b7061e1e93527fbba135ef730bf5a04e7d72df2604231dba00d - 0.0% (4.88 KB)
[#010] sha256:402c27b2c0e9b10c92f4e00828d878f41cf1277cb9862ea80ea511dd068276c3 - 22.89% (34.8 MB)
[#011] sha256:b48a7f83850f5b97271561b2b3f881d1005c6a635b18f3e0832b5d246645222e - 0.0% (976 Bytes)
[#012] sha256:280cbcad3c717c452e31075c61e6ebb259e94fdaaa22061532dcb1d34e6eba41 - 0.0% (844 Bytes)
/bin/sh -c #(nop) ADD file:141408db9037263a47322d1d78006be6a93927ac912bf14cd85100aa91da0421 in /
2017-04-24 22:57:05 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-04-24 22:57:06 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2017-04-24 22:57:08 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2017-04-24 22:57:09 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2017-04-24 22:57:10 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-04-27 14:48:28 UTC/bin/sh -c #(nop) LABEL authors=Selenium <selenium-developers@googlegroups.com>
2017-04-27 14:48:29 UTC/bin/sh -c echo "deb http://archive.ubuntu.com/ubuntu xenial main universe\n" > /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu xenial-updates main universe\n" >> /etc/apt/sources.list && echo "deb http://security.ubuntu.com/ubuntu xenial-security main universe\n" >> /etc/apt/sources.list
2017-04-27 14:48:56 UTC/bin/sh -c apt-get update -qqy && apt-get -qqy --no-install-recommends install bzip2 ca-certificates openjdk-8-jre-headless tzdata sudo unzip wget && rm -rf /var/lib/apt/lists/* /var/cache/apt/* && sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/' ./usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security
2017-04-27 14:48:56 UTC/bin/sh -c #(nop) ENV TZ=UTC
2017-04-27 14:48:57 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2017-04-27 14:48:59 UTC/bin/sh -c mkdir -p /opt/selenium && wget --no-verbose https://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar -O /opt/selenium/selenium-server-standalone.jar
2017-04-27 14:48:59 UTC/bin/sh -c sudo useradd seluser --shell /bin/bash --create-home && sudo usermod -a -G sudo seluser && echo 'ALL ALL = (ALL) NOPASSWD: ALL' >> /etc/sudoers && echo 'seluser:secret' | chpasswd
2017-04-27 14:48:59 UTC/bin/sh -c #(nop) LABEL authors=SeleniumHQ
2017-04-27 14:49:03 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2017-04-27 14:49:03 UTC/bin/sh -c #(nop) ENV DEBCONF_NONINTERACTIVE_SEEN=true
2017-04-27 14:49:31 UTC/bin/sh -c apt-get update -qqy && apt-get -qqy install locales xvfb && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
2017-04-27 14:49:31 UTC/bin/sh -c #(nop) COPY multi:dfa8d487b17ea5809ada53b74715940fec801fa88aa0c32d25bd466b1aa245e7 in /opt/bin/
2017-04-27 14:49:31 UTC/bin/sh -c chmod +x /opt/bin/entry_point.sh
2017-04-27 14:49:32 UTC/bin/sh -c #(nop) ENV SCREEN_WIDTH=1360
2017-04-27 14:49:32 UTC/bin/sh -c #(nop) ENV SCREEN_HEIGHT=1020
2017-04-27 14:49:32 UTC/bin/sh -c #(nop) ENV SCREEN_DEPTH=24
2017-04-27 14:49:32 UTC/bin/sh -c #(nop) ENV DISPLAY=:99.0
2017-04-27 14:49:32 UTC/bin/sh -c #(nop) USER [seluser]
2017-04-27 14:49:32 UTC/bin/sh -c #(nop) CMD ["/opt/bin/entry_point.sh"]
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.