diff --git a/bitnami/metallb-speaker/0/debian-11/Dockerfile b/bitnami/metallb-speaker/0/debian-11/Dockerfile index a7cc00b2fe69..3790d6ca472a 100644 --- a/bitnami/metallb-speaker/0/debian-11/Dockerfile +++ b/bitnami/metallb-speaker/0/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="0.13.5-debian-11-r13" \ + org.opencontainers.image.ref.name="0.13.6-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/metallb-speaker" \ org.opencontainers.image.title="metallb-speaker" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="0.13.5" + org.opencontainers.image.version="0.13.6" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "metallb-speaker-0.13.5-1-linux-${OS_ARCH}-debian-11" \ + "metallb-speaker-0.13.6-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -30,14 +30,14 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ fi && \ sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \ + rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="0.13.5" \ +ENV APP_VERSION="0.13.6" \ BITNAMI_APP_NAME="metallb-speaker" \ PATH="/opt/bitnami/metallb-speaker/bin:$PATH" diff --git a/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index f778e72dcd6c..79066f79f033 100644 --- a/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "metallb-speaker": { "arch": "amd64", - "digest": "b294eab1b9beddfb3045de7b4dba35ff3ee7e11536810676fc7e076abaceedd2", + "digest": "7144ec8b73192721584b3c6fb8c4f61b116f0f566b12d6dc406a807b77fe3915", "distro": "debian-11", "type": "NAMI", - "version": "0.13.5-1" + "version": "0.13.6-0" } } \ No newline at end of file diff --git a/bitnami/metallb-speaker/0/debian-11/tags-info.yaml b/bitnami/metallb-speaker/0/debian-11/tags-info.yaml index a1a55cbab987..277a1121b60c 100644 --- a/bitnami/metallb-speaker/0/debian-11/tags-info.yaml +++ b/bitnami/metallb-speaker/0/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "0" - "0-debian-11" - - "0.13.5" + - "0.13.6" - "latest"