mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
0.56.3-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
2556dcd26b
commit
8436542300
@@ -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.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9c89a209502e2d830b5ddd1745278251178ecf730b19cdb59b116006c668da2e /tmp/bitnami/pkg/cache/prometheus-operator-0.56.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.56.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.56.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.56.3-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1ac478fa5cff6546832f6f33ace5b621b61a6ea0804d4c0dac94c4df3796953d /tmp/bitnami/pkg/cache/prometheus-operator-0.56.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.56.3-0-linux-amd64-debian-10.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-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
|
||||
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.2" \
|
||||
ENV APP_VERSION="0.56.3" \
|
||||
BITNAMI_APP_NAME="prometheus-operator" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "9c89a209502e2d830b5ddd1745278251178ecf730b19cdb59b116006c668da2e",
|
||||
"digest": "1ac478fa5cff6546832f6f33ace5b621b61a6ea0804d4c0dac94c4df3796953d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.56.2-0"
|
||||
"version": "0.56.3-0"
|
||||
}
|
||||
}
|
||||
@@ -36,7 +36,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.56.2`, `0.56.2-debian-10-r12`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.56.2-debian-10-r12/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.56.3`, `0.56.3-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.56.3-debian-10-r0/0/debian-10/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