8.9.6-debian-10-r14 release
This commit is contained in:
parent
6c742bfa10
commit
5e5e5ad76f
|
|
@ -21,7 +21,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/sonarqube/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="sonarqube" \
|
||||
BITNAMI_IMAGE_VERSION="8.9.6-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="8.9.6-debian-10-r14" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
POSTGRESQL_CLIENT_CREATE_DATABASE_NAME="" \
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ component_unpack() {
|
|||
fi
|
||||
if [ -n "$package_sha256" ]; then
|
||||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check -
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
rm "${base_name}.tar.gz"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
- [`9`, `9-debian-10`, `9.2.4`, `9.2.4-debian-10-r13`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/9.2.4-debian-10-r13/9/debian-10/Dockerfile)
|
||||
- [`8`, `8-debian-10`, `8.9.6`, `8.9.6-debian-10-r13` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/8.9.6-debian-10-r13/8/debian-10/Dockerfile)
|
||||
- [`8`, `8-debian-10`, `8.9.6`, `8.9.6-debian-10-r14` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/8.9.6-debian-10-r14/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/sonarqube GitHub repo](https://github.com/bitnami/bitnami-docker-sonarqube).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue