mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 03:57:16 +08:00
[bitnami/metallb-speaker] Release 0.13.9-debian-11-r8 (#27652)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-13T23:46:13Z" \
|
||||
org.opencontainers.image.created="2023-03-18T22:37:09Z" \
|
||||
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-speaker" \
|
||||
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-speaker-0.13.9-0-linux-${OS_ARCH}-debian-11" \
|
||||
"metallb-speaker-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-speaker": {
|
||||
"arch": "amd64",
|
||||
"digest": "c38be71b9ea846529f348ff52a25f32324887db562b198e8722fc0d89cb296de",
|
||||
"digest": "4f45403dcae17723e90d8d8717d40de3487ff0bc77f21df682cccbc0007090b7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.9-0"
|
||||
"version": "0.13.9-1"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
> MetalLB is a load-balancer that allows enabling "LoadBalancer" service addresses in any bare-metal Kubernetes installation. MetalLB speaker is in charge of IP advertisement.
|
||||
|
||||
[Overview of MetalLB Speaker](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
|
||||
|
||||
Reference in New Issue
Block a user