[bitnami/grafana] Release 9.1.1-debian-11-r0 (#4055)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-23 21:26:25 +02:00
committed by GitHub
parent e8236de3c6
commit 99bdcb9c17
4 changed files with 8 additions and 8 deletions

View File

@@ -6,17 +6,17 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="9.1.0-debian-11-r2" \ org.opencontainers.image.ref.name="9.1.1-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana" \
org.opencontainers.image.title="grafana" \ org.opencontainers.image.title="grafana" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="9.1.0" org.opencontainers.image.version="9.1.1"
COPY prebuildfs / COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libfontconfig procps tar RUN install_packages acl ca-certificates curl gzip libc6 libfontconfig procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "9.1.0-0" --checksum b48c0bda1ca39d061bf92cf3f77301832e4821f0683e54dd7cd1047cd06aa828 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "9.1.1-0" --checksum 9aa6aebe1bc830a27ee253f980fe12cc13e858ce4c2041c531a6026ec2e82fb6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -24,7 +24,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/grafana/postunpack.sh RUN /opt/bitnami/scripts/grafana/postunpack.sh
ENV APP_VERSION="9.1.0" \ ENV APP_VERSION="9.1.1" \
BITNAMI_APP_NAME="grafana" \ BITNAMI_APP_NAME="grafana" \
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH" PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,9 +8,9 @@
}, },
"grafana": { "grafana": {
"arch": "amd64", "arch": "amd64",
"digest": "b48c0bda1ca39d061bf92cf3f77301832e4821f0683e54dd7cd1047cd06aa828", "digest": "9aa6aebe1bc830a27ee253f980fe12cc13e858ce4c2041c531a6026ec2e82fb6",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "9.1.0-0" "version": "9.1.1-0"
} }
} }

View File

@@ -1,5 +1,5 @@
rolling-tags: rolling-tags:
- "9" - "9"
- "9-debian-11" - "9-debian-11"
- "9.1.0" - "9.1.1"
- "latest" - "latest"

View File

@@ -38,7 +38,7 @@ Non-root container images add an extra layer of security and are generally recom
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/). 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/).
* [`9`, `9-debian-11`, `9.1.0`, `9.1.0-debian-11-r2`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana/9/debian-11/Dockerfile) * [`9`, `9-debian-11`, `9.1.1`, `9.1.1-debian-11-r0`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/grafana/9/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).