[bitnami/kong] Release 2.8.3-debian-11-r11 (#13676)

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-11-14 23:19:19 +01:00 committed by GitHub
parent 52b2925396
commit 0adc829617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 8 deletions

View File

@ -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.3-debian-11-r10" \
org.opencontainers.image.ref.name="2.8.3-debian-11-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong" \
org.opencontainers.image.title="kong" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -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-155-linux-${OS_ARCH}-debian-11" \
"kong-2.8.3-9-linux-${OS_ARCH}-debian-11" \
"kong-2.8.3-10-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -8,9 +8,9 @@
},
"kong": {
"arch": "amd64",
"digest": "aa38a6b9656fef784e69e2822f97c9f455ae266c4118798de3ce406864b1b95f",
"digest": "a247e221f341ea7a3740afae7f6c48e9c6eef684d947dbc0bb6e06b829f1a7d0",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.3-9"
"version": "2.8.3-10"
}
}

View File

@ -256,10 +256,6 @@ Re-create your container from the new image.
$ docker run --name kong bitnami/kong:latest
```
## Branch Deprecation Notice
Kong's branch 2 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 11-19-2022
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.