8.3.3-debian-10-r0 release
This commit is contained in:
parent
7440d4d273
commit
d9b2d0a5c5
|
|
@ -9,14 +9,14 @@ 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.3.2-0" --checksum 934e7b7f8d9d798c5622f493ad82f7db8719c68c77edc0f38065e8266c1853ed
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "8.3.3-0" --checksum d7791be609d3be103d6a5a2ea6c90eb75e9542bf1bc34de937f41486971202cf
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/grafana/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="grafana" \
|
||||
BITNAMI_IMAGE_VERSION="8.3.2-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="8.3.3-debian-10-r0" \
|
||||
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"grafana": {
|
||||
"arch": "amd64",
|
||||
"digest": "934e7b7f8d9d798c5622f493ad82f7db8719c68c77edc0f38065e8266c1853ed",
|
||||
"digest": "d7791be609d3be103d6a5a2ea6c90eb75e9542bf1bc34de937f41486971202cf",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.3.2-0"
|
||||
"version": "8.3.3-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.3.2`, `8.3.2-debian-10-r3`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.3.2-debian-10-r3/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.3.3`, `8.3.3-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.3.3-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