0.13.3-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-08 20:53:18 +00:00 committed by Bitnami Containers
parent 7dc0930880
commit adcfd69888
3 changed files with 8 additions and 8 deletions

View File

@ -8,15 +8,15 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz && \
echo "ef778a8a5a67f498633340b1f2afe8ba025507009454f1fc8fbc21e68a06dccd /tmp/bitnami/pkg/cache/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz && \
echo "4b718efc5183939fb209f7145d0361433a570f5fd1425b6e93d42c8a45d63250 /tmp/bitnami/pkg/cache/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="0.13.2" \
ENV APP_VERSION="0.13.3" \
BITNAMI_APP_NAME="metallb-speaker" \
PATH="/opt/bitnami/metallb-speaker/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"metallb-speaker": {
"arch": "amd64",
"digest": "ef778a8a5a67f498633340b1f2afe8ba025507009454f1fc8fbc21e68a06dccd",
"digest": "4b718efc5183939fb209f7145d0361433a570f5fd1425b6e93d42c8a45d63250",
"distro": "debian-11",
"type": "NAMI",
"version": "0.13.2-0"
"version": "0.13.3-0"
}
}

View File

@ -28,7 +28,7 @@ $ docker run --name metallb-speaker bitnami/metallb-speaker:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`0`, `0-debian-11`, `0.13.2`, `0.13.2-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-speaker/blob/0.13.2-debian-11-r0/0/debian-11/Dockerfile)
* [`0`, `0-debian-11`, `0.13.3`, `0.13.3-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-speaker/blob/0.13.3-debian-11-r0/0/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/metallb-speaker GitHub repo](https://github.com/bitnami/bitnami-docker-metallb-speaker).