Namespace
selenium
Image / Tag
hub:3.5.3-astatine
Content Digest
sha256:72a56ff1869e85379b8eadba9f660e7c54abbd324dc9ddf6669c85e64ff01f9c
Details
Created

2017-09-06 17:32:43 UTC

Size

119 MB

Content Digest
Labels
  • authors
    SeleniumHQ

Environment
DEBCONF_NONINTERACTIVE_SEEN

true

DEBIAN_FRONTEND

noninteractive

GRID_BROWSER_TIMEOUT

0

GRID_CLEAN_UP_CYCLE

5000

GRID_DEBUG

false

GRID_JETTY_MAX_THREADS

-1

GRID_MAX_SESSION

5

GRID_NEW_SESSION_WAIT_TIMEOUT

-1

GRID_THROW_ON_CAPABILITY_NOT_PRESENT

true

GRID_TIMEOUT

30

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:d5c6f90da05dc7e77d2e5fef63c341ab05ba2a03396ab5ae8f18814a7bbf5265 - 37.97% (45.1 MB)

[#001] sha256:1300883d87d5ae0582a4e0f3f86ad93985b18676e8d829f6f3b4990403fdf145 - 0.0% (816 Bytes)

[#002] sha256:c220aa3cfc1bff0c1df733eac869a66476ea35136c69d881da1e297ed8d0af2f - 0.0% (515 Bytes)

[#003] sha256:2e9398f099dcc5a3e5521205e1f55ee5d7665e203193cf48b32553eabcca323c - 0.0% (851 Bytes)

[#004] sha256:dc27a084064fee108f4d486469939bbfa6a5b16f6d6d3c6b5b2475e938f4c71e - 0.0% (162 Bytes)

[#005] sha256:b874f42ec3a86f9246563e019a47bcb146b7e0d08f4cd1c065ee53f0055b8695 - 0.0% (223 Bytes)

[#006] sha256:f81b66bc61cef949b34a7c3997a88a6c9746a1ed8d4674ce52bd48fd447861c8 - 46.19% (54.8 MB)

[#007] sha256:19fe97c49c30a65e39dc7185de3e6b5a2cef4a5f58f21acdf5e19d0b6c40fd84 - 0.29% (347 KB)

[#008] sha256:cdfd7ed30abe2b7551f06ee2701ce787a24679d1581057f8988fd486aafc0f6c - 0.0% (4.91 KB)

[#009] sha256:f3f2c5a314dc45084c63fa4d9a196970366e59486767334d5ad44f875c365503 - 15.54% (18.4 MB)

[#010] sha256:3df8a6838921676e7f9099a3a644b4951947081f9b845300ba87250028ebfcbf - 0.0% (782 Bytes)

[#011] sha256:3e44afb382b68b7c789384f5e19796f3ce1b05ebec7bfd41b201ceec87b19af1 - 0.0% (377 Bytes)


History
2017-08-10 20:13:38 UTC

/bin/sh -c #(nop) ADD file:39d3593ea220e686d5450244ef9dd6c934e3b288a29212d332ec33942b7bf218 in /

2017-08-10 20:13:39 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-08-10 20:13:40 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2017-08-10 20:13:41 UTC

/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list

2017-08-10 20:13:41 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2017-08-10 20:13:42 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2017-09-06 17:32:17 UTC

/bin/sh -c #(nop) LABEL authors=Selenium <[email protected]>

2017-09-06 17:32:18 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-09-06 17:32:18 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true

2017-09-06 17:32:38 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-09-06 17:32:38 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2017-09-06 17:32:38 UTC

/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata

2017-09-06 17:32:39 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-09-06 17:32:39 UTC

/bin/sh -c #(nop) USER [seluser]

2017-09-06 17:32:40 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.5/selenium-server-standalone-3.5.3.jar -O /opt/selenium/selenium-server-standalone.jar

2017-09-06 17:32:40 UTC

/bin/sh -c #(nop) LABEL authors=SeleniumHQ

2017-09-06 17:32:40 UTC

/bin/sh -c #(nop) USER [seluser]

2017-09-06 17:32:40 UTC

/bin/sh -c #(nop) EXPOSE 4444/tcp

2017-09-06 17:32:41 UTC

/bin/sh -c #(nop) ENV GRID_MAX_SESSION=5

2017-09-06 17:32:41 UTC

/bin/sh -c #(nop) ENV GRID_NEW_SESSION_WAIT_TIMEOUT=-1

2017-09-06 17:32:41 UTC

/bin/sh -c #(nop) ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT=true

2017-09-06 17:32:41 UTC

/bin/sh -c #(nop) ENV GRID_JETTY_MAX_THREADS=-1

2017-09-06 17:32:41 UTC

/bin/sh -c #(nop) ENV GRID_CLEAN_UP_CYCLE=5000

2017-09-06 17:32:42 UTC

/bin/sh -c #(nop) ENV GRID_BROWSER_TIMEOUT=0

2017-09-06 17:32:42 UTC

/bin/sh -c #(nop) ENV GRID_TIMEOUT=30

2017-09-06 17:32:42 UTC

/bin/sh -c #(nop) ENV GRID_DEBUG=false

2017-09-06 17:32:42 UTC

/bin/sh -c #(nop) COPY multi:6ebdae51275eeed899ed5e4c4919c8d5922932860782d9f1a381349cb751451d in /opt/bin/

2017-09-06 17:32:43 UTC

/bin/sh -c /opt/bin/generate_config > /opt/selenium/config.json

2017-09-06 17:32:43 UTC

/bin/sh -c #(nop) CMD ["/opt/bin/entry_point.sh"]

Danger Zone
Delete Tag

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.

Delete