2.0.0-debian-10-r1 release
This commit is contained in:
parent
5da148ff9b
commit
c313ab8302
|
|
@ -19,7 +19,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
|
|||
install_packages google-chrome-unstable
|
||||
|
||||
ENV BITNAMI_APP_NAME="grafana-image-renderer" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.0-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.0-debian-10-r1" \
|
||||
HOME="/" \
|
||||
HTTP_HOST="0.0.0.0" \
|
||||
HTTP_PORT="8080" \
|
||||
|
|
|
|||
|
|
@ -36,7 +36,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/).
|
||||
|
||||
|
||||
* [`2-debian-10`, `2.0.0-debian-10-r0`, `2`, `2.0.0` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana-image-renderer/blob/2.0.0-debian-10-r0/2/debian-10/Dockerfile)
|
||||
* [`2-debian-10`, `2.0.0-debian-10-r1`, `2`, `2.0.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-grafana-image-renderer/blob/2.0.0-debian-10-r1/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/grafana-image-renderer GitHub repo](https://github.com/bitnami/bitnami-docker-grafana-image-renderer).
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ $ docker pull bitnami/grafana-image-renderer:[TAG]
|
|||
If you wish, you can also build the image yourself.
|
||||
|
||||
```console
|
||||
|
||||
$ docker build -t bitnami/grafana-image-renderer:latest 'https://github.com/bitnami/bitnami-docker-grafana-image-renderer.git#master:2/debian-10'
|
||||
```
|
||||
|
||||
## Connecting to other containers
|
||||
|
|
|
|||
Loading…
Reference in New Issue