1.5.20-debian-9-r31 release

This commit is contained in:
Bitnami Bot
2019-12-20 15:09:26 +00:00
parent d5b18a6a8d
commit 8eb8b9e8b7
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libc6 libevent-2.0-5 libsasl2-2 libsasl2-modules procps sasl2-bin unzip
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.20-0" --checksum 226a749c2bc050f657c5c8a24c491f34d24644f50de1b59f106809b52d4ddba0
RUN apt-get update && apt-get upgrade && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && \
echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && \
chmod u+x /usr/local/bin/gosu && \
@@ -19,7 +21,7 @@ RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.5.20-debian-9-r30" \
BITNAMI_IMAGE_VERSION="1.5.20-debian-9-r31" \
PATH="/opt/bitnami/memcached/bin:$PATH"
EXPOSE 11211

View File

@@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1-ol-7`, `1.5.20-ol-7-r41` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-ol-7-r41/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.5.20-debian-9-r30`, `1`, `1.5.20`, `1.5.20-r30`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-debian-9-r30/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.5.20-debian-9-r31`, `1`, `1.5.20`, `1.5.20-r31`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-debian-9-r31/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).