0.9.5-debian-10-r36 release

This commit is contained in:
Bitnami Bot 2020-12-14 18:58:50 +00:00
parent bbde3fd2d9
commit ffe19b864c
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.9.5-0-linux-amd64-debian-10.tar.gz && \
echo "7f489991363c265d73d3ff8a81e79fcd11cfe51b93f2896e5c1113de2352d1ad /tmp/bitnami/pkg/cache/metallb-0.9.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/metallb-0.9.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/metallb-0.9.5-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-0.9.5-1-linux-amd64-debian-10.tar.gz && \
echo "5473509e5e1b6c69cb715a745855762fce0f54d20eb833d88021acd4ca59e06c /tmp/bitnami/pkg/cache/metallb-0.9.5-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/metallb-0.9.5-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/metallb-0.9.5-1-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.9.5-debian-10-r35" \
BITNAMI_IMAGE_VERSION="0.9.5-debian-10-r36" \
PATH="/opt/bitnami/metallb/bin:$PATH"
USER 1001

View File

@ -1,9 +1,9 @@
{
"metallb": {
"arch": "amd64",
"digest": "7f489991363c265d73d3ff8a81e79fcd11cfe51b93f2896e5c1113de2352d1ad",
"digest": "5473509e5e1b6c69cb715a745855762fce0f54d20eb833d88021acd4ca59e06c",
"distro": "debian-10",
"type": "NAMI",
"version": "0.9.5-0"
"version": "0.9.5-1"
}
}

View File

@ -28,7 +28,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.9.5`, `0.9.5-debian-10-r35`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-controller/blob/0.9.5-debian-10-r35/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.9.5`, `0.9.5-debian-10-r36`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-controller/blob/0.9.5-debian-10-r36/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/metallb-controller GitHub repo](https://github.com/bitnami/bitnami-docker-metallb-controller).