9.0.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-07-29 12:45:44 +00:00
parent 6d143f04c4
commit de5041b875
3 changed files with 5 additions and 5 deletions

View File

@@ -11,14 +11,14 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip libbsd0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblzma5 libnettle6 libp11-kit0 libsasl2-2 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.3.0-0" --checksum 1202c736e3c5b28de1dd1deb05eb2d68bd7ebccc54c9ed1eab05220f346456c3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.12-0" --checksum 14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "sonarqube" "9.0.0-0" --checksum 825ed93fac5e7d9a0ecce33251b76f3daf445a80ca457d59d161e9f761426caa
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "sonarqube" "9.0.1-0" --checksum dce12db0ba6e2f1af163cc3e76aa431d6e5fceb2357a506714c894c6df0be7af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/sonarqube/postunpack.sh
ENV BITNAMI_APP_NAME="sonarqube" \
BITNAMI_IMAGE_VERSION="9.0.0-debian-10-r12" \
BITNAMI_IMAGE_VERSION="9.0.1-debian-10-r0" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH" \
POSTGRESQL_CLIENT_CREATE_DATABASE_NAME="" \
POSTGRESQL_CLIENT_CREATE_DATABASE_PASSWORD="" \

View File

@@ -22,9 +22,9 @@
},
"sonarqube": {
"arch": "amd64",
"digest": "825ed93fac5e7d9a0ecce33251b76f3daf445a80ca457d59d161e9f761426caa",
"digest": "dce12db0ba6e2f1af163cc3e76aa431d6e5fceb2357a506714c894c6df0be7af",
"distro": "debian-10",
"type": "NAMI",
"version": "9.0.0-0"
"version": "9.0.1-0"
}
}

View File

@@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`9`, `9-debian-10`, `9.0.0`, `9.0.0-debian-10-r12`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/9.0.0-debian-10-r12/9/debian-10/Dockerfile)
- [`9`, `9-debian-10`, `9.0.1`, `9.0.1-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/9.0.1-debian-10-r0/9/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/sonarqube GitHub repo](https://github.com/bitnami/bitnami-docker-sonarqube).