0.11.0-debian-10-r23 release
This commit is contained in:
parent
9fccb18b75
commit
970c3a3d46
|
|
@ -9,15 +9,15 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/apache-exporter-0.11.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "7504309beb63a9568ea3ae5746e7db5a28469e71eef49c07c12aae724b24db4a /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-0-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-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
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 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-r22" \
|
||||
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r23" \
|
||||
PATH="/opt/bitnami/apache-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9117
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"apache-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "7504309beb63a9568ea3ae5746e7db5a28469e71eef49c07c12aae724b24db4a",
|
||||
"digest": "b61682fa7ca568a41c7bc2842a67049b528b9d1c261f75a9b0e4d341f8c2b9b2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.11.0-0"
|
||||
"version": "0.11.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r22`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r22/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r23`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r23/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