5.2.1-ol-7-r5 release
This commit is contained in:
parent
ba0dedf89c
commit
7ffe7751c7
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r24 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r25 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/grafana-5.2.1-0-linux-x64-debian-8.tar.gz && \
|
||||
|
|
@ -9,12 +9,12 @@ RUN mkdir -p /opt/bitnami/grafana/data/ /opt/bitnami/grafana/logs/ && chmod g+rw
|
|||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r24
|
||||
FROM bitnami/oraclelinux-extras:7-r25
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/grafana /opt/bitnami/grafana
|
||||
ENV BITNAMI_APP_NAME="grafana" \
|
||||
BITNAMI_IMAGE_VERSION="5.2.1-ol-7-r4" \
|
||||
BITNAMI_IMAGE_VERSION="5.2.1-ol-7-r5" \
|
||||
PATH="/opt/bitnami/grafana/bin:$PATH"
|
||||
|
||||
RUN install_packages fontconfig ca-certificates
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ $ docker run --name grafana bitnami/grafana:latest
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`5`, `5.2.1-r4`, `latest` (5/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/5.2.1-r4/5/Dockerfile)
|
||||
* [`5-ol-7`, `5.2.1-ol-7-r4` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/5.2.1-ol-7-r4/5/ol-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.2.1-ol-7-r5` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/5.2.1-ol-7-r5/5/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/grafana GitHub repo](https://github.com/bitnami/bitnami-docker-grafana).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue