mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
8.3.3-debian-10-r22 release
This commit is contained in:
@@ -16,7 +16,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.3-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="8.3.3-debian-10-r22" \
|
||||
PATH="/opt/bitnami/grafana/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -58,7 +58,7 @@ component_unpack() {
|
||||
fi
|
||||
if [ -n "$package_sha256" ]; then
|
||||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check -
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
rm "${base_name}.tar.gz"
|
||||
|
||||
@@ -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.3`, `8.3.3-debian-10-r21`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.3.3-debian-10-r21/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.3.3`, `8.3.3-debian-10-r22`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/8.3.3-debian-10-r22/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