Namespace
selenium
Image / Tag
hub:3.141.59-20210929
Content Digest
sha256:02f251d48d5fc0957781aa16aced08b3581c1887109be8f5c754ee4d7f43248b
Details
Created

2021-09-29 16:27:04 UTC

Size

108 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_HOST

0.0.0.0

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

1800

HOME

/home/seluser

PATH

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

TZ

UTC


Layers

[#000] sha256:da7391352a9bb76b292a568c066aa4c3cbae8d494e6a3c68e3c596d34f7c75f8 - 25.33% (27.2 MB)

[#001] sha256:14428a6d4bcdba49a64127900a0691fb00a3f329aced25eb77e3b65646638f8d - 0.0% (847 Bytes)

[#002] sha256:2c2d948710f21ad82dce71743b1654b45acb5c059cf5c19da491582cef6f2601 - 0.0% (162 Bytes)

[#003] sha256:ec2bb7b8cfcf0d3b0704a4d05cd2a7fb9ae0a0210502280858461c26b05a3227 - 0.0% (236 Bytes)

[#004] sha256:72c74524b7d95743e71aac9b59e7bb4ba44415bf0c6095efa338c1e63b34cb04 - 65.8% (70.8 MB)

[#005] sha256:e95b037711cc83bdb6e2aad3b22ffec464a7f96bd06783a96dd7011aec6b0ef6 - 0.39% (427 KB)

[#006] sha256:9e29948e1cc8bb9ef38679a44d014443fe0aad8f7542a54e74860c8fff0dd293 - 0.0% (4.9 KB)

[#007] sha256:d78b0ec6f93b429d78349ef9a3fa98e322884d3316e0ee49ad87b31cd6d81b40 - 0.0% (839 Bytes)

[#008] sha256:9b17ca1ca0e15e25f12fdf1adc2a5b113e2a275252739727ac3cd85d84c4c89c - 0.0% (543 Bytes)

[#009] sha256:b90dd6cf4c3a6e10098508569da48f095ec1a44477e851e764d1a1065c7c3c96 - 8.47% (9.11 MB)

[#010] sha256:8c311197e57ef131d42a64da2ff5ce48b0bb24c021edb1f5a1496e760a0a0a94 - 0.0% (780 Bytes)

[#011] sha256:e99726f5ddbcbe072315726202c734fee20ed0cc3b9030df150a2bf0e7ad3f57 - 0.0% (420 Bytes)

[#012] sha256:4e148d268071abf5898193260480a5c929a26fee259ab4b09cceae301101109a - 0.0% (382 Bytes)


History
2020-11-25 22:25:26 UTC

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

2020-11-25 22:25:27 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

2020-11-25 22:25:28 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-11-25 22:25:29 UTC

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

2020-11-25 22:25:29 UTC

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

2021-09-29 16:26:31 UTC (buildkit.dockerfile.v0)

LABEL authors=Selenium <[email protected]>

2021-09-29 16:26:31 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "deb http://archive.ubuntu.com/ubuntu focal main universe\n" > /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu focal-updates main universe\n" >> /etc/apt/sources.list && echo "deb http://security.ubuntu.com/ubuntu focal-security main universe\n" >> /etc/apt/sources.list # buildkit

2021-09-29 16:26:31 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true

2021-09-29 16:26:57 UTC (buildkit.dockerfile.v0)

RUN /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 jq curl supervisor gnupg2 && 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 # buildkit

2021-09-29 16:26:57 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2021-09-29 16:26:58 UTC (buildkit.dockerfile.v0)

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

2021-09-29 16:26:58 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd seluser --gid 1201 && useradd seluser --create-home --gid 1201 --shell /bin/bash --uid 1200 && usermod -a -G sudo seluser && echo 'ALL ALL = (ALL) NOPASSWD: ALL' >> /etc/sudoers && echo 'seluser:secret' | chpasswd # buildkit

2021-09-29 16:26:58 UTC (buildkit.dockerfile.v0)

ENV HOME=/home/seluser

2021-09-29 16:26:58 UTC (buildkit.dockerfile.v0)

COPY check-grid.sh entry_point.sh /opt/bin/ # buildkit

2021-09-29 16:26:58 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf /etc # buildkit

2021-09-29 16:27:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor && touch /opt/selenium/config.json && chmod -R 777 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd && wget --no-verbose https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar -O /opt/selenium/selenium-server-standalone.jar && chgrp -R 0 /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor && chmod -R g=u /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor # buildkit

2021-09-29 16:27:00 UTC (buildkit.dockerfile.v0)

USER 1200:1201

2021-09-29 16:27:00 UTC (buildkit.dockerfile.v0)

CMD ["/opt/bin/entry_point.sh"]

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

LABEL authors=SeleniumHQ

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

USER 1200

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

EXPOSE map[4444/tcp:{}]

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_MAX_SESSION=5

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_NEW_SESSION_WAIT_TIMEOUT=-1

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT=true

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_JETTY_MAX_THREADS=-1

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_CLEAN_UP_CYCLE=5000

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_BROWSER_TIMEOUT=0

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_TIMEOUT=1800

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_DEBUG=false

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_HUB_PORT=4444

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

ENV GRID_HUB_HOST=0.0.0.0

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

COPY generate_config start-selenium-hub.sh /opt/bin/ # buildkit

2021-09-29 16:27:03 UTC (buildkit.dockerfile.v0)

COPY selenium-hub.conf /etc/supervisor/conf.d/ # buildkit

2021-09-29 16:27:04 UTC (buildkit.dockerfile.v0)

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

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