0.8.0-debian-10-r17 release

This commit is contained in:
Bitnami Bot
2022-03-02 00:46:50 +00:00
parent 25fa446143
commit 6979f11d27
3 changed files with 8 additions and 8 deletions

View File

@@ -9,17 +9,17 @@ 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/consul-exporter-0.8.0-3-linux-amd64-debian-10.tar.gz && \
echo "edbd0222e65388df76d80e6a16f71b73874ac1a528eade4c34b64674a7107068 /tmp/bitnami/pkg/cache/consul-exporter-0.8.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/consul-exporter-0.8.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/consul-exporter-0.8.0-3-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/consul-exporter-0.8.0-4-linux-amd64-debian-10.tar.gz && \
echo "2e22d1cc2ce8eb9500e7ffbe2aab3c6e393b589f8b8fa08b46cc57d19c11875c /tmp/bitnami/pkg/cache/consul-exporter-0.8.0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/consul-exporter-0.8.0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/consul-exporter-0.8.0-4-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 chmod g+rwX /opt/bitnami
RUN ln -sf /opt/bitnami/consul-exporter/bin/consul_exporter /bin/consul_exporter
ENV BITNAMI_APP_NAME="consul-exporter" \
BITNAMI_IMAGE_VERSION="0.8.0-debian-10-r16" \
BITNAMI_IMAGE_VERSION="0.8.0-debian-10-r17" \
PATH="/opt/bitnami/consul-exporter/bin:$PATH"
EXPOSE 9107

View File

@@ -1,9 +1,9 @@
{
"consul-exporter": {
"arch": "amd64",
"digest": "edbd0222e65388df76d80e6a16f71b73874ac1a528eade4c34b64674a7107068",
"digest": "2e22d1cc2ce8eb9500e7ffbe2aab3c6e393b589f8b8fa08b46cc57d19c11875c",
"distro": "debian-10",
"type": "NAMI",
"version": "0.8.0-3"
"version": "0.8.0-4"
}
}

View File

@@ -34,7 +34,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.8.0`, `0.8.0-debian-10-r16`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.8.0-debian-10-r16/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.8.0`, `0.8.0-debian-10-r17`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.8.0-debian-10-r17/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/consul-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-consul-exporter).