Namespace
library
Image / Tag
sonarqube:6.4
Content Digest
sha256:134990fc6a2cd9c04f518cdcae8a21c50142758ab056b144cf4159abae7591e5
Details
Created

2017-07-27 20:29:33 UTC

Size

414 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

JAVA_DEBIAN_VERSION

8u141-b15-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u141

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.4


Layers

[#000] sha256:06b22ddb19134ec8c42aaabd3e2e9f5b378e4e53da4a8960eaaaa86351190af3 - 10.39% (43.1 MB)

[#001] sha256:336c28b408ed2225485696d1fada041792d7f1b47a4422175e203be4be2f83e6 - 2.56% (10.6 MB)

[#002] sha256:1f3e6b8d80c36cab97c677f32305f00ab2aedb16a26cfb37d0a3a48c50316dbb - 1.02% (4.21 MB)

[#003] sha256:5ccc640979f6f91dfddf979bdb4482bc9e9e021d5d3469dbefda306342d0a41b - 11.51% (47.7 MB)

[#004] sha256:14eaa20184e60073d2705ab636fb92b4428dfc503b858b423608dba26d628c99 - 0.15% (645 KB)

[#005] sha256:19a8522e2399427c6c6d4cb5748e3c9ea39188af728386b37ffa3719b60a08a0 - 0.0% (240 Bytes)

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

[#007] sha256:635bf5037831b9d348a557e32db9ca3c918de37880ff495a93d232ca111c7dba - 42.27% (175 MB)

[#008] sha256:d1236c277f1c5f5d26d97dca2662375f8b807e82196737c10ee54219109a86b0 - 0.06% (266 KB)

[#009] sha256:3d4d1af5a7715510dc30ea434de7ba3050bc540c0f0d7d84ff65cf8a27e8ddc0 - 32.05% (133 MB)

[#010] sha256:c9db76fb4d37c8420188f97e8ffb5da7008eb3299459ee0a3e0cb80b1596b7db - 0.0% (433 Bytes)


History
2017-07-24 16:52:54 UTC

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

2017-07-24 16:52:55 UTC

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

2017-07-24 17:28:39 UTC

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

2017-07-24 17:28:45 UTC

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

2017-07-24 17:29:05 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/*

2017-07-24 18:09:50 UTC

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

2017-07-24 18:09:51 UTC

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

2017-07-24 18:09:52 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

2017-07-24 18:09:53 UTC

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

2017-07-24 18:09:53 UTC

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

2017-07-26 20:32:25 UTC

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

2017-07-26 20:32:25 UTC

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

2017-07-26 20:32:26 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1

2017-07-26 20:33:14 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 openjdk-8-jdk="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_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'

2017-07-26 20:33:16 UTC

/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure

2017-07-27 20:29:13 UTC

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

2017-07-27 20:29:13 UTC

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

2017-07-27 20:29:31 UTC

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

2017-07-27 20:29:31 UTC

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

2017-07-27 20:29:32 UTC

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

2017-07-27 20:29:32 UTC

/bin/sh -c #(nop) COPY file:137c5d28bd342cc8742a0ad6123eb8bd930c44da4719a82c9d33387b567c147c in /opt/sonarqube/bin/

2017-07-27 20:29:33 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