mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
0.57.0-debian-11-r15 release
This commit is contained in:
committed by
Bitnami Containers
parent
d1d9eeda7e
commit
18470514fc
@@ -8,10 +8,10 @@ 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-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "39c0eacbeac50d6f929292c5edb85d8521877859101efbed5d1944c5e5218c7f /tmp/bitnami/pkg/cache/prometheus-operator-0.57.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.57.0-150-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-150-linux-amd64-debian-11.tar.gz
|
||||
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 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 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "39c0eacbeac50d6f929292c5edb85d8521877859101efbed5d1944c5e5218c7f",
|
||||
"digest": "e6ea539060c04622b14a62ca9f1b8463f8860ace18c7605387025acef7478f48",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.57.0-150"
|
||||
"version": "0.57.0-151"
|
||||
}
|
||||
}
|
||||
@@ -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-r14`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.57.0-debian-11-r14/0/debian-11/Dockerfile)
|
||||
* [`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)
|
||||
|
||||
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