1.5.10-ol-7-r11 release

This commit is contained in:
Bitnami Bot 2018-08-22 03:13:37 +00:00
parent 068761a30d
commit d9e4eec48a
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r75
FROM bitnami/oraclelinux-extras:7-r77
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -10,7 +10,7 @@ RUN bitnami-pkg unpack memcached-1.5.10-1 --checksum 7c3ccf2e45017eff5fce5fb3ec1
COPY rootfs /
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.5.10-ol-7-r10" \
BITNAMI_IMAGE_VERSION="1.5.10-ol-7-r11" \
MEMCACHED_CACHE_SIZE="64" \
MEMCACHED_PASSWORD="" \
MEMCACHED_USERNAME="root" \
@ -19,5 +19,5 @@ ENV BITNAMI_APP_NAME="memcached" \
EXPOSE 11211
USER 1001
ENTRYPOINT ["/app-entrypoint.sh"]
CMD ["/run.sh"]
ENTRYPOINT [ "/app-entrypoint.sh" ]
CMD [ "/run.sh" ]

View File

@ -38,7 +38,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.10-ol-7-r10` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.10-ol-7-r10/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.5.10-ol-7-r11` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.10-ol-7-r11/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.5.10-debian-9-r7`, `1`, `1.5.10`, `1.5.10-r7`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.10-debian-9-r7/1/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).