1.6.0-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2020-03-13 16:47:03 +00:00
parent 77f42de832
commit ea55101f44
3 changed files with 9 additions and 8 deletions

View File

@@ -18,8 +18,8 @@ RUN useradd -r -u 1001 -g root memcached
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.6.0-debian-10-r5" \
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/gosu/bin:$PATH"
BITNAMI_IMAGE_VERSION="1.6.0-debian-10-r6" \
PATH="/opt/bitnami/memcached/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 11211

View File

@@ -60,11 +60,12 @@ ensure_user_exists() {
local group="${2:-}"
if ! user_exists "$user"; then
useradd "$user" >/dev/null 2>&1
if [[ -n "$group" ]]; then
ensure_group_exists "$group"
usermod -a -G "$group" "$user" >/dev/null 2>&1
fi
useradd "$user" >/dev/null 2>&1
fi
if [[ -n "$group" ]]; then
ensure_group_exists "$group"
usermod -a -G "$group" "$user" >/dev/null 2>&1
fi
}

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.0-debian-10-r5`, `1`, `1.6.0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.0-debian-10-r5/1/debian-10/Dockerfile)
* [`1-debian-10`, `1.6.0-debian-10-r6`, `1`, `1.6.0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.6.0-debian-10-r6/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).