Namespace
selenium
Image / Tag
node-base:3.1.0-astatine
Content Digest
sha256:a018435f01d0cadc4f3ae2ee075a4aaeffd12e6d9ce9500ef0a1c63e44d237b8
Details
Created

2017-02-24 19:07:15 UTC

Size

150 MB

Content Digest
Environment
DEBCONF_NONINTERACTIVE_SEEN

true

DEBIAN_FRONTEND

noninteractive

DISPLAY

:99.0

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SCREEN_DEPTH

24

SCREEN_HEIGHT

1020

SCREEN_WIDTH

1360

TZ

UTC


Layers

[#000] sha256:8aec416115fdbd74102c9090bcfe03bfe8926876642d8846c8b917959ea9b552 - 32.07% (48 MB)

[#001] sha256:695f074e24e392178d364af5ea2405dda7ab0035284001b49939afac5106c187 - 0.0% (820 Bytes)

[#002] sha256:946d6c48c2a7d60cb2f4d1c4d3a8131086b412d11a9def59d0bcc0892428dde9 - 0.0% (517 Bytes)

[#003] sha256:bc7277e579f03a13476b4d2dc6607124f7e67341dbd58f9d1cd6555bec086c04 - 0.0% (680 Bytes)

[#004] sha256:2508cbcde94b50cd53356e8730bb508ddb43c76664a35dc29e69bb8b56a0f531 - 0.0% (161 Bytes)

[#005] sha256:70efdd323dc1664441c626d0c7704022e5876d6b36ecc209b3c41e85e463c448 - 0.0% (227 Bytes)

[#006] sha256:31beff76a63e36ba62f91b61fac34e6083ad5bb2fbdfca9edaee692918efb14e - 0.21% (316 KB)

[#007] sha256:3bb5004d69860cfa9a6d700e6c955e1045b3fb0ce76512c0dc9d886e49365a4b - 36.03% (53.9 MB)

[#008] sha256:8b8db2d8719a893c573856702e27e828fcc26f57aee699e76aa4587891dc6654 - 11.65% (17.4 MB)

[#009] sha256:da92311ea72b501558b63c16ef0b600492ee2224b58f2115057e79e9b15c6e92 - 0.0% (4.88 KB)

[#010] sha256:97b64caab9c3ba3ead4ffc9b31a293a60f4d68975d2158915e0905d625d3e1d5 - 20.04% (30 MB)

[#011] sha256:e11fb0686ead569a47a8b967b4f2064e076b9fa61c74e4b4db8b1103903d0e7b - 0.0% (979 Bytes)

[#012] sha256:32167a92ea4b93717b5755999f640fc9209fdbc76db984655623502670783380 - 0.0% (846 Bytes)


History
2017-01-20 21:43:23 UTC

/bin/sh -c #(nop) ADD file:68f83d996c38a09c0ffbfd8b5b49c87fd39ec085992a00de3a27a820eb5d9383 in /

2017-01-20 21:43:38 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

2017-01-20 21:43:40 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2017-01-20 21:43:54 UTC

/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list

2017-01-20 21:43:55 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2017-01-20 21:44:07 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2017-02-24 19:06:15 UTC

/bin/sh -c #(nop) MAINTAINER Selenium <selenium-developers@googlegroups.com>

2017-02-24 19:06:15 UTC

/bin/sh -c echo "deb http://archive.ubuntu.com/ubuntu xenial main universe\n" > /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu xenial-updates main universe\n" >> /etc/apt/sources.list && echo "deb http://security.ubuntu.com/ubuntu xenial-security main universe\n" >> /etc/apt/sources.list

2017-02-24 19:06:15 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2017-02-24 19:06:16 UTC

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

2017-02-24 19:06:43 UTC

/bin/sh -c apt-get update -qqy && apt-get -qqy --no-install-recommends install bzip2 ca-certificates openjdk-8-jre-headless sudo unzip wget && 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

2017-02-24 19:06:44 UTC

/bin/sh -c mkdir -p /opt/selenium && wget --no-verbose https://selenium-release.storage.googleapis.com/3.1/selenium-server-standalone-3.1.0.jar -O /opt/selenium/selenium-server-standalone.jar

2017-02-24 19:06:45 UTC

/bin/sh -c sudo useradd seluser --shell /bin/bash --create-home && sudo usermod -a -G sudo seluser && echo 'ALL ALL = (ALL) NOPASSWD: ALL' >> /etc/sudoers && echo 'seluser:secret' | chpasswd

2017-02-24 19:06:45 UTC

/bin/sh -c #(nop) MAINTAINER Selenium <selenium-developers@googlegroups.com>

2017-02-24 19:06:49 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2017-02-24 19:06:49 UTC

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

2017-02-24 19:07:13 UTC

/bin/sh -c apt-get update -qqy && apt-get -qqy install xvfb && rm -rf /var/lib/apt/lists/* /var/cache/apt/*

2017-02-24 19:07:14 UTC

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

2017-02-24 19:07:14 UTC

/bin/sh -c chmod +x /opt/bin/entry_point.sh

2017-02-24 19:07:14 UTC

/bin/sh -c #(nop) ENV SCREEN_WIDTH=1360

2017-02-24 19:07:14 UTC

/bin/sh -c #(nop) ENV SCREEN_HEIGHT=1020

2017-02-24 19:07:14 UTC

/bin/sh -c #(nop) ENV SCREEN_DEPTH=24

2017-02-24 19:07:14 UTC

/bin/sh -c #(nop) ENV DISPLAY=:99.0

2017-02-24 19:07:15 UTC

/bin/sh -c #(nop) USER [seluser]

2017-02-24 19:07:15 UTC

/bin/sh -c #(nop) CMD ["/opt/bin/entry_point.sh"]

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