0.54.1-debian-10-r5 release

This commit is contained in:
Bitnami Bot
2022-03-02 10:13:41 +00:00
parent 8e4256105d
commit 5dec278d0c
3 changed files with 8 additions and 8 deletions

View File

@@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.54.1-0-linux-amd64-debian-10.tar.gz && \
echo "651586bfb1f24970bb3f5bd7dba059af237e4c0cdaf18c7e5878674c9ecae3df /tmp/bitnami/pkg/cache/prometheus-operator-0.54.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.54.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.54.1-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.54.1-1-linux-amd64-debian-10.tar.gz && \
echo "69fd596d021418adc6a7d95665521db453b7c188ef7a1140a15da8d250c4efbd /tmp/bitnami/pkg/cache/prometheus-operator-0.54.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.54.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.54.1-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
@@ -20,7 +20,7 @@ RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/
RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator
ENV BITNAMI_APP_NAME="prometheus-operator" \
BITNAMI_IMAGE_VERSION="0.54.1-debian-10-r4" \
BITNAMI_IMAGE_VERSION="0.54.1-debian-10-r5" \
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
EXPOSE 8080

View File

@@ -1,9 +1,9 @@
{
"prometheus-operator": {
"arch": "amd64",
"digest": "651586bfb1f24970bb3f5bd7dba059af237e4c0cdaf18c7e5878674c9ecae3df",
"digest": "69fd596d021418adc6a7d95665521db453b7c188ef7a1140a15da8d250c4efbd",
"distro": "debian-10",
"type": "NAMI",
"version": "0.54.1-0"
"version": "0.54.1-1"
}
}

View File

@@ -39,7 +39,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) 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-10`, `0.54.1`, `0.54.1-debian-10-r4`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.54.1-debian-10-r4/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.54.1`, `0.54.1-debian-10-r5`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.54.1-debian-10-r5/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/prometheus-operator GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus-operator).