[bitnami/metallb-controller] Release 0.13.4-debian-11-r10 (#4549)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e585cf027a
commit
0283342f6c
|
|
@ -6,7 +6,7 @@ ENV HOME="/" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.13.4-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="0.13.4-debian-11-r10" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/metallb-controller" \
|
||||
org.opencontainers.image.title="metallb-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -15,12 +15,14 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
|||
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 install_packages ca-certificates curl gzip libc6 procps tar
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/metallb-0.13.4-1-linux-amd64-debian-11.tar.gz -o metallb-0.13.4-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e2315f7d0cc695b00b62b9cccec82f2555c2c2fbe7b624304804f6bfe3c1f8d6 metallb-0.13.4-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf metallb-0.13.4-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf metallb-0.13.4-1-linux-amd64-debian-11.tar.gz
|
||||
if [ ! -f metallb-0.13.4-2-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/metallb-0.13.4-2-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "d2dab92e2084840fc22a0d857327219deeedb6a6c739eac9acefe6e7bbf72ed2 metallb-0.13.4-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf metallb-0.13.4-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf metallb-0.13.4-2-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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"metallb": {
|
||||
"arch": "amd64",
|
||||
"digest": "e2315f7d0cc695b00b62b9cccec82f2555c2c2fbe7b624304804f6bfe3c1f8d6",
|
||||
"digest": "d2dab92e2084840fc22a0d857327219deeedb6a6c739eac9acefe6e7bbf72ed2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.4-1"
|
||||
"version": "0.13.4-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `0.13.4`, `0.13.4-debian-11-r9`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/metallb-controller/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.13.4`, `0.13.4-debian-11-r10`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/metallb-controller/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue