8.9.9-debian-11-r5 release
This commit is contained in:
parent
e8163471f4
commit
6f0b0d59ac
|
|
@ -12,8 +12,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages acl ca-certificates curl gzip libbsd0 libc6 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblzma5 libmd0 libnettle8 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.7.0-150" --checksum ff80edd08ce09e9425b73764d44354641073f0cf1eb8a5aeab64222cbe68d8a8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "sonarqube" "8.9.9-0" --checksum 59fe5c59adbfb7b8bc3e43973740cc10ca70d8eee4f6d59f75f2828f5847f7f8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "sonarqube" "8.9.9-1" --checksum 5dd116709f51841780fc9674150ab53956a1465aa9e7f3f669769a98976c4612
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-150"
|
||||
"version": "1.14.0-151"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"sonarqube": {
|
||||
"arch": "amd64",
|
||||
"digest": "59fe5c59adbfb7b8bc3e43973740cc10ca70d8eee4f6d59f75f2828f5847f7f8",
|
||||
"digest": "5dd116709f51841780fc9674150ab53956a1465aa9e7f3f669769a98976c4612",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.9.9-0"
|
||||
"version": "8.9.9-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@ print_welcome_page() {
|
|||
# None
|
||||
#########################
|
||||
print_image_welcome_page() {
|
||||
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
|
||||
local github_url="https://github.com/bitnami/containers"
|
||||
|
||||
log ""
|
||||
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
- [`9`, `9-debian-11`, `9.5.0`, `9.5.0-debian-11-r4`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/9.5.0-debian-11-r4/9/debian-11/Dockerfile)
|
||||
- [`8`, `8-debian-11`, `8.9.9`, `8.9.9-debian-11-r4` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/8.9.9-debian-11-r4/8/debian-11/Dockerfile)
|
||||
- [`8`, `8-debian-11`, `8.9.9`, `8.9.9-debian-11-r5` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-sonarqube/blob/8.9.9-debian-11-r5/8/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/sonarqube GitHub repo](https://github.com/bitnami/bitnami-docker-sonarqube).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue