0.7.1-debian-10-r506 release
This commit is contained in:
parent
8c1a8543a1
commit
12c5685903
|
|
@ -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/consul-exporter-0.7.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "02a1e8961b2adbc994264b79683b930592299e5b673e97ce4c9d1731286e1d84 /tmp/bitnami/pkg/cache/consul-exporter-0.7.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/consul-exporter-0.7.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/consul-exporter-0.7.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/consul-exporter-0.7.1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1e26b1c7b5bdf842172bdbe1a566a0918e884934e5d7238c4030cf63a0a4c416 /tmp/bitnami/pkg/cache/consul-exporter-0.7.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/consul-exporter-0.7.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/consul-exporter-0.7.1-2-linux-amd64-debian-10.tar.gz
|
||||
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.7.1-debian-10-r505" \
|
||||
BITNAMI_IMAGE_VERSION="0.7.1-debian-10-r506" \
|
||||
PATH="/opt/bitnami/consul-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9107
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"consul-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "02a1e8961b2adbc994264b79683b930592299e5b673e97ce4c9d1731286e1d84",
|
||||
"digest": "1e26b1c7b5bdf842172bdbe1a566a0918e884934e5d7238c4030cf63a0a4c416",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.7.1-1"
|
||||
"version": "0.7.1-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.7.1`, `0.7.1-debian-10-r505`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.7.1-debian-10-r505/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.7.1`, `0.7.1-debian-10-r506`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.7.1-debian-10-r506/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/consul-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-consul-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue