[bitnami/grafana-operator] Release 4.10.0-debian-11-r0 (#27386)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
d8ac62a88f
commit
60c98e0444
|
|
@ -3,13 +3,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-03-13T21:41:04Z" \
|
||||
org.opencontainers.image.created="2023-03-14T11:55:15Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.9.0-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="4.10.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="grafana-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.9.0"
|
||||
org.opencontainers.image.version="4.10.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=( \
|
||||
"grafana-operator-4.9.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-operator-4.10.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/grafana-operator/bin/grafana-operator /usr/local/bin/grafana-operator
|
||||
RUN mkdir -p /opt/jsonnet && ln -sf /opt/bitnami/grafonnet-lib/grafonnet /opt/jsonnet/grafonnet
|
||||
|
||||
ENV APP_VERSION="4.9.0" \
|
||||
ENV APP_VERSION="4.10.0" \
|
||||
BITNAMI_APP_NAME="grafana-operator" \
|
||||
PATH="/opt/bitnami/grafana-operator/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"grafana-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "217d26a749203e4c76eea12bc600c9ceba94a599bf5ede3d397fa48b9d7a3247",
|
||||
"digest": "d42d4adfdd909b6b326c66b22937f9f09aaf92949ee5987b7075dfe32b195125",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.9.0-2"
|
||||
"version": "4.10.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4"
|
||||
- 4-debian-11
|
||||
- 4.9.0
|
||||
- 4.10.0
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
> Grafana Operator is a Kubernetes operator that enables the installation and management of Grafana instances, dashboards and plugins.
|
||||
|
||||
[Overview of Grafana Operator](https://github.com/integr8ly/grafana-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
|
||||
|
|
|
|||
Loading…
Reference in New Issue