Namespace
library
Image / Tag
sonarqube:6.7.6-community
Content Digest
sha256:0ae5169e3d0ff92af3eebb810102fddbda60c7e28b41a86a7cbb3bb8e99e6e35
Details
Created

2019-03-28 00:05:05 UTC

Size

387 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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

SONARQUBE_HOME

/opt/sonarqube

SONARQUBE_JDBC_PASSWORD

sonar

SONARQUBE_JDBC_URL

SONARQUBE_JDBC_USERNAME

sonar

SONAR_VERSION

6.7.6


Layers

[#000] sha256:e79bb959ec00faf01da52437df4fad4537ec669f60455a38ad583ec2b8f00498 - 11.17% (43.2 MB)

[#001] sha256:d4b7902036fe0cefdfe9ccf0404fe13322ecbd552f132be73d3e840f95538838 - 2.66% (10.3 MB)

[#002] sha256:1b2a72d4e03052566e99130108071fc4eca4942c62923e3e5cf19666a23088ef - 1.07% (4.14 MB)

[#003] sha256:d54db43011fd116b8cb6d9e49e268cee1fa6212f152b30cbfa7f3c4c684427c3 - 12.33% (47.7 MB)

[#004] sha256:1a97c78dad716eca1d273d3f7f5661d3fa2dcbbefeab64f5690b285bf395d160 - 0.22% (871 KB)

[#005] sha256:6dcb79eeeda466f75d6e054aca0bd2c18861cb0c7c2b25334b9e28a30e016d12 - 0.0% (247 Bytes)

[#006] sha256:bd56246cf4fdc376663368727fbc81bc7a4e4ff58007751d77e5f402e86a7946 - 0.0% (131 Bytes)

[#007] sha256:88cea60f56c50b139ec25f442de67b34ce723ae45c69758c09ed98d32bd804be - 33.31% (129 MB)

[#008] sha256:d143359e5803cd62590755be806a0b693ecde0130f3fba06a8215dd0c1694cce - 0.0% (1.72 KB)

[#009] sha256:6016262db208b1a17e68151d9c3bf5a4b9b4fbf84323c90a7f8bb7738c684a50 - 0.12% (489 KB)

[#010] sha256:25f0d108e0e6502fce2ec879e3f0f7dee9e73449ecde35fc3d231149a765ff8c - 39.12% (151 MB)

[#011] sha256:d2c0eb6177db132b2c3efc8bf9401e032fd9797d9322e07bd2a43b07e1c65263 - 0.0% (661 Bytes)


History
2019-03-26 22:41:12 UTC

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

2019-03-26 22:41:12 UTC

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

2019-03-26 23:26:30 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-03-26 23:26:40 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2019-03-26 23:27:04 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2019-03-27 00:43:59 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-03-27 00:48:05 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2019-03-27 00:48:06 UTC

/bin/sh -c { echo '#!/bin/sh'; echo 'set -e'; echo; echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home

2019-03-27 00:48:07 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home

2019-03-27 00:48:07 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2019-03-27 23:25:21 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u212

2019-03-27 23:25:21 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1

2019-03-27 23:26:23 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; apt-get update; apt-get install -y --no-install-recommends openjdk-8-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; [ "$(readlink -f "$JAVA_HOME")" = "$(docker-java-home)" ]; update-alternatives --get-selections | awk -v home="$(readlink -f "$JAVA_HOME")" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'

2019-03-28 00:04:41 UTC

/bin/sh -c #(nop) ENV SONAR_VERSION=6.7.6 SONARQUBE_HOME=/opt/sonarqube SONARQUBE_JDBC_USERNAME=sonar SONARQUBE_JDBC_PASSWORD=sonar SONARQUBE_JDBC_URL=

2019-03-28 00:04:41 UTC

/bin/sh -c #(nop) EXPOSE 9000

2019-03-28 00:04:42 UTC

/bin/sh -c groupadd -r sonarqube && useradd -r -g sonarqube sonarqube

2019-03-28 00:04:45 UTC

/bin/sh -c set -x && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/1.10/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/1.10/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && (gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || gpg --batch --keyserver ipv4.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4) && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true

2019-03-28 00:05:04 UTC

/bin/sh -c set -x && (gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys F1182E81C792928921DBCAB4CFCA4A29D26468DE || gpg --batch --keyserver ipv4.pool.sks-keyservers.net --recv-keys F1182E81C792928921DBCAB4CFCA4A29D26468DE) && cd /opt && curl -o sonarqube.zip -fSL https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$SONAR_VERSION.zip && curl -o sonarqube.zip.asc -fSL https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$SONAR_VERSION.zip.asc && gpg --batch --verify sonarqube.zip.asc sonarqube.zip && unzip sonarqube.zip && mv sonarqube-$SONAR_VERSION sonarqube && chown -R sonarqube:sonarqube sonarqube && rm sonarqube.zip* && rm -rf $SONARQUBE_HOME/bin/*

2019-03-28 00:05:04 UTC

/bin/sh -c #(nop) VOLUME [/opt/sonarqube/data]

2019-03-28 00:05:04 UTC

/bin/sh -c #(nop) WORKDIR /opt/sonarqube

2019-03-28 00:05:05 UTC

/bin/sh -c #(nop) COPY file:108dc63c48e0f9caa767ef121de21a22716e7e01b409a40c32da36ee92cbf013 in /opt/sonarqube/bin/

2019-03-28 00:05:05 UTC

/bin/sh -c #(nop) USER sonarqube

2019-03-28 00:05:05 UTC

/bin/sh -c #(nop) ENTRYPOINT ["./bin/run.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