2017-11-30 16:45:14 UTC
120 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:660c48dd555dcbfdfe19c80a30f557ac57a15f595250e67bfad1e5663c1725bb - 38.06% (45.5 MB)
[#001] sha256:4c7380416e7816a5ab1f840482c9c3ca8de58c6f3ee7f95e55ad299abbfe599f - 0.0% (846 Bytes)
[#002] sha256:421e436b5f80d876128b74139531693be9b4e59e4f1081c9a3c379c95094e375 - 0.0% (620 Bytes)
[#003] sha256:e4ce6c3651b3a090bb43688f512f687ea6e3e533132bcbc4a83fb97e7046cea3 - 0.0% (849 Bytes)
[#004] sha256:be588e74bd348ce48bb7161350f4b9d783c331f37a853a80b0b4abc0a33c569e - 0.0% (169 Bytes)
[#005] sha256:78d9953d28ff7669ea9bbe43e620331edb94ab179a589f474cfcd242fb2055cf - 0.0% (224 Bytes)
[#006] sha256:c3f9172e4dbbb9686de3168c8af77c25337129daa536e23ac8ff06f3e92fdb06 - 45.77% (54.8 MB)
[#007] sha256:1c46cbe172c31b9f9dd802452eda11992bfc180eaf83cbdd173dce443ed632b1 - 0.28% (344 KB)
[#008] sha256:d4172da48893154c6ff8b096461943ff1636a13840d393448f8bf7067e1f3929 - 0.0% (4.91 KB)
[#009] sha256:a13b931dac5538bfb7d39a00232aea6fc7314988590dfb299cf96a0dd6cf922c - 15.88% (19 MB)
[#010] sha256:a264c11364b30a54d62a664675419283829930bfa265de149cc8c23dc3bee249 - 0.0% (786 Bytes)
[#011] sha256:93165d22bceea3b510648b57c02a4af3e0bf71e41df587214e0235cc360a5f65 - 0.0% (379 Bytes)
/bin/sh -c #(nop) ADD file:280a445783f309c90ab928883d98e4326c1fbe19927c8a555da41bcb74c71a45 in /
2017-11-17 21:59:22 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-11-17 21:59:23 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2017-11-17 21:59:24 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2017-11-17 21:59:24 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2017-11-17 21:59:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-11-30 16:40:16 UTC/bin/sh -c #(nop) LABEL authors=Selenium <[email protected]>
2017-11-30 16:40: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
2017-11-30 16:40:17 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
2017-11-30 16:40:40 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
2017-11-30 16:40:40 UTC/bin/sh -c #(nop) ENV TZ=UTC
2017-11-30 16:40:41 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2017-11-30 16:40:41 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
2017-11-30 16:40:41 UTC/bin/sh -c #(nop) USER [seluser]
2017-11-30 16:40:42 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.7/selenium-server-standalone-3.7.1.jar -O /opt/selenium/selenium-server-standalone.jar
2017-11-30 16:40:43 UTC/bin/sh -c #(nop) LABEL authors=SeleniumHQ
2017-11-30 16:40:43 UTC/bin/sh -c #(nop) USER [seluser]
2017-11-30 16:40:43 UTC/bin/sh -c #(nop) EXPOSE 4444/tcp
2017-11-30 16:40:43 UTC/bin/sh -c #(nop) ENV GRID_MAX_SESSION=5
2017-11-30 16:40:43 UTC/bin/sh -c #(nop) ENV GRID_NEW_SESSION_WAIT_TIMEOUT=-1
2017-11-30 16:40:43 UTC/bin/sh -c #(nop) ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT=true
2017-11-30 16:40:43 UTC/bin/sh -c #(nop) ENV GRID_JETTY_MAX_THREADS=-1
2017-11-30 16:40:44 UTC/bin/sh -c #(nop) ENV GRID_CLEAN_UP_CYCLE=5000
2017-11-30 16:40:44 UTC/bin/sh -c #(nop) ENV GRID_BROWSER_TIMEOUT=0
2017-11-30 16:40:44 UTC/bin/sh -c #(nop) ENV GRID_TIMEOUT=30
2017-11-30 16:40:44 UTC/bin/sh -c #(nop) ENV GRID_DEBUG=false
2017-11-30 16:40:44 UTC/bin/sh -c #(nop) ENV GRID_HUB_PORT=4444
2017-11-30 16:45:13 UTC/bin/sh -c #(nop) COPY multi:12d29388a5907a6e0e4b598c150ed7150673607616903cd0370875b4437faf86 in /opt/bin/
2017-11-30 16:45:14 UTC/bin/sh -c /opt/bin/generate_config > /opt/selenium/config.json
2017-11-30 16:45:14 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.