[bitnami/metallb-controller] Release 0.13.9-debian-11-r8 (#27645)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8faf092c32
commit
80d37efc2e
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T13:00:28Z" \
|
||||
org.opencontainers.image.created="2023-03-18T22:37:44Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.13.9-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="0.13.9-debian-11-r8" \
|
||||
org.opencontainers.image.title="metallb-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.13.9"
|
||||
|
|
@ -22,7 +22,7 @@ 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=( \
|
||||
"metallb-0.13.9-0-linux-${OS_ARCH}-debian-11" \
|
||||
"metallb-0.13.9-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"metallb": {
|
||||
"arch": "amd64",
|
||||
"digest": "d067927a22a49c170abd0b1a266f7cafad1294ff57f735b02539ac04ad6b718e",
|
||||
"digest": "92d9a5985670f1ca0731b2e2dbdda9719038d26199019e08bb2cb250e90ecb0f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.9-0"
|
||||
"version": "0.13.9-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.
|
||||
|
||||
[Overview of MetalLB](https://metallb.universe.tf/)
|
||||
|
||||
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.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue