2021-09-30 18:03:58 UTC
137 MB
true
DEBIAN_FRONTENDnoninteractive
HOME/home/seluser
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SE_RELAX_CHECKStrue
SE_SESSION_REQUEST_TIMEOUT300
SE_SESSION_RETRY_INTERVAL5
TZUTC
[#000] sha256:345e3491a907bb7c6f1bdddcf4a94284b8b6ddd77eb7d93f09432b17b20f2bbe - 19.87% (27.2 MB)
[#001] sha256:57671312ef6fdbecf340e5fed0fb0863350cd806c92b1fdd7978adbd02afc5c3 - 0.0% (851 Bytes)
[#002] sha256:5e9250ddb7d0fa6d13302c7c3e6a0aa40390e42424caed1e5289077ee4054709 - 0.0% (187 Bytes)
[#003] sha256:d42d12550cbb66f7d394c9ff37f19b8d2963b1eb406b814c020f4d964b445f6f - 0.0% (232 Bytes)
[#004] sha256:fe9d27fc260365057ecaa83a7789ff91049dcc433b26c18d31347efe99492f27 - 66.15% (90.6 MB)
[#005] sha256:a04177a823bd7ac497e31ad27c963235f73894c47fc20bec797affe3078118ca - 0.3% (427 KB)
[#006] sha256:e26c3cb27a98bc6b1ab84e1b763030fabff710fdda1e10bd2922cb14c48f7ca2 - 0.0% (4.85 KB)
[#007] sha256:a32dd17389d39f439a130ffeaf6dae27634227f192c506be0589d6797ff70bcd - 0.0% (831 Bytes)
[#008] sha256:16725702c7cc9ea65de3c029e8a2d64f1b2a2028db79620b9267cf40c34bebce - 0.0% (539 Bytes)
[#009] sha256:7fb9d6da80a5aed619a4bdc88c78616bd735ba17c9575fd9339d9b0a352dd6eb - 13.66% (18.7 MB)
[#010] sha256:4fcc07b00d16a214924c15b7eba65a6fbe0b7a6000cac2a18567324e368806d1 - 0.0% (514 Bytes)
[#011] sha256:b98828e5c6d296863168092de6fcebb01ebd59060f4f2e23dc7cd3ef7d46be44 - 0.0% (425 Bytes)
/bin/sh -c #(nop) ADD file:5c44a80f547b7d68b550b0e64aef898b361666857abf9a5c8f3f8d0567b8e8e4 in /
2021-04-23 22:21:35 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
2021-04-23 22:21:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:21:37 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:21:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-09-30 18:00:55 UTC/bin/sh -c #(nop) LABEL authors=Selenium <[email protected]>
2021-09-30 18:00:56 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
2021-09-30 18:00:57 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
2021-09-30 18:03:38 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
2021-09-30 18:03:38 UTC/bin/sh -c #(nop) ENV TZ=UTC
2021-09-30 18:03:39 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2021-09-30 18:03:40 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
2021-09-30 18:03:41 UTC/bin/sh -c #(nop) ENV HOME=/home/seluser
2021-09-30 18:03:43 UTC/bin/sh -c #(nop) COPY multi:0319781c26e1ad4423aad6cc4a2dd60ae9275a9b7cb7609d5e6c503e44c59f21 in /opt/bin/
2021-09-30 18:03:44 UTC/bin/sh -c #(nop) COPY file:3c0c193d71c18ffc9544c6630abe431c4033c7c7593bc7ac2cde54a231953cd6 in /etc
2021-09-30 18:03:45 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.0.0-rc-2/selenium-server-4.0.0-rc-2.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
2021-09-30 18:03:46 UTC/bin/sh -c #(nop) USER 1200:1201
2021-09-30 18:03:47 UTC/bin/sh -c #(nop) CMD ["/opt/bin/entry_point.sh"]
2021-09-30 18:03:48 UTC/bin/sh -c #(nop) LABEL authors=SeleniumHQ
2021-09-30 18:03:49 UTC/bin/sh -c #(nop) USER 1200
2021-09-30 18:03:50 UTC/bin/sh -c #(nop) EXPOSE 4442
2021-09-30 18:03:51 UTC/bin/sh -c #(nop) EXPOSE 4443
2021-09-30 18:03:52 UTC/bin/sh -c #(nop) EXPOSE 4444
2021-09-30 18:03:53 UTC/bin/sh -c #(nop) ENV SE_SESSION_REQUEST_TIMEOUT=300
2021-09-30 18:03:54 UTC/bin/sh -c #(nop) ENV SE_SESSION_RETRY_INTERVAL=5
2021-09-30 18:03:55 UTC/bin/sh -c #(nop) ENV SE_RELAX_CHECKS=true
2021-09-30 18:03:57 UTC/bin/sh -c #(nop) COPY file:285a4c876803e40ced36a1051cf453328c8230a52880dbcd04567cbb96a9b910 in /opt/bin/
2021-09-30 18:03:58 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.