2016-12-14 16:27:30 UTC
138 MB
0
GRID_CLEAN_UP_CYCLE5000
GRID_JETTY_MAX_THREADS-1
GRID_MAX_SESSION5
GRID_NEW_SESSION_WAIT_TIMEOUT-1
GRID_NODE_POLLING5000
GRID_THROW_ON_CAPABILITY_NOT_PRESENTtrue
GRID_TIMEOUT30000
GRID_UNREGISTER_IF_STILL_DOWN_AFTER30000
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:af49a5ceb2a56a8232402f5868cdb13dfdae5d66a62955a73e647e16e9f30a63 - 34.61% (47.8 MB)
[#001] sha256:8f9757b472e7962a4304d4af61630e2cde66129218135b4093a43b9db8942c34 - 0.0% (824 Bytes)
[#002] sha256:e931b117db38a05b9d0bbd28ca99a0abe5236a0026d88b3db804f520e59977ec - 0.0% (518 Bytes)
[#003] sha256:47b5e16c0811b08c1cf3198fa5ac0b920946ac538a0a0030627d19763e2fa212 - 0.0% (682 Bytes)
[#004] sha256:9332eaf1a55b72fb779d2f249b65855c623c8ce7be83c822b7d80115ef5a3af3 - 0.0% (162 Bytes)
[#005] sha256:3279bf4baff3a62b9aedd5bac289aae822347f5ad74ffd837d12970438280530 - 0.0% (226 Bytes)
[#006] sha256:d17cf35dbd7cd660ea7e0b4145fb72018224b787be928d6b16a69aa59812724e - 38.99% (53.8 MB)
[#007] sha256:72abb7665dcf51e44a191df2b05dd1c5c9db6f2fad81f8c578d79658bfb1fd30 - 13.2% (18.2 MB)
[#008] sha256:073c4756e069f2aed0eefd5fcb807cfefe37126fb7b3955fcb81e009def6b30d - 0.0% (4.88 KB)
[#009] sha256:ff86223a14bb7bfbbff45d4e8cdbb316648c6df7701bb96654e4d7d5e64fbd65 - 0.0% (528 Bytes)
[#010] sha256:e01c244f0ca1b42117307709913e4d2425dfec8af23b2dfab564770d0aa5f8d5 - 0.0% (471 Bytes)
[#011] sha256:3821a6a8171cde8e1bbed78f7dc0665f35ed6cc4913f5fe6b75d9fd68fa161dd - 0.0% (376 Bytes)
[#012] sha256:39b256f3ca1e47dd172b3f4fe8640a52efcf00a1cb7f08ddf27ddfdce6499d49 - 13.2% (18.2 MB)
/bin/sh -c #(nop) ADD file:2ca910a8c0cef4144f7c4ef779f9d85d5f451a776c3c67fc83a7a461de73e7d7 in /
2016-11-29 20:04:33 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
2016-11-29 20:04:34 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2016-11-29 20:04:35 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2016-11-29 20:04:36 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2016-11-29 20:04:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-12-14 16:26:59 UTC/bin/sh -c #(nop) MAINTAINER Selenium <[email protected]>
2016-12-14 16:26:59 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
2016-12-14 16:27:24 UTC/bin/sh -c apt-get update -qqy && apt-get -qqy --no-install-recommends install bzip2 ca-certificates openjdk-8-jre-headless 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
2016-12-14 16:27:25 UTC/bin/sh -c mkdir -p /opt/selenium && wget --no-verbose https://selenium-release.storage.googleapis.com/3.0/selenium-server-standalone-3.0.1.jar -O /opt/selenium/selenium-server-standalone.jar
2016-12-14 16:27:25 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
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) MAINTAINER Selenium <[email protected]>
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) EXPOSE 4444/tcp
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT=true
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) ENV GRID_NEW_SESSION_WAIT_TIMEOUT=-1
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) ENV GRID_JETTY_MAX_THREADS=-1
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) ENV GRID_NODE_POLLING=5000
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) ENV GRID_CLEAN_UP_CYCLE=5000
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) ENV GRID_TIMEOUT=30000
2016-12-14 16:27:26 UTC/bin/sh -c #(nop) ENV GRID_BROWSER_TIMEOUT=0
2016-12-14 16:27:27 UTC/bin/sh -c #(nop) ENV GRID_MAX_SESSION=5
2016-12-14 16:27:27 UTC/bin/sh -c #(nop) ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER=30000
2016-12-14 16:27:27 UTC/bin/sh -c #(nop) COPY file:a30a4c40e282da25b77f4e219dcb58ed263427aa3d963ebabbf8df0a94a0b3d0 in /opt/selenium/generate_config
2016-12-14 16:27:28 UTC/bin/sh -c #(nop) COPY file:02dfeb36f08591b16ad0ce9fa26bcc04c3d0f9a088edef897a93be81fe3ed7af in /opt/bin/entry_point.sh
2016-12-14 16:27:28 UTC/bin/sh -c /opt/selenium/generate_config > /opt/selenium/config.json
2016-12-14 16:27:29 UTC/bin/sh -c chown -R seluser /opt/selenium
2016-12-14 16:27:29 UTC/bin/sh -c #(nop) USER [seluser]
2016-12-14 16:27:30 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.