mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 07:27:31 +08:00
8.4.4-debian-10-r0 release
This commit is contained in:
@@ -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.3-0" --checksum 77cee720cdf0bbf8183a2dea4c16be91fb91b8ff3ea9987faf76abf9a83c083f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "grafana" "8.4.4-0" --checksum 891a48a5635f3bd8b3b6821703acb74158696d694a5af6d16e6d307a498baf7c
|
||||
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
|
||||
@@ -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.4.3-debian-10-r14" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.4-debian-10-r0" \
|
||||
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"grafana": {
|
||||
"arch": "amd64",
|
||||
"digest": "77cee720cdf0bbf8183a2dea4c16be91fb91b8ff3ea9987faf76abf9a83c083f",
|
||||
"digest": "891a48a5635f3bd8b3b6821703acb74158696d694a5af6d16e6d307a498baf7c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.4.3-0"
|
||||
"version": "8.4.4-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.3`, `8.4.3-debian-10-r14`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.4.3-debian-10-r14/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.4.4`, `8.4.4-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.4.4-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user