2017-06-09 19:07:12 UTC
117 MB
true
DEBIAN_FRONTENDnoninteractive
GRID_BROWSER_TIMEOUT0
GRID_CLEAN_UP_CYCLE5000
GRID_DEBUGfalse
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:bd97b43c27e332fc4e00edf827bbc26369ad375187ce6eee91c616ad275884b1 - 38.18% (44.8 MB)
[#001] sha256:6960dc1aba1816652969986284410927a5d942bf8042e077a3ebc8d1c58bb432 - 0.0% (814 Bytes)
[#002] sha256:2b61829b0db5f4033ff48cbf3495271c8410c76e6396b56f15a79c3f7b5b7845 - 0.0% (512 Bytes)
[#003] sha256:1f88dc826b144c661a8d1d08561e1ff3711f527042955505e9f3e563bdb2281f - 0.0% (851 Bytes)
[#004] sha256:73b3859b1e43f3ff32f10055951a568a9ad5ab6dc4ab61818b117b6912088f3d - 0.0% (162 Bytes)
[#005] sha256:81ad74083a33d0e495e65f769d91435ca32653ec7383743e7f099330e7699dc6 - 0.0% (226 Bytes)
[#006] sha256:00e3765a05668e0a8165ebc5a1ef6dda717a6a96760d1ab2c627e4c1a6a84c52 - 46.24% (54.2 MB)
[#007] sha256:27f84e776108ce496391351a4b9384bbf905b9980432a96222d2bc86636c7c81 - 0.28% (341 KB)
[#008] sha256:ec8158edff5d9bd5d6ebbdcd6a4ae2e13dabc2f1f8edbde05f5d07b19d10e512 - 0.0% (4.88 KB)
[#009] sha256:f0b75587b72c36844b3d323379115103078ab2f5e5f89b515d1e957a277e3445 - 15.29% (17.9 MB)
[#010] sha256:38b9b679ded4b448a1f75ab5f46b3797a3fff5865f5db679b01bc5fa44e30267 - 0.0% (778 Bytes)
[#011] sha256:ebeb0e20f8af6979ffd0019159d8ae7cc2eeafc36c73bd6bc6f4968abc3db8e3 - 0.0% (356 Bytes)
/bin/sh -c #(nop) ADD file:5aff8c59a70783352d1d5d5b24ddd27b77d9cdc5917992febe9d92901f78a8b3 in /
2017-06-02 16:16: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
2017-06-02 16:16:35 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2017-06-02 16:16:36 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2017-06-02 16:16:38 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2017-06-02 16:16:38 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-06-09 19:06:42 UTC/bin/sh -c #(nop) LABEL authors=Selenium <[email protected]>
2017-06-09 19:06:42 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-06-09 19:06:42 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
2017-06-09 19:07:06 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-06-09 19:07:06 UTC/bin/sh -c #(nop) ENV TZ=UTC
2017-06-09 19:07:07 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2017-06-09 19:07:08 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-06-09 19:07:08 UTC/bin/sh -c #(nop) USER [seluser]
2017-06-09 19:07:09 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.4/selenium-server-standalone-3.4.0.jar -O /opt/selenium/selenium-server-standalone.jar
2017-06-09 19:07:09 UTC/bin/sh -c #(nop) LABEL authors=SeleniumHQ
2017-06-09 19:07:09 UTC/bin/sh -c #(nop) USER [seluser]
2017-06-09 19:07:10 UTC/bin/sh -c #(nop) EXPOSE 4444/tcp
2017-06-09 19:07:10 UTC/bin/sh -c #(nop) ENV GRID_MAX_SESSION=5
2017-06-09 19:07:10 UTC/bin/sh -c #(nop) ENV GRID_NEW_SESSION_WAIT_TIMEOUT=-1
2017-06-09 19:07:10 UTC/bin/sh -c #(nop) ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT=true
2017-06-09 19:07:10 UTC/bin/sh -c #(nop) ENV GRID_JETTY_MAX_THREADS=-1
2017-06-09 19:07:10 UTC/bin/sh -c #(nop) ENV GRID_CLEAN_UP_CYCLE=5000
2017-06-09 19:07:10 UTC/bin/sh -c #(nop) ENV GRID_BROWSER_TIMEOUT=0
2017-06-09 19:07:11 UTC/bin/sh -c #(nop) ENV GRID_TIMEOUT=30
2017-06-09 19:07:11 UTC/bin/sh -c #(nop) ENV GRID_DEBUG=false
2017-06-09 19:07:11 UTC/bin/sh -c #(nop) COPY multi:d2f795b30ecc463201d924f9c19c0dc3b16e6411fe6b1b1bb55cf59ee7df0ff5 in /opt/bin/
2017-06-09 19:07:11 UTC/bin/sh -c sudo /opt/bin/generate_config > /opt/selenium/config.json
2017-06-09 19:07:12 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.