Namespace
selenium
Image / Tag
hub:3.10
Content Digest
sha256:f17ba3801d00f9fdb1f60329b98707cd60af41869fdbf4e171f0c63cbbeb0e56
Details
Created

2018-03-03 00:23:29 UTC

Size

116 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_HUB_PORT

4444

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:1be7f2b886e89a58e59c4e685fcc5905a26ddef3201f290b96f1eff7d778e122 - 35.21% (40.9 MB)

[#001] sha256:6fbc4a21b806838b63b774b338c6ad19d696a9e655f50b4e358cc4006c3baa79 - 0.0% (846 Bytes)

[#002] sha256:c71a6f8e13782fed125f2247931c3eb20cc0e6428a5d79edb546f1f1405f0e49 - 0.0% (620 Bytes)

[#003] sha256:4be3072e5a37392e32f632bb234c0b461ff5675ab7e362afad6359fbd36884af - 0.0% (854 Bytes)

[#004] sha256:06c6d2f5970057aef3aef6da60f0fde280db1c077f0cd88ca33ec1a70a9c7b58 - 0.0% (171 Bytes)

[#005] sha256:03c7dcd680a4644dffda65958606531e14d4836bf9c33b00813f5741956252bc - 0.0% (232 Bytes)

[#006] sha256:18aca01914940267a40fdda5658aca19cea555443bb9e76069baa1ab44f14b2c - 47.19% (54.8 MB)

[#007] sha256:363b570bf87ebba51c2c02f16cc0c5cbb54b2fec1b83f075c708f1bca22742da - 0.29% (344 KB)

[#008] sha256:a763e33eeb4a845355a3ce524da09f80430c8ef4f173502ddc2e9cbadbf691c7 - 0.0% (4.94 KB)

[#009] sha256:a6ca70bdff28660e972609daf8a75e9375d637b615a9f1c8aeec956291b2ada4 - 17.31% (20.1 MB)

[#010] sha256:0d26bf52d8b930aeb5b741bfdf03a67461fac5bbeadccaaed1cfbcae377c3c4e - 0.0% (777 Bytes)

[#011] sha256:7b3d324a21135ae85cfcfcbab3eba90a43555e260b28097db3b7a23ede1d0b82 - 0.0% (377 Bytes)


History
2018-01-25 18:23:30 UTC

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

2018-01-25 18:23: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

2018-01-25 18:23:39 UTC

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

2018-01-25 18:23:50 UTC

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

2018-01-25 18:23:51 UTC

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

2018-01-25 18:23:51 UTC

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

2018-03-03 00:18:47 UTC

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

2018-03-03 00:18:47 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

2018-03-03 00:18:48 UTC

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

2018-03-03 00:19:09 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

2018-03-03 00:19:09 UTC

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

2018-03-03 00:19:10 UTC

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

2018-03-03 00:19:11 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

2018-03-03 00:19:11 UTC

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

2018-03-03 00:19:12 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.10/selenium-server-standalone-3.10.0.jar -O /opt/selenium/selenium-server-standalone.jar

2018-03-03 00:19:12 UTC

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

2018-03-03 00:19:12 UTC

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

2018-03-03 00:19:12 UTC

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

2018-03-03 00:19:12 UTC

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

2018-03-03 00:19:13 UTC

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

2018-03-03 00:19:13 UTC

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

2018-03-03 00:19:13 UTC

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

2018-03-03 00:19:13 UTC

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

2018-03-03 00:19:13 UTC

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

2018-03-03 00:19:13 UTC

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

2018-03-03 00:19:13 UTC

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

2018-03-03 00:19:13 UTC

/bin/sh -c #(nop) ENV GRID_HUB_PORT=4444

2018-03-03 00:23:29 UTC

/bin/sh -c #(nop) COPY multi:401904442e3e766e83750049d5a74976880a62595d19532e0ca9eeff83411c18 in /opt/bin/

2018-03-03 00:23:29 UTC

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

2018-03-03 00:23:29 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