0.11.0-debian-10-r71 release
This commit is contained in:
parent
c28bbb1e70
commit
85941b249d
|
|
@ -13,10 +13,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "3982cabd8f60bd749ed6296b401ba5d8786126cafd7e644660e30844d0801729 /tmp/bitnami/pkg/cache/metallb-0.11.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/metallb-0.11.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/metallb-0.11.0-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.11.0-debian-10-r70" \
|
||||
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r71" \
|
||||
PATH="/opt/bitnami/metallb/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -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.11.0`, `0.11.0-debian-10-r70`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-controller/blob/0.11.0-debian-10-r70/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r71`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-controller/blob/0.11.0-debian-10-r71/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/metallb-controller GitHub repo](https://github.com/bitnami/bitnami-docker-metallb-controller).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue