mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 06:37:24 +08:00
[bitnami/sonarqube] Release 8.9.10-debian-11-r13 (#15334)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="8.9.10-debian-11-r12" \
|
||||
org.opencontainers.image.ref.name="8.9.10-debian-11-r13" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/sonarqube" \
|
||||
org.opencontainers.image.title="sonarqube" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages acl ca-certificates curl libbsd0 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 zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"postgresql-client-13.9.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.1.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"java-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"sonarqube-8.9.10-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/bitnami/postgresql:13
|
||||
image: docker.io/bitnami/postgresql:15
|
||||
volumes:
|
||||
- 'postgresql_data:/bitnami/postgresql'
|
||||
environment:
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "71d51ef3f5b6aa4b845aeba05d6a4c78cd7511763297e42c2b4e7a5edc238e95",
|
||||
"digest": "b52b264c1ed3c900d650d320317d66287e15a734ab6e94de10270c939cc6ab75",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "13.9.0-0"
|
||||
"version": "15.1.0-0"
|
||||
},
|
||||
"sonarqube": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user