0.2.0-debian-10-r406 release
This commit is contained in:
parent
9b86c86b95
commit
9ff4f4d69b
|
|
@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="fluentd-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r405" \
|
||||
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r406" \
|
||||
PATH="/opt/bitnami/fluentd-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9309
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
fluentd-exporter:
|
||||
image: docker.io/bitnami/fluentd-exporter:0-debian-10
|
||||
image: docker.io/bitnami/fluentd-exporter:0
|
||||
volumes:
|
||||
- fluentd_exporter_data:/bitnami
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -32,7 +32,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/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.2.0`, `0.2.0-debian-10-r405`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r405/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.2.0`, `0.2.0-debian-10-r406`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r406/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd-exporter).
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
fluentd-exporter:
|
||||
image: docker.io/bitnami/fluentd-exporter:0-debian-10
|
||||
image: docker.io/bitnami/fluentd-exporter:0
|
||||
volumes:
|
||||
- fluentd_exporter_data:/bitnami
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue