mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/prometheus-operator] Release 0.58.0-debian-11-r0 (#184)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,17 +8,17 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.57.0-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e6ea539060c04622b14a62ca9f1b8463f8860ace18c7605387025acef7478f48 /tmp/bitnami/pkg/cache/prometheus-operator-0.57.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.57.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.57.0-151-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.58.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "cbf048e962a3c9dd1d1973bfa30025c942d8c16d96ded7b129bb86e6e9fbaa43 /tmp/bitnami/pkg/cache/prometheus-operator-0.58.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.58.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.58.0-0-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
|
||||
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.57.0" \
|
||||
ENV APP_VERSION="0.58.0" \
|
||||
BITNAMI_APP_NAME="prometheus-operator" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "e6ea539060c04622b14a62ca9f1b8463f8860ace18c7605387025acef7478f48",
|
||||
"digest": "cbf048e962a3c9dd1d1973bfa30025c942d8c16d96ded7b129bb86e6e9fbaa43",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.57.0-151"
|
||||
"version": "0.58.0-0"
|
||||
}
|
||||
}
|
||||
@@ -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.57.0`, `0.57.0-debian-11-r15`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.57.0-debian-11-r15/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.58.0`, `0.58.0-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.58.0-debian-11-r0/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus-operator GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus-operator).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user