8.4.5-debian-10-r0 release
This commit is contained in:
parent
c5f131f7d8
commit
c4a00389bb
|
|
@ -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.4-0" --checksum 891a48a5635f3bd8b3b6821703acb74158696d694a5af6d16e6d307a498baf7c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "8.4.5-0" --checksum bc7b5c637f8a180538e414a3b60753a1bae469f5aa3ff90b201f27c8d903b9f5
|
||||
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,9 +17,9 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/grafana/postunpack.sh
|
||||
ENV APP_VERSION="8.4.4" \
|
||||
ENV APP_VERSION="8.4.5" \
|
||||
BITNAMI_APP_NAME="grafana" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.4-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.5-debian-10-r0" \
|
||||
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"grafana": {
|
||||
"arch": "amd64",
|
||||
"digest": "891a48a5635f3bd8b3b6821703acb74158696d694a5af6d16e6d307a498baf7c",
|
||||
"digest": "bc7b5c637f8a180538e414a3b60753a1bae469f5aa3ff90b201f27c8d903b9f5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.4.4-0"
|
||||
"version": "8.4.5-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -40,7 +40,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.4`, `8.4.4-debian-10-r13`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.4.4-debian-10-r13/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.4.5`, `8.4.5-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.4.5-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