2021-03-17 17:46:55 UTC
118 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:da7391352a9bb76b292a568c066aa4c3cbae8d494e6a3c68e3c596d34f7c75f8 - 23.05% (27.2 MB)
[#001] sha256:14428a6d4bcdba49a64127900a0691fb00a3f329aced25eb77e3b65646638f8d - 0.0% (847 Bytes)
[#002] sha256:2c2d948710f21ad82dce71743b1654b45acb5c059cf5c19da491582cef6f2601 - 0.0% (162 Bytes)
[#003] sha256:c87f87a7c42c4fe546786ffbda941600d8fa7d471bc5aeb0bef91edb6cb52745 - 0.0% (232 Bytes)
[#004] sha256:3c5e93e12e02c990af35c66c27181ca2dd2ccc10239a086ad2ac09b56963f2a5 - 59.81% (70.7 MB)
[#005] sha256:e76217490f57e0d046a1ce07d99bb590604c1cf1653482a1e4a1d29769e2580f - 0.35% (427 KB)
[#006] sha256:2c4d7f7f7b493c859897e9f320da4a7ece307c171143d58073489db5c0a9144c - 0.0% (4.84 KB)
[#007] sha256:6e44421b90a78297668c03b65213f11a486be42b8eace535e6dbd2442449be5d - 0.0% (827 Bytes)
[#008] sha256:ba6a03db9c670332c8a5925521c36521a85bb7d09a50b88c89d1526409625897 - 0.0% (537 Bytes)
[#009] sha256:05fe5b79b773d8def0b00f24de53a0c6615a112d16fc4967c2fd7aa9ec075687 - 16.79% (19.8 MB)
[#010] sha256:71792496776081aa1d31fc67eb20dfa8129dc2e8b540109acf7c586ac318bb98 - 0.0% (516 Bytes)
[#011] sha256:916898cd846722a06a8199a672a5dc7e7f10f2432f71ffb340c0c7c3c5c7a9ad - 0.0% (424 Bytes)
/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-03-17 17:45:59 UTC/bin/sh -c #(nop) LABEL authors=Selenium <[email protected]>
2021-03-17 17:46:00 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-03-17 17:46:01 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
2021-03-17 17:46:31 UTC/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
2021-03-17 17:46:35 UTC/bin/sh -c #(nop) ENV TZ=UTC
2021-03-17 17:46:37 UTC/bin/sh -c echo "${TZ}" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata
2021-03-17 17:46:38 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-03-17 17:46:38 UTC/bin/sh -c #(nop) ENV HOME=/home/seluser
2021-03-17 17:46:40 UTC/bin/sh -c #(nop) COPY multi:9222ca11e28f5adf22365ba91323c17ee07f8b1aed8d55f4116bc40eeac6b256 in /opt/bin/
2021-03-17 17:46:41 UTC/bin/sh -c #(nop) COPY file:3c0c193d71c18ffc9544c6630abe431c4033c7c7593bc7ac2cde54a231953cd6 in /etc
2021-03-17 17:46:42 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/docker-selenium/raw/beta-jars/selenium-server-4.0.0-beta-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-03-17 17:46:43 UTC/bin/sh -c #(nop) USER 1200:1201
2021-03-17 17:46:44 UTC/bin/sh -c #(nop) CMD ["/opt/bin/entry_point.sh"]
2021-03-17 17:46:45 UTC/bin/sh -c #(nop) LABEL authors=SeleniumHQ
2021-03-17 17:46:46 UTC/bin/sh -c #(nop) USER 1200
2021-03-17 17:46:47 UTC/bin/sh -c #(nop) EXPOSE 4442
2021-03-17 17:46:48 UTC/bin/sh -c #(nop) EXPOSE 4443
2021-03-17 17:46:49 UTC/bin/sh -c #(nop) EXPOSE 4444
2021-03-17 17:46:50 UTC/bin/sh -c #(nop) ENV SE_SESSION_REQUEST_TIMEOUT=300
2021-03-17 17:46:51 UTC/bin/sh -c #(nop) ENV SE_SESSION_RETRY_INTERVAL=5
2021-03-17 17:46:52 UTC/bin/sh -c #(nop) ENV SE_RELAX_CHECKS=true
2021-03-17 17:46:54 UTC/bin/sh -c #(nop) COPY file:445bdfe2557aa2bc73b04819abb1721fff8cef365f1abd7d3b802ef7d6095c74 in /opt/bin/
2021-03-17 17:46:55 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.