mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/discourse] Release 2.8.11-debian-11-r4 (#15327)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,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="2.8.11-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="2.8.11-debian-11-r4" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/discourse" \
|
||||
org.opencontainers.image.title="discourse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"python-3.8.15-3-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-2.7.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-14.6.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.1.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.21.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"brotli-1.0.9-154-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:
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "b87c848185afbf29237165e05d1e7e316bc38c2c0b89df3eea3cdc14d5f2875a",
|
||||
"digest": "b52b264c1ed3c900d650d320317d66287e15a734ab6e94de10270c939cc6ab75",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.6.0-0"
|
||||
"version": "15.1.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user