0.12.0-ol-7-r0 release

Rename module name from blackbox_exporter to blackbox-exporter
This commit is contained in:
Bitnami Bot
2018-06-20 16:06:37 +00:00
parent 26ebbc5920
commit aab1a00bde
4 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
FROM bitnami/oraclelinux-extras:7-r12 as buildenv
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-1-linux-x86_64-ol-7.tar.gz && \
echo "60441332fb324e9f69caa7218608fe82998fbcb5ec83381036098fc7bb550650 /tmp/bitnami/pkg/cache/blackbox-exporter-0.12.0-1-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.12.0-1-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.12.0-1-linux-x86_64-ol-7.tar.gz
##################
FROM bitnami/oraclelinux-extras:7-r12
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/blackbox-exporter /opt/bitnami/blackbox-exporter
ENV BITNAMI_APP_NAME="blackbox-exporter" \
BITNAMI_IMAGE_VERSION="0.12.0-ol-7-r0" \
PATH="/opt/bitnami/blackbox-exporter/bin:$PATH"
EXPOSE 9115
WORKDIR /opt/bitnami/blackbox-exporter
USER 1001
ENTRYPOINT ["/opt/bitnami/blackbox-exporter/bin/blackbox_exporter"]

View File

@@ -0,0 +1,5 @@
version: '2'
services:
blackbox-exporter:
image: bitnami/blackbox-exporter:0-ol-7

View File

@@ -23,6 +23,7 @@ $ docker run --name blackbox-exporter bitnami/blackbox-exporter:latest
# Supported tags and respective `Dockerfile` links
* [`0`, `0.12.0-r53`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.12.0-r53/0/Dockerfile)
* [`0-ol-7`, `0.12.0-ol-7-r0` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.12.0-ol-7-r0/0/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/blackbox-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-blackbox-exporter).

View File

@@ -7,7 +7,7 @@ jobs:
environment:
RELEASE_SERIES_LIST: "0"
LATEST_STABLE: "0"
DISTRIBUTIONS_LIST: "debian-8"
DISTRIBUTIONS_LIST: "debian-8,ol-7"
IMAGE_NAME: blackbox-exporter
DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami