2016-11-18 04:49:41 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_TIMEOUT30000
GRID_UNREGISTER_IF_STILL_DOWN_AFTER30000
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:aed15891ba52590c33d862bb6a91ea016b7dc43a9080e48509f75f003d82952c - 34.6% (47.7 MB)
[#001] sha256:773ae8583d14af4e500ce5a5fa2fedf079651fb1beb289fdf1a7146d147cd608 - 0.0% (823 Bytes)
[#002] sha256:d1d48771f782fed22e5d31dcb03e8970796ec80c350f3544844b5c4e131b959a - 0.0% (516 Bytes)
[#003] sha256:cd3d6cd6c0cff04046b5cfc3688e599e56efe9abe35ff59c36fcf469eb289f81 - 0.0% (680 Bytes)
[#004] sha256:8ff6f8a9120c54ae6ebde4bea1a4f2bc8170d4a148f5f81eb731be74a071d71e - 0.0% (163 Bytes)
[#005] sha256:20f86e3408a5056bd44f06f15c05e52ef0158ea878555a3fe3582318ff4a6bf3 - 0.0% (224 Bytes)
[#006] sha256:fdd700001fae8d8caeb726f426597c500e542a35db0d3e46142e476010b5c50a - 39.0% (53.8 MB)
[#007] sha256:72cad16ceb8b6ecbdc3fce302df0666b49bd2726af2bb110c66bac27584f7c1d - 13.2% (18.2 MB)
[#008] sha256:49bafb9e1334f674303d9643c7292290fe210d1c4c359e1474141e378b333daf - 0.0% (4.88 KB)
[#009] sha256:0bce330535e3123ec3ec419d775d5a36ffa2333057a275ed1baa6e5043bfc409 - 0.0% (509 Bytes)
[#010] sha256:b681a474ee6b730c228efe2b6959bacbd8b7f13f4d23ccfb2260643c1d04ee97 - 0.0% (471 Bytes)
[#011] sha256:d85a81df4281cefb36437dfac9efab077ab2362c8979b5106bd2d68ced8bff23 - 0.0% (377 Bytes)
[#012] sha256:751096c3dbf98b9f7809ad0b76b60d0d74c37a3cadff5dfd8fbb3c8668d40c9f - 13.2% (18.2 MB)
/bin/sh -c #(nop) ADD file:abc033900893f6c7375050d1e1c2eed298d3d709145e3a7f7819de6e77f0f835 in /
2016-11-16 20:58:23 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-16 20:58:24 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2016-11-16 20:58:25 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2016-11-16 20:58:26 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2016-11-16 20:58:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-11-18 04:49:08 UTC/bin/sh -c #(nop) MAINTAINER Selenium <[email protected]>
2016-11-18 04:49:09 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-11-18 04:49:34 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-11-18 04:49:35 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-11-18 04:49:36 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-11-18 04:49:36 UTC/bin/sh -c #(nop) MAINTAINER Selenium <[email protected]>
2016-11-18 04:49:36 UTC/bin/sh -c #(nop) EXPOSE 4444/tcp
2016-11-18 04:49:36 UTC/bin/sh -c #(nop) ENV GRID_NEW_SESSION_WAIT_TIMEOUT=-1
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) ENV GRID_JETTY_MAX_THREADS=-1
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) ENV GRID_NODE_POLLING=5000
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) ENV GRID_CLEAN_UP_CYCLE=5000
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) ENV GRID_TIMEOUT=30000
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) ENV GRID_BROWSER_TIMEOUT=0
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) ENV GRID_MAX_SESSION=5
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER=30000
2016-11-18 04:49:37 UTC/bin/sh -c #(nop) COPY file:1e2dc454b021a6a5443a817372613f1a6860e05c6b3f8bc190f7bf05aaab95d9 in /opt/selenium/generate_config
2016-11-18 04:49:38 UTC/bin/sh -c #(nop) COPY file:02dfeb36f08591b16ad0ce9fa26bcc04c3d0f9a088edef897a93be81fe3ed7af in /opt/bin/entry_point.sh
2016-11-18 04:49:39 UTC/bin/sh -c /opt/selenium/generate_config > /opt/selenium/config.json
2016-11-18 04:49:40 UTC/bin/sh -c chown -R seluser /opt/selenium
2016-11-18 04:49:40 UTC/bin/sh -c #(nop) USER [seluser]
2016-11-18 04:49:41 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.