0.6.0-debian-10-r44 release

This commit is contained in:
Bitnami Bot
2020-03-12 14:22:28 +00:00
parent 4b1e3b3cd4
commit 9d608d71e8
2 changed files with 6 additions and 6 deletions

View File

@@ -3,15 +3,15 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates curl procps sudo unzip wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/memcached-exporter-0.6.0-0-linux-amd64-debian-10.tar.gz && \
echo "3ad9159caed91269681589e12f969ab60cf43d30fbc5bdbe2eb113a630301084 /tmp/bitnami/pkg/cache/memcached-exporter-0.6.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/memcached-exporter-0.6.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/memcached-exporter-0.6.0-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/memcached-exporter-0.6.0-1-linux-amd64-debian-10.tar.gz && \
echo "facc87d503af3c10613897181143bd77fa996a76c3400b0208c0a1523e35bd17 /tmp/bitnami/pkg/cache/memcached-exporter-0.6.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/memcached-exporter-0.6.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/memcached-exporter-0.6.0-1-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
ENV BITNAMI_APP_NAME="memcached-exporter" \
BITNAMI_IMAGE_VERSION="0.6.0-debian-10-r43" \
BITNAMI_IMAGE_VERSION="0.6.0-debian-10-r44" \
PATH="/opt/bitnami/memcached-exporter/bin:$PATH"
EXPOSE 9150

View File

@@ -44,7 +44,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/containers/how-to/understand-rolling-tags-containers/).
* [`0-debian-10`, `0.6.0-debian-10-r43`, `0`, `0.6.0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached-exporter/blob/0.6.0-debian-10-r43/0/debian-10/Dockerfile)
* [`0-debian-10`, `0.6.0-debian-10-r44`, `0`, `0.6.0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached-exporter/blob/0.6.0-debian-10-r44/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-memcached-exporter).