9.2.4-debian-10-r29 release
This commit is contained in:
parent
dff5dc4834
commit
bde4bc0abd
|
|
@ -13,8 +13,8 @@ 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.5.0-1" --checksum f0b3010943243515cfa8249978f690cb6c9e79b91f1aeafe9a3abc59321d43af
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-1" --checksum cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "sonarqube" "9.2.4-2" --checksum 2d2a9344def1145e91c4c65d900ca29c8a0f4e73b65fc2ab1bc1e0d9be6c4223
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "sonarqube" "9.2.4-3" --checksum c49a25fabd38b01e3fc7e128d9b5527327d2213cab9dca060d8ce3551b591fd6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -23,7 +23,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="9.2.4-debian-10-r28" \
|
||||
BITNAMI_IMAGE_VERSION="9.2.4-debian-10-r29" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"sonarqube": {
|
||||
"arch": "amd64",
|
||||
"digest": "2d2a9344def1145e91c4c65d900ca29c8a0f4e73b65fc2ab1bc1e0d9be6c4223",
|
||||
"digest": "c49a25fabd38b01e3fc7e128d9b5527327d2213cab9dca060d8ce3551b591fd6",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.2.4-2"
|
||||
"version": "9.2.4-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -37,7 +37,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.2.4`, `9.2.4-debian-10-r28`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/9.2.4-debian-10-r28/9/debian-10/Dockerfile)
|
||||
- [`9`, `9-debian-10`, `9.2.4`, `9.2.4-debian-10-r29`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/9.2.4-debian-10-r29/9/debian-10/Dockerfile)
|
||||
- [`8`, `8-debian-10`, `8.9.6`, `8.9.6-debian-10-r26` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/8.9.6-debian-10-r26/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