2.23.0-debian-10-r0 release
This commit is contained in:
parent
e1bda0bc85
commit
f7c6ebf5ab
|
|
@ -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-2.22.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0a1662b6eb5232b5fefb6024305a4edb888951ded8c5322457e9693af8e14abe /tmp/bitnami/pkg/cache/prometheus-2.22.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.22.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.22.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.23.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "acc3bcd4839bd8d920313333be48b3e35f73d1b7ac844b930fbe1ccc094c73b9 /tmp/bitnami/pkg/cache/prometheus-2.23.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.23.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.23.0-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
|
||||
|
|
@ -21,7 +21,7 @@ RUN ln -sf /opt/bitnami/prometheus/data /prometheus
|
|||
|
||||
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
||||
ENV BITNAMI_APP_NAME="prometheus" \
|
||||
BITNAMI_IMAGE_VERSION="2.22.2-debian-10-r14" \
|
||||
BITNAMI_IMAGE_VERSION="2.23.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
EXPOSE 9090
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"prometheus": {
|
||||
"arch": "amd64",
|
||||
"digest": "0a1662b6eb5232b5fefb6024305a4edb888951ded8c5322457e9693af8e14abe",
|
||||
"digest": "acc3bcd4839bd8d920313333be48b3e35f73d1b7ac844b930fbe1ccc094c73b9",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.22.2-0"
|
||||
"version": "2.23.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.22.2`, `2.22.2-debian-10-r14`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.22.2-debian-10-r14/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.23.0`, `2.23.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.23.0-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue