4.0.11-ol-7-r44 release

Add custom swap file
This commit is contained in:
Bitnami Bot 2018-09-19 12:12:12 +00:00
parent 723a32ff58
commit 6a795b7d5f
2 changed files with 3 additions and 3 deletions

View File

@ -9,13 +9,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages glibc
RUN . ./libcomponent.sh && component_unpack "redis" "4.0.11-3" --checksum 52a122a80087ac1fbfd0f681d7869aa44edc64865009ed9e79a6d84550fb15b5
RUN . ./libcomponent.sh && component_unpack "redis" "4.0.11-4" --checksum 5ef24535cabb037031c0cdf1ffde342295f5dc188ada0ed248193584584d021b
COPY rootfs /
RUN /prepare.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="redis" \
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r43" \
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r44" \
PATH="/opt/bitnami/redis/bin:$PATH" \
REDIS_DISABLE_COMMANDS="" \
REDIS_MASTER_HOST="" \

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/).
* [`4.0-ol-7`, `4.0.11-ol-7-r43` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r43/4.0/ol-7/Dockerfile)
* [`4.0-ol-7`, `4.0.11-ol-7-r44` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r44/4.0/ol-7/Dockerfile)
* [`4.0-debian-9`, `4.0.11-debian-9-r38`, `4.0`, `4.0.11`, `4.0.11-r38`, `latest` (4.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-debian-9-r38/4.0/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis GitHub repo](https://github.com/bitnami/bitnami-docker-redis).