mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
0.10.1-debian-10-r0 release
This commit is contained in:
@@ -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.10.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b39f892fd9a8c721fd7fceaba9fc82e6f1a992b799c6aed5a5c5523716d5e439 /tmp/bitnami/pkg/cache/apache-exporter-0.10.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.10.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.10.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.10.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3a0999d13a321efca715a8c51ab37741f619370be41789d40f5438f5c116c791 /tmp/bitnami/pkg/cache/apache-exporter-0.10.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.10.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.10.1-0-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.10.0-debian-10-r52" \
|
||||
BITNAMI_IMAGE_VERSION="0.10.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/apache-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9117
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"apache-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "b39f892fd9a8c721fd7fceaba9fc82e6f1a992b799c6aed5a5c5523716d5e439",
|
||||
"digest": "3a0999d13a321efca715a8c51ab37741f619370be41789d40f5438f5c116c791",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.10.0-0"
|
||||
"version": "0.10.1-0"
|
||||
}
|
||||
}
|
||||
@@ -29,7 +29,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.10.0`, `0.10.0-debian-10-r52`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.10.0-debian-10-r52/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.10.1`, `0.10.1-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.10.1-debian-10-r0/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user