Skip to content

Commit 9673899

Browse files
author
Bitnami Bot
authored
[bitnami/apisix-ingress-controller] Release apisix-ingress-controller-1.8.3-debian-12-r5 (#75953)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent e6030f0 commit 9673899

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/apisix-ingress-controller/1/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2024-12-03T19:32:16Z" \
11+
org.opencontainers.image.created="2025-01-02T19:54:49Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apisix-ingress-controller/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="1.8.3-debian-12-r4" \
15+
org.opencontainers.image.ref.name="1.8.3-debian-12-r5" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apisix-ingress-controller" \
1717
org.opencontainers.image.title="apisix-ingress-controller" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -29,8 +29,8 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2929
RUN install_packages ca-certificates curl procps
3030
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131
COMPONENTS=( \
32-
"yq-4.44.5-0-linux-${OS_ARCH}-debian-12" \
33-
"render-template-1.0.7-7-linux-${OS_ARCH}-debian-12" \
32+
"yq-4.44.6-0-linux-${OS_ARCH}-debian-12" \
33+
"render-template-1.0.7-8-linux-${OS_ARCH}-debian-12" \
3434
"apisix-ingress-controller-1.8.3-3-linux-${OS_ARCH}-debian-12" \
3535
) ; \
3636
for COMPONENT in "${COMPONENTS[@]}"; do \

bitnami/apisix-ingress-controller/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"arch": "amd64",
1010
"distro": "debian-12",
1111
"type": "NAMI",
12-
"version": "1.0.7-7"
12+
"version": "1.0.7-8"
1313
},
1414
"yq": {
1515
"arch": "amd64",
1616
"distro": "debian-12",
1717
"type": "NAMI",
18-
"version": "4.44.5-0"
18+
"version": "4.44.6-0"
1919
}
2020
}

bitnami/apisix-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ If you encountered a problem running this container, you can file an [issue](htt
114114

115115
## License
116116

117-
Copyright &copy; 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
117+
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
118118

119119
Licensed under the Apache License, Version 2.0 (the "License");
120120
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)