[bitnami/grafana-operator] Release 4.7.0-debian-11-r1 (#9197)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b3fa308a89
commit
7e95c4ea12
|
|
@ -4,7 +4,7 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="4.7.0-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="4.7.0-debian-11-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator" \
|
||||
org.opencontainers.image.title="grafana-operator" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -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=( \
|
||||
"grafana-operator-4.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-operator-4.7.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"grafana-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "600b29ca9ef2412848fa3e554eadf839ddd5184c489a7b5f5d07e85754802e67",
|
||||
"digest": "e71dbb1840ad2a646dc1ea017ee2657861958e5f1ed5b3455400d9534e99eb04",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.7.0-0"
|
||||
"version": "4.7.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.7.0`, `4.7.0-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana-operator/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.7.0`, `4.7.0-debian-11-r1`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana-operator/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue