mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/kong] Release 3.9.1-debian-12-r6 (#83226)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -8,7 +8,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-06-27T08:08:23Z" \
|
||||
org.opencontainers.image.created="2025-07-15T12:49:04Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kong/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \
|
||||
@@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"kong-3.9.1-3-linux-${OS_ARCH}-debian-12" \
|
||||
"kong-3.9.1-4-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright Broadcom, Inc. All Rights Reserved.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/bitnami/postgresql:latest
|
||||
ports:
|
||||
- '5432'
|
||||
volumes:
|
||||
- 'postgresql_data:/bitnami/postgresql'
|
||||
environment:
|
||||
- POSTGRESQL_USERNAME=kong
|
||||
- POSTGRESQL_PASSWORD=bitnami
|
||||
- POSTGRESQL_DATABASE=kong
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
kong:
|
||||
image: docker.io/bitnami/kong:3
|
||||
ports:
|
||||
- 18000:8000
|
||||
- 18443:8443
|
||||
environment:
|
||||
- KONG_MIGRATE=yes
|
||||
- KONG_DATABASE=postgres
|
||||
- KONG_PG_HOST=postgresql
|
||||
- KONG_PG_USER=kong
|
||||
- KONG_PG_PASSWORD=bitnami
|
||||
# See NGINX worker_processes setting at http://nginx.org/en/docs/ngx_core_module.html#worker_processes
|
||||
# If in doubt, set to the amount of CPU cores divided by the number of Kong/PostgreSQL nodes in the machine
|
||||
- KONG_NGINX_WORKER_PROCESSES=2
|
||||
kong2:
|
||||
image: docker.io/bitnami/kong:3
|
||||
ports:
|
||||
- 28000:8000
|
||||
- 28443:8443
|
||||
environment:
|
||||
- KONG_DATABASE=postgres
|
||||
- KONG_PG_HOST=postgresql
|
||||
- KONG_PG_USER=kong
|
||||
- KONG_PG_PASSWORD=bitnami
|
||||
# See NGINX worker_processes setting at http://nginx.org/en/docs/ngx_core_module.html#worker_processes
|
||||
# If in doubt, set to the amount of CPU cores divided by the number of Kong/PostgreSQL nodes in the machine
|
||||
- KONG_NGINX_WORKER_PROCESSES=2
|
||||
volumes:
|
||||
postgresql_data:
|
||||
driver: local
|
||||
@@ -3,6 +3,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.1-3"
|
||||
"version": "3.9.1-4"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- 3-debian-12
|
||||
- 3.9.1
|
||||
- latest
|
||||
Reference in New Issue
Block a user