[bitnami/kong] Release 3.1.0-debian-11-r0 (#16055)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-12-06 22:05:36 +01:00
committed by GitHub
parent 6a41b73481
commit 421fc480c3
3 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="3.0.1-debian-11-r16" \
org.opencontainers.image.ref.name="3.1.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \
org.opencontainers.image.title="kong" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.0.1"
org.opencontainers.image.version="3.1.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libcrypt1 libgcc-s1 libpcre3 libprotob
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
"kong-3.0.1-13-linux-${OS_ARCH}-debian-11" \
"kong-3.1.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/kong/postunpack.sh
ENV APP_VERSION="3.0.1" \
ENV APP_VERSION="3.1.0" \
BITNAMI_APP_NAME="kong" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong/bin:/opt/bitnami/kong/openresty/bin:/opt/bitnami/kong/openresty/luajit/bin:/opt/bitnami/kong/openresty/nginx/sbin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"kong": {
"arch": "amd64",
"digest": "6b1dc669206c29e73b6a97eb714ec92716e9ce90146adb6f49514039ef8df86f",
"digest": "4ab48a48ee07721e59ec339efe74ea732ad25a59d05717b7a18033889e983d65",
"distro": "debian-11",
"type": "NAMI",
"version": "3.0.1-13"
"version": "3.1.0-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "3"
- "3-debian-11"
- "3.0.1"
- "3.1.0"
- "latest"