mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
[bitnami/prometheus-operator] Release 0.61.0-debian-11-r0 (#14491)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.60.1-debian-11-r13" \
|
||||
org.opencontainers.image.ref.name="0.61.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator" \
|
||||
org.opencontainers.image.title="prometheus-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.60.1"
|
||||
org.opencontainers.image.version="0.61.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -21,7 +21,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-operator-0.60.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-operator-0.61.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -39,7 +39,7 @@ 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.60.1" \
|
||||
ENV APP_VERSION="0.61.0" \
|
||||
BITNAMI_APP_NAME="prometheus-operator" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "7181ed1fa859a970f7c87bb5dfa086f0688761095790fd8e714470aaead5f08c",
|
||||
"digest": "d0a9056406a0f5d63a3a16ab1cbdef2ebbdd0d8a29f876082c066fe6fc287d54",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.60.1-0"
|
||||
"version": "0.61.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.60.1"
|
||||
- "0.61.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user