1.26.0-debian-10-r0 release
This commit is contained in:
parent
f0b5f593c4
commit
8a1dd3a7ab
|
|
@ -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.25.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "4558412345ed41ff6f2f6470e2e2285aca6bb785622d88ee183e9f0d057f98de /tmp/bitnami/pkg/cache/redis-exporter-1.25.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/redis-exporter-1.25.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.25.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.26.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b533472638c4771f6f0f12aa36e1bfe5a2d96ba2b67bd2b7da52dee0d0e87903 /tmp/bitnami/pkg/cache/redis-exporter-1.26.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/redis-exporter-1.26.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.26.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="redis-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="1.25.0-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="1.26.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/redis-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9121
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"redis-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "4558412345ed41ff6f2f6470e2e2285aca6bb785622d88ee183e9f0d057f98de",
|
||||
"digest": "b533472638c4771f6f0f12aa36e1bfe5a2d96ba2b67bd2b7da52dee0d0e87903",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.25.0-0"
|
||||
"version": "1.26.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.25.0`, `1.25.0-debian-10-r13`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.25.0-debian-10-r13/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.26.0`, `1.26.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.26.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