Namespace
selenium
Image / Tag
hub:3.141.59-20210830
Content Digest
sha256:ec4c5214c3c521fe5d9e5935af99140278e8f177a0add3caee441f6c9df48765
Details
Created

2021-08-30 11:25:00 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:3fa55a4a5b5d26121ed30cea05a8441cf14150426237cc162d8c91e365a1a73a - 0.0% (236 Bytes)

[#004] sha256:43612bbb6ad478c28af7648648505c2c95d182f0b623635ed5d80f0444dee41f - 65.8% (70.8 MB)

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

[#006] sha256:16cd645faac1f58019a6790c36b4c8e1fe31e4060f7ea25632e81d533be6efd8 - 0.0% (4.9 KB)

[#007] sha256:f95412d88cf7833c34cfa06896730ee0c4e169bb195d2ae0d69b957a404f3a24 - 0.0% (840 Bytes)

[#008] sha256:368b0346f305bce2fdfbd5239322487a35c72f3072a8985c63285bc07e3086f3 - 0.0% (544 Bytes)

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

[#010] sha256:bc13cd8865275cbe4c68bc126e7c63ee08ba559eb41db7924fdc22483cce7564 - 0.0% (784 Bytes)

[#011] sha256:5c550507f6c4259daaa90af6dae5a441909e4457a05cb9e376c924f2522b259b - 0.0% (424 Bytes)

[#012] sha256:31b1017a3787f99abc262e97b72d924ae5ff1959e03599fac50d7527c8ea67e3 - 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-08-30 11:18:59 UTC (buildkit.dockerfile.v0)

LABEL authors=Selenium <[email protected]>

2021-08-30 11:18:59 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-08-30 11:18:59 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true

2021-08-30 11:19:25 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-08-30 11:19:25 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2021-08-30 11:19:25 UTC (buildkit.dockerfile.v0)

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

2021-08-30 11:19:26 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-08-30 11:19:26 UTC (buildkit.dockerfile.v0)

ENV HOME=/home/seluser

2021-08-30 11:19:26 UTC (buildkit.dockerfile.v0)

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

2021-08-30 11:19:26 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf /etc # buildkit

2021-08-30 11:19:28 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-08-30 11:19:28 UTC (buildkit.dockerfile.v0)

USER 1200:1201

2021-08-30 11:19:28 UTC (buildkit.dockerfile.v0)

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

2021-08-30 11:24:57 UTC

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

2021-08-30 11:24:57 UTC

/bin/sh -c #(nop) USER 1200

2021-08-30 11:24:57 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:58 UTC

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

2021-08-30 11:24:59 UTC

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

2021-08-30 11:24:59 UTC

/bin/sh -c #(nop) ENV GRID_HUB_HOST=0.0.0.0

2021-08-30 11:24:59 UTC

/bin/sh -c #(nop) COPY multi:3a45d86a6345a9bb9d5c88cfe8e6efe77f44907928c18e5853422b600c4631ad in /opt/bin/

2021-08-30 11:24:59 UTC

/bin/sh -c #(nop) COPY file:400989d6d8384c6c01f4bf0953f15585f2da4c24a50a4761907f2998cc14bb06 in /etc/supervisor/conf.d/

2021-08-30 11:25:00 UTC

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

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