1.5.20-ol-7-r73 release

This commit is contained in:
Bitnami Bot 2020-01-21 10:13:50 +00:00
parent 0465ea8832
commit d8cd333c24
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl cyrus-sasl-lib glibc gzip hostname keyutils-libs krb5-libs libaio-devel libcom_err libevent libselinux nss-softokn-freebl pcre procps-ng sudo tar which
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.20-0" --checksum ed347aee3787ffbc1d378e7dcff93b084e989c9d859a12ee71017b146223510c
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.20-1" --checksum 3b5b998ff4eebd8865088aa3a8b2e5265f0fdda0ceceb920af575d1ed570f538
RUN yum upgrade -y && \
rm -r /var/cache/yum
RUN /build/install-gosu.sh
@ -17,7 +17,7 @@ RUN /build/install-gosu.sh
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.5.20-ol-7-r72" \
BITNAMI_IMAGE_VERSION="1.5.20-ol-7-r73" \
PATH="/opt/bitnami/memcached/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-ol-7`, `1.5.20-ol-7-r72` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-ol-7-r72/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.5.20-ol-7-r73` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-ol-7-r73/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.5.20-debian-9-r55`, `1`, `1.5.20`, `1.5.20-r55`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.20-debian-9-r55/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).