1.5.12-debian-9-r116 release

This commit is contained in:
Bitnami Bot 2019-03-21 06:56:16 +00:00
parent e8fa4faaaf
commit 643762a1f9
3 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r318
FROM bitnami/minideb-extras:stretch-r319
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -10,7 +10,7 @@ RUN bitnami-pkg unpack memcached-1.5.12-21 --checksum cbdff1da54fe6806d9bb93592e
COPY rootfs /
ENV BITNAMI_APP_NAME="memcached" \
BITNAMI_IMAGE_VERSION="1.5.12-debian-9-r115" \
BITNAMI_IMAGE_VERSION="1.5.12-debian-9-r116" \
MEMCACHED_CACHE_SIZE="64" \
MEMCACHED_PASSWORD="" \
MEMCACHED_USERNAME="root" \

View File

@ -45,9 +45,9 @@ 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-rhel-7`, `1.5.12-rhel-7-r47` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.12-rhel-7-r47/1/rhel-7/Dockerfile)
* [`1-rhel-7`, `1.5.12-rhel-7-r48` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.12-rhel-7-r48/1/rhel-7/Dockerfile)
* [`1-ol-7`, `1.5.12-ol-7-r134` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.12-ol-7-r134/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.5.12-debian-9-r115`, `1`, `1.5.12`, `1.5.12-r115`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.12-debian-9-r115/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.5.12-debian-9-r116`, `1`, `1.5.12`, `1.5.12-r116`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached/blob/1.5.12-debian-9-r116/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/memcached GitHub repo](https://github.com/bitnami/bitnami-docker-memcached).

View File

@ -2,8 +2,6 @@ version: '2'
services:
memcached:
image: 'bitnami/memcached:latest'
labels:
kompose.service.type: nodeport
image: 'bitnami/memcached:1'
ports:
- '11211:11211'