mirror of
https://github.com/bitnami/containers.git
synced 2026-03-22 07:48:13 +08:00
0.12.0-r24 release
This commit is contained in:
@@ -2,6 +2,7 @@ FROM bitnami/minideb:jessie as buildenv
|
|||||||
|
|
||||||
RUN install_packages ca-certificates wget
|
RUN install_packages ca-certificates wget
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox_exporter-0.12.0-0-linux-x64-debian-8.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox_exporter-0.12.0-0-linux-x64-debian-8.tar.gz && \
|
||||||
|
echo "0b253d443d8d5ec09111dbb42fe7b0077b7f7066157ad16c7d68abbb5c7e7ef6 /tmp/bitnami/pkg/cache/blackbox_exporter-0.12.0-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/blackbox_exporter-0.12.0-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/blackbox_exporter-0.12.0-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/blackbox_exporter-0.12.0-0-linux-x64-debian-8.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/blackbox_exporter-0.12.0-0-linux-x64-debian-8.tar.gz
|
||||||
|
|
||||||
@@ -12,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||||||
|
|
||||||
COPY --from=buildenv /opt/bitnami/blackbox_exporter /opt/bitnami/blackbox_exporter
|
COPY --from=buildenv /opt/bitnami/blackbox_exporter /opt/bitnami/blackbox_exporter
|
||||||
ENV BITNAMI_APP_NAME="blackbox_exporter" \
|
ENV BITNAMI_APP_NAME="blackbox_exporter" \
|
||||||
BITNAMI_IMAGE_VERSION="0.12.0-r23" \
|
BITNAMI_IMAGE_VERSION="0.12.0-r24" \
|
||||||
PATH="/opt/bitnami/blackbox_exporter/bin:$PATH"
|
PATH="/opt/bitnami/blackbox_exporter/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 9115
|
EXPOSE 9115
|
||||||
|
|||||||
Reference in New Issue
Block a user