mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
4.0.9-r19 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:jessie-r69
|
||||
FROM bitnami/minideb-extras:jessie-r70
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -10,7 +10,7 @@ RUN bitnami-pkg unpack redis-4.0.9-1 --checksum 9660d6d127da0e49fa7fb9c1858f9b26
|
||||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="redis" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.9-r18" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.9-r19" \
|
||||
PATH="/opt/bitnami/redis/bin:$PATH" \
|
||||
REDIS_DISABLE_COMMANDS="" \
|
||||
REDIS_MASTER_HOST="" \
|
||||
|
||||
@@ -7,8 +7,6 @@ services:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
ports:
|
||||
- '6379:6379'
|
||||
volumes:
|
||||
|
||||
@@ -29,7 +29,7 @@ $ docker-compose up -d
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`4.0`, `4.0.9-r18`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.9-r18/4.0/Dockerfile)
|
||||
* [`4.0`, `4.0.9-r19`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.9-r19/4.0/Dockerfile)
|
||||
* [`4.0-ol-7`, `4.0.9-ol-7-r13` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.9-ol-7-r13/4.0/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redis GitHub repo](https://github.com/bitnami/bitnami-docker-redis).
|
||||
|
||||
Reference in New Issue
Block a user