[bitnami/prometheus-operator] Release 0.59.2-debian-11-r0 (#7192)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-09-20 19:09:18 +02:00
committed by GitHub
parent 10a2162204
commit 33c93b6546
5 changed files with 17 additions and 16 deletions

View File

@@ -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.59.1-debian-11-r2" \
org.opencontainers.image.ref.name="0.59.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator" \
org.opencontainers.image.title="prometheus-operator" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.59.1"
org.opencontainers.image.version="0.59.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -20,20 +20,20 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f prometheus-operator-0.59.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.59.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.59.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f prometheus-operator-0.59.2-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.59.2-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.59.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c prometheus-operator-0.59.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf prometheus-operator-0.59.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf prometheus-operator-0.59.1-0-linux-${OS_ARCH}-debian-11.tar.gz prometheus-operator-0.59.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c prometheus-operator-0.59.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf prometheus-operator-0.59.2-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf prometheus-operator-0.59.2-0-linux-${OS_ARCH}-debian-11.tar.gz prometheus-operator-0.59.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN 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
RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/prometheus-config-reloader
RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator
ENV APP_VERSION="0.59.1" \
ENV APP_VERSION="0.59.2" \
BITNAMI_APP_NAME="prometheus-operator" \
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"prometheus-operator": {
"arch": "amd64",
"digest": "15d80cbd1de9ae5b09c2ecb652f6806dc19c9a3d53e4b4eb5fc5f33673714704",
"digest": "a9b89f8cd41452e6da68e45a5ed6414d20ee034fe08912e26b47119c00a84f15",
"distro": "debian-11",
"type": "NAMI",
"version": "0.59.1-0"
"version": "0.59.2-0"
}
}

View File

@@ -1,9 +1,10 @@
#!/bin/sh
set -e
set -u
export DEBIAN_FRONTEND=noninteractive
set -eu
n=0
max=2
export DEBIAN_FRONTEND=noninteractive
until [ $n -gt $max ]; do
set +e
(

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.59.1"
- "0.59.2"
- "latest"

View File

@@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
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.59.1`, `0.59.1-debian-11-r2`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/prometheus-operator/0/debian-11/Dockerfile)
* [`0`, `0-debian-11`, `0.59.2`, `0.59.2-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/prometheus-operator/0/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).