Releases: mabrarov/redis-builder
Releases · mabrarov/redis-builder
Docker Maven Plugin 0.35.0 & Redis 6.2.1
Minor fix of builder images
v1.0.5 Minor fix of builder images
Enhanced Docker Compose project
- Enhanced sharing of Redis configuration file through Docker volume in Docker Compose project
- Read-only rootfs for container generating Redis configuration in Docker Compose project
Fixed Docker Compose project and updated dockerize
- Migrated to powerman/dockerize which is a forward development fork of original dockerize (jwilder/dockerize).
- Fixed Docker Compose project - read-only rootfs for init container may break redis container.
Quoting and secaping of Redis configuration file arguments
- Quoting and secaping of Redis configuration file arguments
- Refactoring of Docker Compose project
Non-root default user
Non-root default user for images:
- with Redis
- with j2cli
- with Redis configuration generator
Initial release of Redis and supporting images
- Docker image with Redis 6.0.9 based on "distroless" gcr.io/distroless/cc-debian10 image
- Docker image with j2cli based on "distroless" gcr.io/distroless/python3-debian10 image
- Docker images for generation of Redis configuration file
- Docker Compose project and image for emulation of init container with Docker Compose