5.1.4-ol-7-r7 release
This commit is contained in:
parent
a548b21551
commit
20fbeeaa4a
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r18 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r19 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/grafana-5.1.4-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-r18
|
||||
FROM bitnami/oraclelinux-extras:7-r19
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/grafana /opt/bitnami/grafana
|
||||
ENV BITNAMI_APP_NAME="grafana" \
|
||||
BITNAMI_IMAGE_VERSION="5.1.4-ol-7-r6" \
|
||||
BITNAMI_IMAGE_VERSION="5.1.4-ol-7-r7" \
|
||||
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.1.4-r8`, `latest` (5/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/5.1.4-r8/5/Dockerfile)
|
||||
* [`5-ol-7`, `5.1.4-ol-7-r6` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/5.1.4-ol-7-r6/5/ol-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.1.4-ol-7-r7` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana/blob/5.1.4-ol-7-r7/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