Namespace
selenium
Image / Tag
standalone-chrome:3.0.1-barium
Content Digest
sha256:3fb1f363b2de4d21966ecc601ced85c2076bfc8e73b89b3fd88bcfd9bad22471
Details
Created

2016-11-18 04:54:06 UTC

Size

303 MB

Content Digest
Environment
DBUS_SESSION_BUS_ADDRESS

/dev/null

DEBCONF_NONINTERACTIVE_SEEN

true

DEBIAN_FRONTEND

noninteractive

DISPLAY

:99.0

NODE_MAX_INSTANCES

1

NODE_MAX_SESSION

1

NODE_REGISTER_CYCLE

5000

PATH

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

SCREEN_DEPTH

24

SCREEN_HEIGHT

1020

SCREEN_WIDTH

1360

TZ

US/Pacific


Layers

[#000] sha256:aed15891ba52590c33d862bb6a91ea016b7dc43a9080e48509f75f003d82952c - 15.75% (47.7 MB)

[#001] sha256:773ae8583d14af4e500ce5a5fa2fedf079651fb1beb289fdf1a7146d147cd608 - 0.0% (823 Bytes)

[#002] sha256:d1d48771f782fed22e5d31dcb03e8970796ec80c350f3544844b5c4e131b959a - 0.0% (516 Bytes)

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

[#004] sha256:8ff6f8a9120c54ae6ebde4bea1a4f2bc8170d4a148f5f81eb731be74a071d71e - 0.0% (163 Bytes)

[#005] sha256:20f86e3408a5056bd44f06f15c05e52ef0158ea878555a3fe3582318ff4a6bf3 - 0.0% (224 Bytes)

[#006] sha256:fdd700001fae8d8caeb726f426597c500e542a35db0d3e46142e476010b5c50a - 17.75% (53.8 MB)

[#007] sha256:72cad16ceb8b6ecbdc3fce302df0666b49bd2726af2bb110c66bac27584f7c1d - 6.01% (18.2 MB)

[#008] sha256:49bafb9e1334f674303d9643c7292290fe210d1c4c359e1474141e378b333daf - 0.0% (4.88 KB)

[#009] sha256:28f70a9fc5013e80ae6e2458be6eb422d0837c60f16bd3845080f5911810173f - 0.12% (370 KB)

[#010] sha256:f84d0ca16f37391cff175284e865d5a34fdd881664ac4b051fa241589ce51a58 - 9.8% (29.7 MB)

[#011] sha256:5752197a44b7df5957d9bad96a381a57414852607ab77954b9e94f7fd5c3e269 - 0.0% (978 Bytes)

[#012] sha256:7e4f0d06adeafab4f4cb4310352df2b7405f87c449e635b86e4b9e7773729abe - 0.0% (845 Bytes)

[#013] sha256:dce80477174ff1fb03cfeb1082631abb2d0071ede6c80abcf5eb76a9a7316a3c - 42.58% (129 MB)

[#014] sha256:d19bcda6c57aa3e609b8227b13d4cee9bd25f8c651f4f2a9cc3d240e788f40bf - 0.99% (3 MB)

[#015] sha256:3ff50d5cdc898093e67c6332c6ebf978340a0c3515558b82d697e32e8c95d10b - 0.0% (402 Bytes)

[#016] sha256:3ff50d5cdc898093e67c6332c6ebf978340a0c3515558b82d697e32e8c95d10b - 0.0% (402 Bytes)

[#017] sha256:11de6dab1c40637f64608044639912f52d1385e2ada71e4c0010d1b3aeada2fb - 0.0% (1.78 KB)

[#018] sha256:1253468d72d0497115df2b9dc8e2a68d26f0a233769c8695f691ee85f59ac1e2 - 0.0% (1.79 KB)

[#019] sha256:f6a13d5fde79023ee0d08238f0fab1ac43981f3cbbcbf47d481d6184fa58fc14 - 7.0% (21.2 MB)

[#020] sha256:11c077ae827689acab9a6cb7465aeda01a42264d377aabb667581a026f3572c5 - 0.0% (500 Bytes)

[#021] sha256:5500bab5d711495ae85c3baeb4ebae38a8dbbc3ebc47f86c11384747783d0059 - 0.0% (501 Bytes)


History
2016-11-16 20:58:18 UTC

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

2016-11-16 20:58:23 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

2016-11-16 20:58:24 UTC

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

2016-11-16 20:58:25 UTC

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

2016-11-16 20:58:26 UTC

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

2016-11-16 20:58:26 UTC

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

2016-11-18 04:49:08 UTC

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

2016-11-18 04:49:09 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

2016-11-18 04:49:34 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

2016-11-18 04:49:35 UTC

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

2016-11-18 04:49:36 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

2016-11-18 04:49:36 UTC

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

2016-11-18 04:49:41 UTC

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

2016-11-18 04:49:41 UTC

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

2016-11-18 04:49:41 UTC

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

2016-11-18 04:49:42 UTC

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

2016-11-18 04:50:00 UTC

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

2016-11-18 04:50:01 UTC

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

2016-11-18 04:50:01 UTC

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

2016-11-18 04:50:01 UTC

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

2016-11-18 04:50:01 UTC

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

2016-11-18 04:50:02 UTC

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

2016-11-18 04:50:02 UTC

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

2016-11-18 04:50:02 UTC

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

2016-11-18 04:50:02 UTC

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

2016-11-18 04:50:02 UTC

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

2016-11-18 04:50:02 UTC

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

2016-11-18 04:50:02 UTC

/bin/sh -c #(nop) ARG CHROME_VERSION=google-chrome-stable

2016-11-18 04:51:06 UTC

|1 CHROME_VERSION=google-chrome-stable /bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list && apt-get update -qqy && apt-get -qqy install ${CHROME_VERSION:-google-chrome-stable} && rm /etc/apt/sources.list.d/google-chrome.list && rm -rf /var/lib/apt/lists/* /var/cache/apt/*

2016-11-18 04:51:08 UTC

/bin/sh -c #(nop) ARG CHROME_DRIVER_VERSION=2.25

2016-11-18 04:51:08 UTC

|2 CHROME_DRIVER_VERSION=2.25 CHROME_VERSION=google-chrome-stable /bin/sh -c wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip && rm -rf /opt/selenium/chromedriver && unzip /tmp/chromedriver_linux64.zip -d /opt/selenium && rm /tmp/chromedriver_linux64.zip && mv /opt/selenium/chromedriver /opt/selenium/chromedriver-$CHROME_DRIVER_VERSION && chmod 755 /opt/selenium/chromedriver-$CHROME_DRIVER_VERSION && ln -fs /opt/selenium/chromedriver-$CHROME_DRIVER_VERSION /usr/bin/chromedriver

2016-11-18 04:51:08 UTC

/bin/sh -c #(nop) ENV NODE_MAX_INSTANCES=1

2016-11-18 04:51:09 UTC

/bin/sh -c #(nop) ENV NODE_MAX_SESSION=1

2016-11-18 04:51:09 UTC

/bin/sh -c #(nop) ENV NODE_REGISTER_CYCLE=5000

2016-11-18 04:51:09 UTC

/bin/sh -c #(nop) COPY file:c6a864827ac603043c4f3ab8e14c489540c6fd28f754c2eb2a978b774ad76113 in /opt/selenium/generate_config

2016-11-18 04:51:09 UTC

|2 CHROME_DRIVER_VERSION=2.25 CHROME_VERSION=google-chrome-stable /bin/sh -c chmod +x /opt/selenium/generate_config

2016-11-18 04:51:10 UTC

/bin/sh -c #(nop) COPY file:352edec63aca1cff819a4a9e378994b93ca03298332939a9fab94a43d9318fe7 in /opt/google/chrome/google-chrome

2016-11-18 04:51:10 UTC

|2 CHROME_DRIVER_VERSION=2.25 CHROME_VERSION=google-chrome-stable /bin/sh -c chmod +x /opt/google/chrome/google-chrome

2016-11-18 04:51:11 UTC

|2 CHROME_DRIVER_VERSION=2.25 CHROME_VERSION=google-chrome-stable /bin/sh -c chown -R seluser:seluser /opt/selenium

2016-11-18 04:51:12 UTC

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

2016-11-18 04:51:12 UTC

/bin/sh -c #(nop) ENV DBUS_SESSION_BUS_ADDRESS=/dev/null

2016-11-18 04:52:23 UTC

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

2016-11-18 04:52:23 UTC

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

2016-11-18 04:54:05 UTC

/bin/sh -c #(nop) COPY file:a78c5d86c6a1a388264549c1cd92a9ec520b09ca99536f16c916000f538984e8 in /opt/bin/entry_point.sh

2016-11-18 04:54:05 UTC

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

2016-11-18 04:54:05 UTC

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

2016-11-18 04:54:06 UTC

/bin/sh -c #(nop) EXPOSE 4444/tcp

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