0.10.0-debian-11-r7 release

This commit is contained in:
Bitnami Bot 2022-07-14 20:37:56 +00:00 committed by Bitnami Containers
parent 506eaefe35
commit bcd7bf2c8c
3 changed files with 7 additions and 7 deletions

View File

@ -8,10 +8,10 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# 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/memcached-exporter-0.10.0-1-linux-amd64-debian-11.tar.gz && \
echo "bdddacc82774cc92f936151dde511679bb0e307e3ee96f99db08ff65579830bc /tmp/bitnami/pkg/cache/memcached-exporter-0.10.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/memcached-exporter-0.10.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/memcached-exporter-0.10.0-1-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/memcached-exporter-0.10.0-2-linux-amd64-debian-11.tar.gz && \
echo "08f2a7912afeaf0332587aeaf3fd3297300145142a4c299fcff41ba6dd7bbe5f /tmp/bitnami/pkg/cache/memcached-exporter-0.10.0-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/memcached-exporter-0.10.0-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/memcached-exporter-0.10.0-2-linux-amd64-debian-11.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

View File

@ -1,9 +1,9 @@
{
"memcached-exporter": {
"arch": "amd64",
"digest": "bdddacc82774cc92f936151dde511679bb0e307e3ee96f99db08ff65579830bc",
"digest": "08f2a7912afeaf0332587aeaf3fd3297300145142a4c299fcff41ba6dd7bbe5f",
"distro": "debian-11",
"type": "NAMI",
"version": "0.10.0-1"
"version": "0.10.0-2"
}
}

View File

@ -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/).
* [`0`, `0-debian-11`, `0.10.0`, `0.10.0-debian-11-r6`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached-exporter/blob/0.10.0-debian-11-r6/0/debian-11/Dockerfile)
* [`0`, `0-debian-11`, `0.10.0`, `0.10.0-debian-11-r7`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached-exporter/blob/0.10.0-debian-11-r7/0/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-memcached-exporter).