[bitnami/metallb-speaker] Release 0.14.5-debian-12-r0 (#65278)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-04-19 18:18:15 +02:00
committed by GitHub
parent 0369f8818b
commit 721505bac8
3 changed files with 20 additions and 9 deletions

View File

@@ -7,13 +7,15 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-04-04T16:19:03Z" \
org.opencontainers.image.created="2024-04-19T15:55:15Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/metallb-speaker/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.14.4-debian-12-r2" \
org.opencontainers.image.ref.name="0.14.5-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/metallb-speaker" \
org.opencontainers.image.title="metallb-speaker" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.14.4"
org.opencontainers.image.version="0.14.5"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -26,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps tcpdump
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"metallb-speaker-0.14.4-1-linux-${OS_ARCH}-debian-12" \
"metallb-speaker-0.14.5-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -37,13 +39,22 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN curl -sLO "https://deb.frrouting.org/frr/pool/frr-9.0/f/frr/frr_9.0.2-0~deb12u1_${OS_ARCH}.deb" && \
curl -sLO "https://deb.frrouting.org/frr/pool/frr-9.0/f/frr/frr-pythontools_9.0.2-0~deb12u1_all.deb" && \
if [ "$OS_ARCH" = "amd64" ]; then \
echo "90256bce30a3c9ddaf5873de8b699486f8c31df335737944d7ccb8dde2a48aa7 frr_9.0.2-0~deb12u1_${OS_ARCH}.deb" | sha256sum -c - ; \
else \
echo "3784ef838f7e5deab62148038cd6ab34d7b6bbc169c678c75da85e9a54498409 frr_9.0.2-0~deb12u1_${OS_ARCH}.deb" | sha256sum -c - ; \
fi && \
echo "bf976b42e6ea8ab7e47268bfeff6b0e75fcc6cc707a3756f910423db08bd69ec frr-pythontools_9.0.2-0~deb12u1_all.deb" | sha256sum -c - ; \
install_packages "./frr_9.0.2-0~deb12u1_${OS_ARCH}.deb" "./frr-pythontools_9.0.2-0~deb12u1_all.deb" && \
rm frr_9.0.2-0~deb12u1_${OS_ARCH}.deb frr-pythontools_9.0.2-0~deb12u1_all.deb
ENV APP_VERSION="0.14.4" \
ENV APP_VERSION="0.14.5" \
BITNAMI_APP_NAME="metallb-speaker" \
PATH="/opt/bitnami/metallb-speaker/bin:$PATH"

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "0.14.4-1"
"version": "0.14.5-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- 0-debian-12
- 0.14.4
- 0.14.5
- latest