mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
0.8.0-debian-10-r17 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user