mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
2.26.0-debian-10-r0 release
This commit is contained in:
@@ -9,17 +9,17 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
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.25.2-0-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.26.0-0-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "55fe249d042168a214f62310c19798276292cb396d66593ea3e56677d42f1b75 /tmp/bitnami/pkg/cache/prometheus-2.25.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "9e132a44d36fd4c9e1c119562329550b2b8bcafb758c36123ae0e9fcb8551072 /tmp/bitnami/pkg/cache/prometheus-2.26.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.25.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.26.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.25.2-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.26.0-0-linux-amd64-debian-10.tar.gz
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
RUN ln -sf /opt/bitnami/prometheus/conf /etc/prometheus
|
RUN ln -sf /opt/bitnami/prometheus/conf /etc/prometheus
|
||||||
RUN ln -sf /opt/bitnami/prometheus/data /prometheus
|
RUN ln -sf /opt/bitnami/prometheus/data /prometheus
|
||||||
|
|
||||||
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
||||||
ENV BITNAMI_APP_NAME="prometheus" \
|
ENV BITNAMI_APP_NAME="prometheus" \
|
||||||
BITNAMI_IMAGE_VERSION="2.25.2-debian-10-r17" \
|
BITNAMI_IMAGE_VERSION="2.26.0-debian-10-r0" \
|
||||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "55fe249d042168a214f62310c19798276292cb396d66593ea3e56677d42f1b75",
|
"digest": "9e132a44d36fd4c9e1c119562329550b2b8bcafb758c36123ae0e9fcb8551072",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.25.2-0"
|
"version": "2.26.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/).
|
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.25.2`, `2.25.2-debian-10-r17`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.25.2-debian-10-r17/2/debian-10/Dockerfile)
|
* [`2`, `2-debian-10`, `2.26.0`, `2.26.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.26.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).
|
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user