2023-11-22 15:32:13 UTC
203 MB
true
DEBIAN_FRONTENDnoninteractive
HOME/home/seluser
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SE_BIND_HOSTfalse
SE_RELAX_CHECKStrue
SE_SESSION_REQUEST_TIMEOUT300
SE_SESSION_RETRY_INTERVAL15
TZUTC
[#000] sha256:aece8493d3972efa43bfd4ee3cdba659c0f787f8f59c82fb3e48c87cbb22a12e - 13.86% (28.2 MB)
[#001] sha256:5d45485ffc1c23d8ba8b61a3e0406fcc5d554bb6ee613cdb61bf514d0d2972b4 - 0.0% (233 Bytes)
[#002] sha256:6e90f0540e66d97f57fb0e20453127a948fb09cba9942ee679330b0264864e0c - 45.69% (92.8 MB)
[#003] sha256:952fc90bb4bd0f27f969daa2825ab5b7010116b752d2c0f346ae00959d8b1e45 - 0.21% (428 KB)
[#004] sha256:02d48904c9aad4cf6bd6506801ade1fd446174e09d9a317a3e040a6a7ab2eee5 - 0.0% (5.24 KB)
[#005] sha256:2a11db27e16db0be6719b5103493ee07b733489ec7877a9094978f1697528bec - 0.0% (830 Bytes)
[#006] sha256:6a25fd59ef5949a4c58ebe44e2588f5bdeedd1aaef3d47a1e4d368e604731701 - 0.0% (752 Bytes)
[#007] sha256:a5fc409439f1bf7f414db8ed1bd74bd54f0050679169679fedc666d5787733b5 - 16.63% (33.8 MB)
[#008] sha256:077a5b25e6aae978b69a8cc5ee27d1a07671f097ba280e115f6f677803e39b37 - 0.07% (150 KB)
[#009] sha256:ad070094e1a659eed17c8d77724526c44c0ce02e2afd3de990725d1523b41aba - 23.54% (47.8 MB)
[#010] sha256:330060ce2d4dc103a9a6191be459bec716c9bd850c57ec0dfbe45d5c25b1b314 - 0.0% (1.02 KB)
[#011] sha256:96f13948916de0788fe2c80ca6da2af456b5e357615a0f7e845fec7b66f54e11 - 0.0% (154 Bytes)
[#012] sha256:7e69865615cd98ffc7960518a75778eaa52cc4e1d7d97525ebfa2a7ed7daf927 - 0.0% (737 Bytes)
[#013] sha256:cf2630d42ee9bc3b4e4df8e15a9c2d72d5a2c781e55c8ff86c7b4fc0c2382e39 - 0.0% (422 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2023-10-05 07:33:30 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-10-05 07:33:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-10-05 07:33:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-10-05 07:33:32 UTC/bin/sh -c #(nop) ADD file:63d5ab3ef0aab308c0e71cb67292c5467f60deafa9b0418cbb220affcd078444 in /
2023-10-05 07:33:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-11-22 15:31:48 UTC (buildkit.dockerfile.v0)LABEL authors=Selenium <[email protected]>
2023-11-22 15:31:48 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "deb http://archive.ubuntu.com/ubuntu jammy main universe\n" > /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu jammy-updates main universe\n" >> /etc/apt/sources.list && echo "deb http://security.ubuntu.com/ubuntu jammy-security main universe\n" >> /etc/apt/sources.list # buildkit
2023-11-22 15:31:48 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
2023-11-22 15:32:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get -qqy update && apt-get upgrade -yq && apt-get -qqy --no-install-recommends install acl bzip2 ca-certificates openjdk-11-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-11-openjdk-amd64/conf/security/java.security # buildkit
2023-11-22 15:32:03 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2023-11-22 15:32:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata # buildkit
2023-11-22 15:32:04 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
2023-11-22 15:32:04 UTC (buildkit.dockerfile.v0)ENV HOME=/home/seluser
2023-11-22 15:32:04 UTC (buildkit.dockerfile.v0)COPY check-grid.sh entry_point.sh /opt/bin/ # buildkit
2023-11-22 15:32:04 UTC (buildkit.dockerfile.v0)COPY supervisord.conf /etc # buildkit
2023-11-22 15:32:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor && touch /opt/selenium/config.toml && chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.15.0/selenium-server-4.15.0.jar -O /opt/selenium/selenium-server.jar && chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor && chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor && setfacl -Rm u:seluser:rwx /opt /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor # buildkit
2023-11-22 15:32:05 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -fLo /tmp/cs https://github.com/coursier/launchers/raw/master/coursier && chmod +x /tmp/cs && mkdir -p /external_jars && chmod -R 775 /external_jars # buildkit
2023-11-22 15:32:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-otlp:1.32.0 io.opentelemetry:opentelemetry-exporter-jaeger:1.32.0 io.grpc:grpc-netty:1.59.0 > /external_jars/.classpath.txt # buildkit
2023-11-22 15:32:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod 664 /external_jars/.classpath.txt # buildkit
2023-11-22 15:32:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rm -fr /root/.cache/* # buildkit
2023-11-22 15:32:09 UTC (buildkit.dockerfile.v0)USER 1200:1201
2023-11-22 15:32:09 UTC (buildkit.dockerfile.v0)ENV SE_BIND_HOST=false
2023-11-22 15:32:09 UTC (buildkit.dockerfile.v0)CMD ["/opt/bin/entry_point.sh"]
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)LABEL authors=
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)USER 1200
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)EXPOSE map[4442/tcp:{}]
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)EXPOSE map[4443/tcp:{}]
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)EXPOSE map[4444/tcp:{}]
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)ENV SE_SESSION_REQUEST_TIMEOUT=300
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)ENV SE_SESSION_RETRY_INTERVAL=15
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)ENV SE_RELAX_CHECKS=true
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)COPY start-selenium-grid-hub.sh /opt/bin/ # buildkit
2023-11-22 15:32:13 UTC (buildkit.dockerfile.v0)COPY selenium-grid-hub.conf /etc/supervisor/conf.d/ # buildkit
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.