2017-04-23 08:54:19 UTC
151 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:c62795f78da9ad31d9669cb4feb4e8fba995a299a0b2bd0f05b10fdc05b1f35e - 28.79% (43.5 MB)
[#001] sha256:d4fceeeb758e5103c39daf44c73404bf476ef6fd6b7a9a11e2260fcc1797c806 - 0.0% (823 Bytes)
[#002] sha256:5c9125a401ae0cf5a5b4128633e7a4e84230d3eb4c541c661618a70e5d29aeff - 0.0% (514 Bytes)
[#003] sha256:0062f774e9942f61d13928855ab8111adc27def6f41bd6f7902c329ec836882b - 0.0% (860 Bytes)
[#004] sha256:6b33fd031facf4d7dd97afeea8a93260c2f15c3e795eeccd8969198a3d52678d - 0.0% (161 Bytes)
[#005] sha256:4d8a424d85ed2bdc6f668857cd24ec4424e66e3fb95eb1009320f85d8e96ea67 - 0.0% (225 Bytes)
[#006] sha256:661495624a3b91c9fed172935ae42876dd1dae602adf3ea3f8a5830e32e59c71 - 35.94% (54.2 MB)
[#007] sha256:b11414ce20bd70920747c8b48091b9fe7efa5132197fb23708ef0230457bdd96 - 0.22% (341 KB)
[#008] sha256:8fb8c79bd70ed227789beef9ce37f5c8444ccdb627c70eac6da64f9c83fb24ea - 11.88% (17.9 MB)
[#009] sha256:99f0e0c7c7e8c24fe378edd0efe7007d031201316b06e4cb9a5cbe0c6c02559c - 0.0% (4.88 KB)
[#010] sha256:28d7f8c7ec4a48a2adb99fd844d766e6c98055bd544ba6de56ad88b4257cfc0b - 23.16% (35 MB)
[#011] sha256:36e5149e3790c7a75e9b2fc1ace122eae0c177819e15212c09507873b7e15913 - 0.0% (979 Bytes)
[#012] sha256:00f19ddc988018f63d38dc4d07045c98621c2addc36c24f6bf70814a1969ade5 - 0.0% (847 Bytes)
/bin/sh -c #(nop) ADD file:b8a2c16d65e533a2bcb5820d2bae70f5a80bd2d8c982c93d9a6cdbf22f8f8ee8 in /
2017-04-12 21:06:36 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-12 21:06:37 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2017-04-12 21:06:38 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2017-04-12 21:06:40 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2017-04-12 21:06:42 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-04-23 08:53:24 UTC/bin/sh -c #(nop) MAINTAINER Selenium <selenium-developers@googlegroups.com>
2017-04-23 08:53:24 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-23 08:53:51 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-23 08:53:52 UTC/bin/sh -c #(nop) ENV TZ=UTC
2017-04-23 08:53:52 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2017-04-23 08:53:53 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-23 08:53:54 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-23 08:53:54 UTC/bin/sh -c #(nop) MAINTAINER Selenium <selenium-developers@googlegroups.com>
2017-04-23 08:53:58 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2017-04-23 08:53:58 UTC/bin/sh -c #(nop) ENV DEBCONF_NONINTERACTIVE_SEEN=true
2017-04-23 08:54:17 UTC/bin/sh -c apt-get update -qqy && apt-get -qqy install locales xvfb dbus && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
2017-04-23 08:54:18 UTC/bin/sh -c #(nop) COPY multi:dfa8d487b17ea5809ada53b74715940fec801fa88aa0c32d25bd466b1aa245e7 in /opt/bin/
2017-04-23 08:54:18 UTC/bin/sh -c chmod +x /opt/bin/entry_point.sh
2017-04-23 08:54:18 UTC/bin/sh -c #(nop) ENV SCREEN_WIDTH=1360
2017-04-23 08:54:18 UTC/bin/sh -c #(nop) ENV SCREEN_HEIGHT=1020
2017-04-23 08:54:18 UTC/bin/sh -c #(nop) ENV SCREEN_DEPTH=24
2017-04-23 08:54:19 UTC/bin/sh -c #(nop) ENV DISPLAY=:99.0
2017-04-23 08:54:19 UTC/bin/sh -c #(nop) USER [seluser]
2017-04-23 08:54:19 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.