mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
[bitnami/apisix-ingress-controller] Release 1.7.0-debian-11-r0 (#49569)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-09-21T10:23:14Z" \
|
||||
org.opencontainers.image.created="2023-09-22T16:27:05Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.6.1-debian-11-r118" \
|
||||
org.opencontainers.image.ref.name="1.7.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="apisix-ingress-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.6.1"
|
||||
org.opencontainers.image.version="1.7.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,7 +28,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"yq-4.35.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-13-linux-${OS_ARCH}-debian-11" \
|
||||
"apisix-ingress-controller-1.6.1-3-linux-${OS_ARCH}-debian-11" \
|
||||
"apisix-ingress-controller-1.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -44,7 +44,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN useradd -r -u 1001 -g root apisix-ingress-controller
|
||||
|
||||
ENV APP_VERSION="1.6.1" \
|
||||
ENV APP_VERSION="1.7.0" \
|
||||
BITNAMI_APP_NAME="apisix-ingress-controller" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/apisix-ingress-controller/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.1-3"
|
||||
"version": "1.7.0-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-11
|
||||
- 1.6.1
|
||||
- 1.7.0
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user