1.6.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-03-24 01:40:29 +00:00
parent 972c124eb4
commit 79dc00e41a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb:buster
FROM docker.io/bitnami/minideb:buster
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
@@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libc6 libevent-2.1-6 libsasl2-2 libsasl2-modules procps sasl2-bin sudo unzip
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.1-0" --checksum 2a912daea05dd7f506501add436f115baefb97bb3a86336785cc4d44066a093a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.2-0" --checksum 6fdf3fdbed2c4c912e03fd1cbea63861b7ea724a3e4bd8de669c84ceee2151b1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.11.0-3" --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -20,7 +20,7 @@ RUN ln -s /opt/bitnami/scripts/memcached/run.sh /run.sh
COPY rootfs /
RUN /opt/bitnami/scripts/memcached/postunpack.sh
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r8" \
BITNAMI_IMAGE_VERSION="1.6.2-debian-10-r0" \
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 11211

View File

@@ -46,7 +46,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/).
* [`1-debian-10`, `1.6.1-debian-10-r8`, `1`, `1.6.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.1-debian-10-r8/1/debian-10/Dockerfile)
* [`1-debian-10`, `1.6.2-debian-10-r0`, `1`, `1.6.2`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.2-debian-10-r0/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).