1.3.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-04-20 11:36:31 +00:00
parent a0060048a7
commit 85bcb5f69c
3 changed files with 9 additions and 9 deletions

View File

@@ -8,15 +8,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/kafka-exporter-1.2.0-2-linux-amd64-debian-10.tar.gz && \
echo "b242e3d6f5b70a613d2acce184772f4d55519a6a71547b43f420c175369256bc /tmp/bitnami/pkg/cache/kafka-exporter-1.2.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kafka-exporter-1.2.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kafka-exporter-1.2.0-2-linux-amd64-debian-10.tar.gz
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kafka-exporter-1.3.0-0-linux-amd64-debian-10.tar.gz && \
echo "056180281ad5f26372d6c0ec0f032fa98ea1192c39cf77a55b32c3d99cc025f3 /tmp/bitnami/pkg/cache/kafka-exporter-1.3.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kafka-exporter-1.3.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kafka-exporter-1.3.0-0-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="kafka-exporter" \
BITNAMI_IMAGE_VERSION="1.2.0-debian-10-r426" \
BITNAMI_IMAGE_VERSION="1.3.0-debian-10-r0" \
PATH="/opt/bitnami/kafka-exporter/bin:$PATH"
EXPOSE 9308

View File

@@ -1,9 +1,9 @@
{
"kafka-exporter": {
"arch": "amd64",
"digest": "b242e3d6f5b70a613d2acce184772f4d55519a6a71547b43f420c175369256bc",
"digest": "056180281ad5f26372d6c0ec0f032fa98ea1192c39cf77a55b32c3d99cc025f3",
"distro": "debian-10",
"type": "NAMI",
"version": "1.2.0-2"
"version": "1.3.0-0"
}
}

View File

@@ -30,7 +30,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/).
* [`1`, `1-debian-10`, `1.2.0`, `1.2.0-debian-10-r426`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka-exporter/blob/1.2.0-debian-10-r426/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.3.0`, `1.3.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka-exporter/blob/1.3.0-debian-10-r0/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/kafka-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-kafka-exporter).