Namespace
library
Image / Tag
sonarqube:7.5-community
Content Digest
sha256:53f26de6862b157b34d0f651ffcf899aaf3be6a58bda107dcc3ba19e5d0cd0b9
Details
Created

2019-01-23 08:16:57 UTC

Size

408 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

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

7.5


Layers

[#000] sha256:ab1fc7e4bf9195e554669fafa47f69befe22053d7100f5f7002cb9254a36f37c - 10.6% (43.2 MB)

[#001] sha256:35fba333ff5209042e8925a73f3cbabf00ba725257bdba38ec3b415e5d7e6cc7 - 2.52% (10.3 MB)

[#002] sha256:f0cb1fa13079687d5118e5cd7e3ce3c09dc483fa44f0577eca349de8d76e4e8c - 1.01% (4.14 MB)

[#003] sha256:3d1dd648b5ade2bbdfe77fa94424b0314100b58fb5f6a98486538c2126e08e2f - 11.7% (47.7 MB)

[#004] sha256:a9f886e483d6dc67cd1f7c19ed3e45348f3b1af49fe9b5f40fdfca2043281b76 - 0.21% (871 KB)

[#005] sha256:4346341d3c496637595bfdaad3837beba171fb2194b1abf1f5d0c898a2d2d477 - 0.0% (245 Bytes)

[#006] sha256:006f2208d67a691a10ab1deab2f6dfbf600f087b0f6df94f8dc6cde9fc3928fe - 0.0% (130 Bytes)

[#007] sha256:fb85cf26717dc607155f9ea8b38b0d89ca987fbfd5786b4639afc2062176fd10 - 31.32% (128 MB)

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

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

[#010] sha256:b2f429d46bb5cecfae3c4a948d7d09209041593c7d82437e298ad8778277a865 - 42.51% (173 MB)

[#011] sha256:d467f715a666d96cbc838eb5bbc096410ea72a8f74b1478b58352a8328658688 - 0.0% (656 Bytes)


History
2019-01-22 19:30:03 UTC

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

2019-01-22 19:30:04 UTC

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

2019-01-22 20:05:43 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-01-22 20:05:48 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-01-22 20:06:13 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-01-22 21:11:42 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-01-22 21:16:38 UTC

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

2019-01-22 21:16:39 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-01-22 21:16:40 UTC

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

2019-01-22 21:16:40 UTC

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

2019-01-22 21:16:41 UTC

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

2019-01-22 21:16:41 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-01-22 21:17:34 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-01-23 08:16:29 UTC

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

2019-01-23 08:16:29 UTC

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

2019-01-23 08:16:30 UTC

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

2019-01-23 08:16:34 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-01-23 08:16:55 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-01-23 08:16:56 UTC

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

2019-01-23 08:16:56 UTC

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

2019-01-23 08:16:56 UTC

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

2019-01-23 08:16:57 UTC

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

2019-01-23 08:16:57 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