1.17.0-debian-10-r0 release
This commit is contained in:
parent
41878de733
commit
c1ea65902e
|
|
@ -9,14 +9,14 @@ 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/redis-exporter-1.16.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "eb57f2fcec168db00435c73ecec91026e18cffd77b718cbf74dffa3fcb7e116b /tmp/bitnami/pkg/cache/redis-exporter-1.16.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/redis-exporter-1.16.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/redis-exporter-1.16.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/redis-exporter-1.17.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "db2e4d41c309d6c0f67e746a682cb5354d2a8a2dfe2fa73b7010d68fb083aa64 /tmp/bitnami/pkg/cache/redis-exporter-1.17.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/redis-exporter-1.17.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/redis-exporter-1.17.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="redis-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.0-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="1.17.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/redis-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9121
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"redis-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "eb57f2fcec168db00435c73ecec91026e18cffd77b718cbf74dffa3fcb7e116b",
|
||||
"digest": "db2e4d41c309d6c0f67e746a682cb5354d2a8a2dfe2fa73b7010d68fb083aa64",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.16.0-0"
|
||||
"version": "1.17.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,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.16.0`, `1.16.0-debian-10-r13`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.16.0-debian-10-r13/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.17.0`, `1.17.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.17.0-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redis-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-redis-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue