1.5.22-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2020-02-02 07:22:07 +00:00
parent 3dafd886da
commit e90ac21c85
2 changed files with 4 additions and 4 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.21-0" --checksum 84cda9bd5a02af33ab9c12f7af6b0170958c44bcbd9f964169c70c62d9aaa091
RUN . ./libcomponent.sh && component_unpack "memcached" "1.5.22-0" --checksum 6d3c8082dbe9bcf757c405bde75a5e6ee51570cc602470f66df660c4688692d4
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.21-ol-7-r8" \
BITNAMI_IMAGE_VERSION="1.5.22-ol-7-r0" \
PATH="/opt/bitnami/memcached/bin:$PATH"
EXPOSE 11211

View File

@@ -46,8 +46,8 @@ 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.21-ol-7-r8` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.21-ol-7-r8/1/ol-7/Dockerfile)
* [`1-debian-10`, `1.5.21-debian-10-r8`, `1`, `1.5.21`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.21-debian-10-r8/1/debian-10/Dockerfile)
* [`1-ol-7`, `1.5.22-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.22-ol-7-r0/1/ol-7/Dockerfile)
* [`1-debian-10`, `1.5.22-debian-10-r0`, `1`, `1.5.22`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.22-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).