mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/prometheus-operator] Release 0.63.0-debian-11-r13 (#27699)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T13:00:28Z" \
|
||||
org.opencontainers.image.created="2023-03-18T23:49:13Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.63.0-debian-11-r12" \
|
||||
org.opencontainers.image.ref.name="0.63.0-debian-11-r13" \
|
||||
org.opencontainers.image.title="prometheus-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.63.0"
|
||||
@@ -22,7 +22,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.63.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-operator-0.63.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "72a4bcee0b0276f92428e1ab05e83757ba97b01c24c4fa275db4e271665f1142",
|
||||
"digest": "6c64d6cf23f42c5e7f4660dd433d59665192172e44bdc41a4bc249bd0e3863fc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.63.0-1"
|
||||
"version": "0.63.0-2"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
> Prometheus Operator provides easy monitoring definitions for Kubernetes services and deployment and management of Prometheus instances.
|
||||
|
||||
[Overview of Prometheus Operator](https://github.com/coreos/prometheus-operator)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
||||
Reference in New Issue
Block a user