Skip to content

Commit

Permalink
[bitnami/kong-ingress-controller] Release 2.12.1-debian-11-r0 (#52584)
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Nov 9, 2023
1 parent d1745a6 commit c6f3d1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions bitnami/kong-ingress-controller/2/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-11-08T19:58:31Z" \
org.opencontainers.image.created="2023-11-09T13:13:49Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.12.0-debian-11-r11" \
org.opencontainers.image.ref.name="2.12.1-debian-11-r0" \
org.opencontainers.image.title="kong-ingress-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.12.0"
org.opencontainers.image.version="2.12.1"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -26,8 +26,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"wait-for-port-1.0.7-2-linux-${OS_ARCH}-debian-11" \
"kong-ingress-controller-2.12.0-4-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.7-3-linux-${OS_ARCH}-debian-11" \
"kong-ingress-controller-2.12.1-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -43,7 +43,7 @@ RUN apt-get autoremove --purge -y curl && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

ENV APP_VERSION="2.12.0" \
ENV APP_VERSION="2.12.1" \
BITNAMI_APP_NAME="kong-ingress-controller" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "2.12.0-4"
"version": "2.12.1-0"
},
"wait-for-port": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.7-2"
"version": "1.0.7-3"
}
}
2 changes: 1 addition & 1 deletion bitnami/kong-ingress-controller/2/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- 2-debian-11
- 2.12.0
- 2.12.1
- latest

0 comments on commit c6f3d1f

Please sign in to comment.