mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
[bitnami/prometheus] Release 2.45.0-debian-11-r0 (#39018)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,13 +6,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-06-26T06:08:32Z" \
|
||||
org.opencontainers.image.created="2023-06-27T05:22:41Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.44.0-debian-11-r14" \
|
||||
org.opencontainers.image.ref.name="2.45.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="prometheus" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.44.0"
|
||||
org.opencontainers.image.version="2.45.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"prometheus-2.44.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-2.45.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -45,7 +45,7 @@ RUN ln -sf /opt/bitnami/prometheus/data /prometheus
|
||||
RUN chown -R 1001:1001 /opt/bitnami/prometheus
|
||||
|
||||
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
||||
ENV APP_VERSION="2.44.0" \
|
||||
ENV APP_VERSION="2.45.0" \
|
||||
BITNAMI_APP_NAME="prometheus" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.44.0-2"
|
||||
"version": "2.45.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
set -eu
|
||||
|
||||
n=0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.44.0
|
||||
- 2.45.0
|
||||
- latest
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user