1.6.2-debian-10-r1 release

This commit is contained in:
Bitnami Bot
2020-03-25 02:05:37 +00:00
parent 79dc00e41a
commit 4bb32bacfb
2 changed files with 2 additions and 3 deletions

View File

@@ -13,14 +13,13 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "memcached" "1.6.
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.11.0-3" --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN useradd -r -u 1001 -g root memcached
RUN ln -s /opt/bitnami/scripts/memcached/entrypoint.sh /entrypoint.sh
RUN ln -s /opt/bitnami/scripts/memcached/run.sh /run.sh
COPY rootfs /
RUN /opt/bitnami/scripts/memcached/postunpack.sh
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.6.2-debian-10-r0" \
BITNAMI_IMAGE_VERSION="1.6.2-debian-10-r1" \
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/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-debian-10`, `1.6.2-debian-10-r0`, `1`, `1.6.2`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.2-debian-10-r0/1/debian-10/Dockerfile)
* [`1-debian-10`, `1.6.2-debian-10-r1`, `1`, `1.6.2`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.2-debian-10-r1/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).