mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
[bitnami/prometheus-operator] Release 0.63.0-debian-11-r0 (#23268)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.62.0-debian-11-r12" \
|
||||
org.opencontainers.image.ref.name="0.63.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.62.0"
|
||||
org.opencontainers.image.version="0.63.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -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.62.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-operator-0.63.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,7 +40,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.62.0" \
|
||||
ENV APP_VERSION="0.63.0" \
|
||||
BITNAMI_APP_NAME="prometheus-operator" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "6a4dc2c42803ce7d74ebda403c67949381796b5489f2a7880f8bb587652f2210",
|
||||
"digest": "272fc7e05de7960162c05d51d9efd1687ac378e4a845f4d30b623c292efb0864",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.62.0-1"
|
||||
"version": "0.63.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.62.0"
|
||||
- "0.63.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user