0.12.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-02-17 02:51:49 +00:00
parent 0b41c8e5d8
commit b4c32495a5
3 changed files with 8 additions and 8 deletions

View File

@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs /
# 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-0.12.0-0-linux-amd64-debian-10.tar.gz && \
echo "990ae134c1aff8dc819f79787b05b4f2f65213e339fd1b3bb6644ec8e4d5147c /tmp/bitnami/pkg/cache/metallb-0.12.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/metallb-0.12.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/metallb-0.12.0-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-0.12.1-0-linux-amd64-debian-10.tar.gz && \
echo "bbe4133ebcd8b3e9174072085570a70d56e04c936ff20b8362a3fbd920de50c6 /tmp/bitnami/pkg/cache/metallb-0.12.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/metallb-0.12.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/metallb-0.12.1-0-linux-amd64-debian-10.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 BITNAMI_APP_NAME="metallb-controller" \
BITNAMI_IMAGE_VERSION="0.12.0-debian-10-r0" \
BITNAMI_IMAGE_VERSION="0.12.1-debian-10-r0" \
PATH="/opt/bitnami/metallb/bin:$PATH"
USER 1001

View File

@ -1,9 +1,9 @@
{
"metallb": {
"arch": "amd64",
"digest": "990ae134c1aff8dc819f79787b05b4f2f65213e339fd1b3bb6644ec8e4d5147c",
"digest": "bbe4133ebcd8b3e9174072085570a70d56e04c936ff20b8362a3fbd920de50c6",
"distro": "debian-10",
"type": "NAMI",
"version": "0.12.0-0"
"version": "0.12.1-0"
}
}

View File

@ -32,7 +32,7 @@ $ docker run --name metallb-controller bitnami/metallb-controller: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-10`, `0.12.0`, `0.12.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-controller/blob/0.12.0-debian-10-r0/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.12.1`, `0.12.1-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-controller/blob/0.12.1-debian-10-r0/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/metallb-controller GitHub repo](https://github.com/bitnami/bitnami-docker-metallb-controller).