Skip to content

Commit b6d135d

Browse files
author
Bitnami Bot
authored
[bitnami/apisix-dashboard] Release apisix-dashboard-3.0.1-debian-12-r52 (#75965)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent 5baa9dc commit b6d135d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bitnami/apisix-dashboard/3/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-03T21:01:43Z" \
11+
org.opencontainers.image.created="2025-01-02T21:18:38Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="3.0.1-debian-12-r51" \
15+
org.opencontainers.image.ref.name="3.0.1-debian-12-r52" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard" \
1717
org.opencontainers.image.title="apisix-dashboard" \
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-dashboard-3.0.1-31-linux-${OS_ARCH}-debian-12" \
3535
) ; \
3636
for COMPONENT in "${COMPONENTS[@]}"; do \

bitnami/apisix-dashboard/3/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-dashboard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is Apache APISIX Dashboard?
44

5-
> Apache APISIX Dashboard is a component of the Apache APISIX chart. Apache APISIX is a high performance API Gateway. The Dashboard allows users to operate Apache APISIX through a frontend interface.
5+
> Apache APISIX Dashboard is a component of the Apache APISIX chart. Apache APISIX is a high performance API Gateway. The Dashboard allows users to operate Apache APISIX through a frontend interface.
66
77
[Overview of Apache APISIX Dashboard](https://apisix.apache.org/)
88
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
@@ -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)