Namespace
library
Image / Tag
sonarqube:9.4-datacenter-search
Content Digest
sha256:59441a83e843bb81b3b86db77d31284e79a9adde3726dacf9aa6d27c0a934392
Details
Created

2022-04-04 22:01:40 UTC

Size

479 MB

Content Digest
Environment
JAVA_HOME

/usr/lib/jvm/java-11-openjdk

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SONARQUBE_HOME

/opt/sonarqube

SONAR_CLUSTER_ENABLED

true

SONAR_CLUSTER_NODE_TYPE

search

SONAR_VERSION

9.4.0.54424

SQ_DATA_DIR

/opt/sonarqube/data

SQ_EXTENSIONS_DIR

/opt/sonarqube/extensions

SQ_LOGS_DIR

/opt/sonarqube/logs

SQ_TEMP_DIR

/opt/sonarqube/temp


Layers

[#000] sha256:cfab2db722092277479ddd659049695fa8081d2a03c31b01d388cc21802de8b4 - 0.56% (2.69 MB)

[#001] sha256:265a2221615c4518ef052359b572304cc96a7332ffe311a8c06f0c5975029032 - 99.44% (477 MB)

[#002] sha256:f563f82d397f43f75bebd1e9306d7dd96584d59c46ae97bd226683826294166c - 0.0% (1.47 KB)


History
2022-03-29 00:19:41 UTC

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

2022-03-29 00:19:41 UTC

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

2022-03-29 11:30:21 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2022-04-04 21:59:13 UTC

/bin/sh -c #(nop) ARG SONARQUBE_VERSION=9.4.0.54424

2022-04-04 22:00:48 UTC

/bin/sh -c #(nop) ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.4.0.54424.zip

2022-04-04 22:01:17 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SONARQUBE_HOME=/opt/sonarqube SONAR_VERSION=9.4.0.54424 SQ_DATA_DIR=/opt/sonarqube/data SQ_EXTENSIONS_DIR=/opt/sonarqube/extensions SQ_LOGS_DIR=/opt/sonarqube/logs SQ_TEMP_DIR=/opt/sonarqube/temp SONAR_CLUSTER_NODE_TYPE=search SONAR_CLUSTER_ENABLED=true

2022-04-04 22:01:37 UTC

|2 SONARQUBE_VERSION=9.4.0.54424 SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.4.0.54424.zip /bin/sh -c set -eux; addgroup -S -g 1000 sonarqube; adduser -S -D -u 1000 -G sonarqube sonarqube; apk add --no-cache --virtual build-dependencies gnupg unzip curl; apk add --no-cache bash su-exec ttf-dejavu openjdk11-jre; echo "networkaddress.cache.ttl=5" >> "${JAVA_HOME}/conf/security/java.security"; sed --in-place --expression="s?securerandom.source=file:/dev/random?securerandom.source=file:/dev/urandom?g" "${JAVA_HOME}/conf/security/java.security"; for server in $(shuf -e hkps://keys.openpgp.org hkps://keyserver.ubuntu.com) ; do gpg --batch --keyserver "${server}" --recv-keys 679F1EE92B19609DE816FDE81DB198F93525EC1A && break || : ; done; mkdir --parents /opt ; cd /opt; curl --fail --location --output sonarqube.zip --silent --show-error "${SONARQUBE_ZIP_URL}"; curl --fail --location --output sonarqube.zip.asc --silent --show-error "${SONARQUBE_ZIP_URL}.asc"; gpg --batch --verify sonarqube.zip.asc sonarqube.zip; unzip -q sonarqube.zip; mv "sonarqube-${SONARQUBE_VERSION}" sonarqube; rm sonarqube.zip*; rm -rf ${SONARQUBE_HOME}/bin/*; chown -R sonarqube:sonarqube ${SONARQUBE_HOME} ; chmod -R 777 "${SQ_DATA_DIR}" "${SQ_EXTENSIONS_DIR}" "${SQ_LOGS_DIR}" "${SQ_TEMP_DIR}" ; apk del --purge build-dependencies;

2022-04-04 22:01:39 UTC

/bin/sh -c #(nop) COPY --chown=sonarqube:sonarqubemulti:8997cda09b77db3cd2004e36d485c5b54ddd96e9993642921bc6be78ee8af554 in /opt/sonarqube/bin/

2022-04-04 22:01:39 UTC

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

2022-04-04 22:01:39 UTC

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

2022-04-04 22:01:39 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-04-04 22:01:39 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/opt/sonarqube/bin/run.sh"]

2022-04-04 22:01:40 UTC

/bin/sh -c #(nop) CMD ["/opt/sonarqube/bin/sonar.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