mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
0.57.0-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
fb708562c6
commit
43db0cc38f
@@ -9,17 +9,17 @@ 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.56.3-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "d7fd2293bb30dd75e6e2a0d28747bef65d2a2907495a4264cc4bd84a421d5e2e /tmp/bitnami/pkg/cache/prometheus-operator-0.56.3-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.56.3-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.56.3-0-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-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "39c0eacbeac50d6f929292c5edb85d8521877859101efbed5d1944c5e5218c7f /tmp/bitnami/pkg/cache/prometheus-operator-0.57.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.57.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.57.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.56.3" \
|
||||
ENV APP_VERSION="0.57.0" \
|
||||
BITNAMI_APP_NAME="prometheus-operator" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "d7fd2293bb30dd75e6e2a0d28747bef65d2a2907495a4264cc4bd84a421d5e2e",
|
||||
"digest": "39c0eacbeac50d6f929292c5edb85d8521877859101efbed5d1944c5e5218c7f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.56.3-0"
|
||||
"version": "0.57.0-0"
|
||||
}
|
||||
}
|
||||
@@ -29,14 +29,14 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
|
||||
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Kube-Prometheus Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/kube-prometheus).
|
||||
|
||||
Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
|
||||
Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
|
||||
|
||||
## Supported tags and respective `Dockerfile` links
|
||||
|
||||
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.56.3`, `0.56.3-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.56.3-debian-11-r0/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.57.0`, `0.57.0-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.57.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