6.5.1-ol-7-r8 release
This commit is contained in:
parent
6f1d8d8db7
commit
5721dd9e04
|
|
@ -14,7 +14,7 @@ RUN mkdir -p /opt/bitnami/grafana/data/ /opt/bitnami/grafana/logs/ && chmod g+rw
|
|||
COPY rootfs /
|
||||
RUN /grafana-plugins.sh
|
||||
ENV BITNAMI_APP_NAME="grafana" \
|
||||
BITNAMI_IMAGE_VERSION="6.5.1-ol-7-r7" \
|
||||
BITNAMI_IMAGE_VERSION="6.5.1-ol-7-r8" \
|
||||
PATH="/opt/bitnami/grafana/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -7,3 +7,8 @@ services:
|
|||
- '3000:3000'
|
||||
environment:
|
||||
- 'GF_SECURITY_ADMIN_PASSWORD=password'
|
||||
volumes:
|
||||
- grafana_data:/opt/bitnami/grafana/data
|
||||
volumes:
|
||||
grafana_data:
|
||||
driver: local
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ $ kubectl apply -f test.yaml
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`6-ol-7`, `6.5.1-ol-7-r7` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/6.5.1-ol-7-r7/6/ol-7/Dockerfile)
|
||||
* [`6-ol-7`, `6.5.1-ol-7-r8` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/6.5.1-ol-7-r8/6/ol-7/Dockerfile)
|
||||
* [`6-debian-9`, `6.5.1-debian-9-r7`, `6`, `6.5.1`, `6.5.1-r7`, `latest` (6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/6.5.1-debian-9-r7/6/debian-9/Dockerfile)
|
||||
* [`6-photon-3`, `6.0.0-photon-3-r0` (6/photon-3/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/6.0.0-photon-3-r0/6/photon-3/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue