2022-05-27 22:14:42 UTC
139 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_INTERVAL0
TZUTC
[#000] sha256:8e5c1b329fe39c318c0d49821b339fb94a215c5dc0a2898c8030b5a4d091bcba - 19.56% (27.2 MB)
[#001] sha256:fa96cf297f777e41b60625fd59c8a7e560e439c7d394be6b01aa845fdb39668c - 0.0% (230 Bytes)
[#002] sha256:8412ad64a1abfb7c0b35af22c8070b095687e64e0d23b180030f67671a46d108 - 65.16% (90.8 MB)
[#003] sha256:a327d3e3fe7d12ecd027e55011bd1aef7123ffcd3b0e6795e5bcb99482d49aa9 - 0.3% (427 KB)
[#004] sha256:5be0eb52d8f17e5d31a482ce642f07b2c7b8d0d59c0cc71bcbf2d3bb76f6e06e - 0.0% (4.84 KB)
[#005] sha256:476a436415c0339f4872f4caa777c6fe9c8612a05323a42a0897a3c8b048ff1d - 0.0% (831 Bytes)
[#006] sha256:2f07bc26dfb79dfa29c533472fad8314bad9fd5136935c11c2c19039e0cd13a0 - 0.0% (539 Bytes)
[#007] sha256:3edbda796b8de26883e60d1ccc2487f71e0eedc7fd0939dd890dbab2cf722803 - 14.98% (20.9 MB)
[#008] sha256:669a478a8dcf99f940b04ddeb68dcb0aa94eaaa3fa5ef21834ff0104885fb800 - 0.0% (528 Bytes)
[#009] sha256:579782a3b71733439c7f40190aa78bff90caec0336e4f52eb218d18a7e9284fa - 0.0% (424 Bytes)
/bin/sh -c #(nop) ADD file:064c61cc9ceed678689d2eaf3b3e61ec3bf5baf9288e5a7febcbab28c6adbfb6 in /
2022-04-21 23:00:07 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-27 22:13:56 UTC/bin/sh -c #(nop) LABEL authors=Selenium <[email protected]>
2022-05-27 22:13:57 UTC/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
2022-05-27 22:13:58 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
2022-05-27 22:14:22 UTC/bin/sh -c apt-get -qqy update && apt-get -qqy --no-install-recommends install 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
2022-05-27 22:14:22 UTC/bin/sh -c #(nop) ENV TZ=UTC
2022-05-27 22:14:23 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2022-05-27 22:14:24 UTC/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
2022-05-27 22:14:25 UTC/bin/sh -c #(nop) ENV HOME=/home/seluser
2022-05-27 22:14:27 UTC/bin/sh -c #(nop) COPY multi:0319781c26e1ad4423aad6cc4a2dd60ae9275a9b7cb7609d5e6c503e44c59f21 in /opt/bin/
2022-05-27 22:14:28 UTC/bin/sh -c #(nop) COPY file:3c0c193d71c18ffc9544c6630abe431c4033c7c7593bc7ac2cde54a231953cd6 in /etc
2022-05-27 22:14:29 UTC/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.2.0/selenium-server-4.2.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
2022-05-27 22:14:29 UTC/bin/sh -c #(nop) USER 1200:1201
2022-05-27 22:14:30 UTC/bin/sh -c #(nop) ENV SE_BIND_HOST=false
2022-05-27 22:14:31 UTC/bin/sh -c #(nop) CMD ["/opt/bin/entry_point.sh"]
2022-05-27 22:14:32 UTC/bin/sh -c #(nop) LABEL authors=SeleniumHQ
2022-05-27 22:14:33 UTC/bin/sh -c #(nop) USER 1200
2022-05-27 22:14:34 UTC/bin/sh -c #(nop) EXPOSE 4442
2022-05-27 22:14:35 UTC/bin/sh -c #(nop) EXPOSE 4443
2022-05-27 22:14:36 UTC/bin/sh -c #(nop) EXPOSE 4444
2022-05-27 22:14:37 UTC/bin/sh -c #(nop) ENV SE_SESSION_REQUEST_TIMEOUT=300
2022-05-27 22:14:38 UTC/bin/sh -c #(nop) ENV SE_SESSION_RETRY_INTERVAL=0
2022-05-27 22:14:39 UTC/bin/sh -c #(nop) ENV SE_RELAX_CHECKS=true
2022-05-27 22:14:41 UTC/bin/sh -c #(nop) COPY file:05dfeb42031dec24e8a4037c98557ec9252fb624d70415b44a56e393cec34a1d in /opt/bin/
2022-05-27 22:14:42 UTC/bin/sh -c #(nop) COPY file:7421c2a82c6fb506387f4726d86cfa0a5301f7850382d339bd8636bff089bce0 in /etc/supervisor/conf.d/
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.