1.5.19-debian-9-r0 release

This commit is contained in:
Bitnami Bot 2019-10-01 09:27:53 +00:00
parent a6e3bf22b2
commit 1d9ef76069
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras-base:stretch-r372
FROM bitnami/minideb-extras-base:stretch-r374
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
@ -8,12 +8,12 @@ ENV HOME="/" \
# Install required system packages and dependencies
RUN install_packages libc6 libevent-2.0-5 libsasl2-2 libsasl2-modules sasl2-bin
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.18-2" --checksum b43d6a31b68bc6a56b473156d0f83a98926cacf111aa09955f209e2b3f6b7b8b
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.19-0" --checksum e6d9e3cca837da9353371baf1ae83b77c69b074af197a610ca7268db2351a831
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.5.18-debian-9-r12" \
BITNAMI_IMAGE_VERSION="1.5.19-debian-9-r0" \
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.19-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.19-ol-7-r0/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.5.18-debian-9-r12`, `1`, `1.5.18`, `1.5.18-r12`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.18-debian-9-r12/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.5.19-debian-9-r0`, `1`, `1.5.19`, `1.5.19-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.19-debian-9-r0/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).
@ -289,6 +289,10 @@ docker-compose up memcached
# Notable Changes
## 1.5.18-debian-9-r13 and 1.5.19-ol-7-r1
- Fixes regression in Memcached Authentication introduced in release `1.5.18-debian-9-r6` and `1.5.18-ol-7-r7` (#62).
## 1.5.18-debian-9-r6 and 1.5.18-ol-7-r7
- Decrease the size of the container. The configuration logic is now based on Bash scripts in the `rootfs/ folder.