0.11.0-debian-10-r26 release
This commit is contained in:
parent
17f060853a
commit
02939887f8
|
|
@ -13,11 +13,13 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "b61682fa7ca568a41c7bc2842a67049b528b9d1c261f75a9b0e4d341f8c2b9b2 /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN ln -sf /opt/bitnami/apache-exporter/bin/apache_exporter /bin/apache_exporter
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="apache-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r25" \
|
||||
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r26" \
|
||||
PATH="/opt/bitnami/apache-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9117
|
||||
|
|
|
|||
|
|
@ -33,7 +33,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.11.0`, `0.11.0-debian-10-r25`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r25/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r26`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r26/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue