[bitnami/kong] Release 3.2.0-debian-11-r0 (#25357)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
dc7b9682de
commit
6f4c061e47
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-23T22:14:34Z" \
|
||||
org.opencontainers.image.created="2023-02-24T18:53:26Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.1.1-debian-11-r34" \
|
||||
org.opencontainers.image.ref.name="3.2.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="kong" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.1.1"
|
||||
org.opencontainers.image.version="3.2.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"kong-3.1.1-8-linux-${OS_ARCH}-debian-11" \
|
||||
"kong-3.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/kong/postunpack.sh
|
||||
ENV APP_VERSION="3.1.1" \
|
||||
ENV APP_VERSION="3.2.0" \
|
||||
BITNAMI_APP_NAME="kong" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong/bin:/opt/bitnami/kong/luarocks/bin:/opt/bitnami/kong/openresty/bin:/opt/bitnami/kong/openresty/luajit/bin:/opt/bitnami/kong/openresty/nginx/sbin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"kong": {
|
||||
"arch": "amd64",
|
||||
"digest": "edfba0c4a88860482ec38e9bbb2ffc65e39df3039e20f6bccf1b1f10a73b9786",
|
||||
"digest": "c50133f3edf5ef8d2a8d09f58c15fd3fae5b8a4d17689c6f9aa24b1a31168a4f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.1-8"
|
||||
"version": "3.2.0-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -24,8 +24,7 @@ chmod -R g+rwX "$KONG_SERVER_DIR" "$KONG_CONF_DIR"
|
|||
cp "$KONG_DEFAULT_CONF_FILE" "$KONG_CONF_FILE"
|
||||
kong_conf_set prefix "$KONG_SERVER_DIR"
|
||||
kong_conf_set nginx_daemon off
|
||||
kong_conf_set lua_package_path
|
||||
kong_conf_set nginx_user
|
||||
kong_conf_set nginx_user "$KONG_DAEMON_USER"
|
||||
kong_configure_non_empty_values
|
||||
install_opentelemetry
|
||||
configure_lua_paths "/opt/bitnami/scripts/kong-env.sh" "/etc/bash.bashrc"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3"
|
||||
- 3-debian-11
|
||||
- 3.1.1
|
||||
- 3.2.0
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue