mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
[bitnami/kong-ingress-controller] Release 2.8.1-debian-11-r0 (#19258)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="2.8.0-debian-11-r5" \
|
org.opencontainers.image.ref.name="2.8.1-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong-ingress-controller" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kong-ingress-controller" \
|
||||||
org.opencontainers.image.title="kong-ingress-controller" \
|
org.opencontainers.image.title="kong-ingress-controller" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="2.8.0"
|
org.opencontainers.image.version="2.8.1"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl procps
|
|||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||||
"kong-ingress-controller-2.8.0-0-linux-${OS_ARCH}-debian-11" \
|
"kong-ingress-controller-2.8.1-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
||||||
ENV APP_VERSION="2.8.0" \
|
ENV APP_VERSION="2.8.1" \
|
||||||
BITNAMI_APP_NAME="kong-ingress-controller" \
|
BITNAMI_APP_NAME="kong-ingress-controller" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"kong-ingress-controller": {
|
"kong-ingress-controller": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "25f45905913dc685b006f19fbbb0f2657119fbb68ba4d6bab19efa81f9c80572",
|
"digest": "0bf8b722f2b9be552e1f3e381e10e69cd12dfd66ece85360c3727dfa72c153f6",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.8.0-0"
|
"version": "2.8.1-0"
|
||||||
},
|
},
|
||||||
"wait-for-port": {
|
"wait-for-port": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "2"
|
- "2"
|
||||||
- "2-debian-11"
|
- "2-debian-11"
|
||||||
- "2.8.0"
|
- "2.8.1"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user