8.4.7-debian-10-r0 release
This commit is contained in:
parent
d1c32b1d85
commit
e08d40c0f9
|
|
@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libfontconfig procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "8.4.6-0" --checksum 098710350ea614279edfde56ce1f98dded088a6ca44696b8a2591e4059425676
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "8.4.7-0" --checksum 760a82c36ee09586f7f7269eba751dd7bb1db29601a4d82af8ae22607730d0a9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/grafana/postunpack.sh
|
||||
ENV APP_VERSION="8.4.6" \
|
||||
ENV APP_VERSION="8.4.7" \
|
||||
BITNAMI_APP_NAME="grafana" \
|
||||
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"grafana": {
|
||||
"arch": "amd64",
|
||||
"digest": "098710350ea614279edfde56ce1f98dded088a6ca44696b8a2591e4059425676",
|
||||
"digest": "760a82c36ee09586f7f7269eba751dd7bb1db29601a4d82af8ae22607730d0a9",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.4.6-0"
|
||||
"version": "8.4.7-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-10`, `8.4.6`, `8.4.6-debian-10-r8`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.4.6-debian-10-r8/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.4.7`, `8.4.7-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.4.7-debian-10-r0/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/grafana GitHub repo](https://github.com/bitnami/bitnami-docker-grafana).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue