2018-03-11 22:42:34 UTC
116 MB
true
DEBIAN_FRONTENDnoninteractive
GRID_BROWSER_TIMEOUT0
GRID_CLEAN_UP_CYCLE5000
GRID_DEBUGfalse
GRID_HUB_PORT4444
GRID_JETTY_MAX_THREADS-1
GRID_MAX_SESSION5
GRID_NEW_SESSION_WAIT_TIMEOUT-1
GRID_THROW_ON_CAPABILITY_NOT_PRESENTtrue
GRID_TIMEOUT30
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:22dc81ace0ea2f45ad67b790cddad29a45e206d51db0af826dc9495ba21a0b06 - 35.27% (41 MB)
[#001] sha256:1a8b3c87dba3ed16956c881a26eb0c40502c176a35767627d87557d16ea1e0df - 0.0% (847 Bytes)
[#002] sha256:91390a1c435a20661a9e9afdaeb818638299a20d6ee1cc06bbcab8ae4d51994f - 0.0% (620 Bytes)
[#003] sha256:07844b14977e91f82408cbb8932c7d6141d6ca8da7d6587b4d3065750d69186f - 0.0% (854 Bytes)
[#004] sha256:b78396653dae2bc0d9c02c0178bd904bb12195b2b4e541a92cd8793ac7d7d689 - 0.0% (169 Bytes)
[#005] sha256:b6a3f0d3e0e8cdefbcc6ea50f496ef0125351a8cc9834109f4df05209042cd71 - 0.0% (233 Bytes)
[#006] sha256:4ebf3f1b2c4660a397cf191b1407cc8908cdbe98cbc11057135f73e2e92dc6b1 - 47.15% (54.8 MB)
[#007] sha256:7682229aa8a855553d3bd9a53fb525cd3fa8e5ccf8d38ac75358d32dc67fe9a6 - 0.29% (344 KB)
[#008] sha256:1ede88d731e6ed5973569b434ec06feff709fc3b22faa260fb49639decec7ed3 - 0.0% (4.94 KB)
[#009] sha256:b7d79855c7954f9771a8965953e7d4168d758a873aec1c0d5814e4de959a0543 - 17.29% (20.1 MB)
[#010] sha256:17ff9d6a357344f330cda1dc9bf6b8ee5047733aba3e9132ffbe31911b281e0b - 0.0% (778 Bytes)
[#011] sha256:5036e9d0e13d1acf50b3e13b71636cf785bd2ecc8e3f873ccd5b90d563ba51a7 - 0.0% (372 Bytes)
/bin/sh -c #(nop) ADD file:c753df38640ab6e246d9e66f0cef7156b7003976080b1e0b83e5717cd6ef1725 in /
2018-03-06 22:17: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-03-06 22:17:24 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2018-03-06 22:17:25 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2018-03-06 22:17:26 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2018-03-06 22:17:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-03-11 22:38:15 UTC/bin/sh -c #(nop) LABEL authors=Selenium <[email protected]>
2018-03-11 22:38:16 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
2018-03-11 22:38:16 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
2018-03-11 22:38:37 UTC/bin/sh -c apt-get -qqy update && 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
2018-03-11 22:38:37 UTC/bin/sh -c #(nop) ENV TZ=UTC
2018-03-11 22:38:37 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2018-03-11 22:38:38 UTC/bin/sh -c useradd seluser --shell /bin/bash --create-home && usermod -a -G sudo seluser && echo 'ALL ALL = (ALL) NOPASSWD: ALL' >> /etc/sudoers && echo 'seluser:secret' | chpasswd
2018-03-11 22:38:38 UTC/bin/sh -c #(nop) USER [seluser]
2018-03-11 22:38:39 UTC/bin/sh -c sudo mkdir -p /opt/selenium && sudo chown seluser:seluser /opt/selenium && wget --no-verbose https://selenium-release.storage.googleapis.com/3.11/selenium-server-standalone-3.11.0.jar -O /opt/selenium/selenium-server-standalone.jar
2018-03-11 22:38:39 UTC/bin/sh -c #(nop) LABEL authors=SeleniumHQ
2018-03-11 22:38:39 UTC/bin/sh -c #(nop) USER [seluser]
2018-03-11 22:38:39 UTC/bin/sh -c #(nop) EXPOSE 4444/tcp
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_MAX_SESSION=5
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_NEW_SESSION_WAIT_TIMEOUT=-1
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT=true
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_JETTY_MAX_THREADS=-1
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_CLEAN_UP_CYCLE=5000
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_BROWSER_TIMEOUT=0
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_TIMEOUT=30
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_DEBUG=false
2018-03-11 22:38:40 UTC/bin/sh -c #(nop) ENV GRID_HUB_PORT=4444
2018-03-11 22:42:33 UTC/bin/sh -c #(nop) COPY multi:401904442e3e766e83750049d5a74976880a62595d19532e0ca9eeff83411c18 in /opt/bin/
2018-03-11 22:42:33 UTC/bin/sh -c /opt/bin/generate_config > /opt/selenium/config.json
2018-03-11 22:42:34 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.