[bitnami/metallb-speaker] Release 0.13.6-debian-11-r0 (#9825)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-11 21:59:40 +02:00
committed by GitHub
parent 236af32fbe
commit c5ecf3d5cf
3 changed files with 8 additions and 8 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="0.13.5-debian-11-r13" \
org.opencontainers.image.ref.name="0.13.6-debian-11-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.13.5"
org.opencontainers.image.version="0.13.6"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -21,7 +21,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.5-1-linux-${OS_ARCH}-debian-11" \
"metallb-speaker-0.13.6-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -30,14 +30,14 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get autoremove --purge -y curl && \
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
ENV APP_VERSION="0.13.5" \
ENV APP_VERSION="0.13.6" \
BITNAMI_APP_NAME="metallb-speaker" \
PATH="/opt/bitnami/metallb-speaker/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"metallb-speaker": {
"arch": "amd64",
"digest": "b294eab1b9beddfb3045de7b4dba35ff3ee7e11536810676fc7e076abaceedd2",
"digest": "7144ec8b73192721584b3c6fb8c4f61b116f0f566b12d6dc406a807b77fe3915",
"distro": "debian-11",
"type": "NAMI",
"version": "0.13.5-1"
"version": "0.13.6-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.13.5"
- "0.13.6"
- "latest"