mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 15:37:26 +08:00
8.3.6-debian-10-r6 release
This commit is contained in:
@@ -9,8 +9,8 @@ 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.6-1" --checksum 76c7dc4e7d60c2cb0f5a4b94d17d9f5d6d18f3304b52583510886d107c986b2c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "8.3.6-2" --checksum 19cf02fc5a7bf50bb611ed6dd238ebda8e82e93b7b9b6576034e1034e0fa55c3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -18,7 +18,7 @@ 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.6-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="8.3.6-debian-10-r6" \
|
||||
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
|
||||
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-4"
|
||||
"version": "1.14.0-5"
|
||||
},
|
||||
"grafana": {
|
||||
"arch": "amd64",
|
||||
"digest": "76c7dc4e7d60c2cb0f5a4b94d17d9f5d6d18f3304b52583510886d107c986b2c",
|
||||
"digest": "19cf02fc5a7bf50bb611ed6dd238ebda8e82e93b7b9b6576034e1034e0fa55c3",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.3.6-1"
|
||||
"version": "8.3.6-2"
|
||||
}
|
||||
}
|
||||
@@ -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.6`, `8.3.6-debian-10-r5`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.3.6-debian-10-r5/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.3.6`, `8.3.6-debian-10-r6`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.3.6-debian-10-r6/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/grafana GitHub repo](https://github.com/bitnami/bitnami-docker-grafana).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user