diff --git a/README.md b/README.md
index 98d6e40..e805032 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ mvnw.cmd clean package -Ddocker-maven-plugin.version=0.34-SNAPSHOT
1. Redis version
```bash
- docker run --rm abrarov/redis:6.0.9-1.0.2
+ docker run --rm abrarov/redis:6.0.9-1.0.3
```
Expected output looks like:
@@ -53,7 +53,7 @@ mvnw.cmd clean package -Ddocker-maven-plugin.version=0.34-SNAPSHOT
1. [Redis CLI](https://github.com/redis/redis#playing-with-redis)
```bash
- container_id="$(docker run -d abrarov/redis:6.0.9-1.0.2 redis-server)" && \
+ container_id="$(docker run -d abrarov/redis:6.0.9-1.0.3 redis-server)" && \
docker exec "${container_id}" redis-cli ping && \
docker rm -fv "${container_id}" > /dev/null
```
@@ -67,7 +67,7 @@ mvnw.cmd clean package -Ddocker-maven-plugin.version=0.34-SNAPSHOT
1. j2cli version
```bash
- docker run --rm abrarov/j2cli:0.3.10-1.0.2
+ docker run --rm abrarov/j2cli:0.3.10-1.0.3
```
Expected output is:
@@ -89,7 +89,7 @@ Assuming the current directory is a directory where this repository is cloned.
* Test connection to Redis
```bash
- docker run --rm --network redis_default abrarov/redis:6.0.9-1.0.2 redis-cli -h redis ping
+ docker run --rm --network redis_default abrarov/redis:6.0.9-1.0.3 redis-cli -h redis ping
```
Expected output is:
@@ -101,7 +101,7 @@ Assuming the current directory is a directory where this repository is cloned.
* Put some data into Redis
```bash
- docker run --rm --network redis_default abrarov/redis:6.0.9-1.0.2 redis-cli -h redis set foo bar
+ docker run --rm --network redis_default abrarov/redis:6.0.9-1.0.3 redis-cli -h redis set foo bar
```
Expected output is:
@@ -125,7 +125,7 @@ Assuming the current directory is a directory where this repository is cloned.
* Test persistence of stored data
```bash
- docker run --rm --network redis_default abrarov/redis:6.0.9-1.0.2 redis-cli -h redis get foo
+ docker run --rm --network redis_default abrarov/redis:6.0.9-1.0.3 redis-cli -h redis get foo
```
Expected output is:
diff --git a/docker-compose.yml b/docker-compose.yml
index 908bebb..b9af817 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,13 +12,13 @@ x-helper-dockerize: &helper-dockerize '/helper/dockerize'
services:
helper:
- image: '${IMAGE_REGISTRY:-abrarov}/redis-helper:${PROJECT_VERSION:-1.0.2}'
+ image: '${IMAGE_REGISTRY:-abrarov}/redis-helper:${PROJECT_VERSION:-1.0.3}'
read_only: true
volumes:
- *helper-dir
init:
- image: '${IMAGE_REGISTRY:-abrarov}/redis-init:${PROJECT_VERSION:-1.0.2}'
+ image: '${IMAGE_REGISTRY:-abrarov}/redis-init:${PROJECT_VERSION:-1.0.3}'
command: *helper-wrapper-script
environment:
INIT_COMMAND: '/run.sh'
@@ -27,15 +27,13 @@ services:
REDIS_LISTEN_BACKLOG: '128'
REDIS_PROTECTED_MODE: 'no'
REDIS_DATA_DIR: *redis-data-dir
- read_only: true
volumes:
- - '/tmp'
- *redis-conf-dir
volumes_from:
- 'helper:ro'
redis:
- image: '${IMAGE_REGISTRY:-abrarov}/redis:${REDIS_VERSION:-6.0.9}-${PROJECT_VERSION:-1.0.2}'
+ image: '${IMAGE_REGISTRY:-abrarov}/redis:${REDIS_VERSION:-6.0.9}-${PROJECT_VERSION:-1.0.3}'
command:
- *helper-dockerize
- '-wait'
diff --git a/helper-image/pom.xml b/helper-image/pom.xml
index d1dc93a..9c157bf 100644
--- a/helper-image/pom.xml
+++ b/helper-image/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
helper-image
@@ -41,9 +41,9 @@
wget
- https://github.com/jwilder/dockerize/releases/download/v${dockerize.version}/dockerize-linux-amd64-v${dockerize.version}.tar.gz
- true
+ https://github.com/powerman/dockerize/releases/download/v${dockerize.version}/dockerize-linux-x86_64
${project.build.directory}
+ dockerize
${dockerize.sha256}
diff --git a/j2cli-builder-image/pom.xml b/j2cli-builder-image/pom.xml
index 0824ddc..405c3f6 100644
--- a/j2cli-builder-image/pom.xml
+++ b/j2cli-builder-image/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
j2cli-builder-image
diff --git a/j2cli-dist/pom.xml b/j2cli-dist/pom.xml
index d82774a..7351923 100644
--- a/j2cli-dist/pom.xml
+++ b/j2cli-dist/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
j2cli-dist
diff --git a/j2cli-image/pom.xml b/j2cli-image/pom.xml
index 9e37283..85d6e85 100644
--- a/j2cli-image/pom.xml
+++ b/j2cli-image/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
j2cli-image
diff --git a/pom.xml b/pom.xml
index 9c4b219..87d7eeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
pom
@@ -39,8 +39,8 @@
51fcb60efbdf3e579550e9ab893730df56b33d0cc928a2a6467bd846cdfef7d8
0.2.3
e30b29b72ad5ec1f6dfc8dee0c2fcd162f47127f2251b99e47b9ae8af1d7b917
- 0.6.1
- 1fa29cd41a5854fd5423e242f3ea9737a50a8c3bcf852c9e62b9eb02c6ccd370
+ 0.12.0
+ 5c241e7ec35a205cd53250585282462636ebb894072a4b34283dc3d9b7c9be29
0.3.10
/venv
abrarov
diff --git a/redis-builder-image/pom.xml b/redis-builder-image/pom.xml
index 6b83c5a..7b5988f 100644
--- a/redis-builder-image/pom.xml
+++ b/redis-builder-image/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
redis-builder-image
diff --git a/redis-dist/pom.xml b/redis-dist/pom.xml
index a3f00a1..b4efb1d 100644
--- a/redis-dist/pom.xml
+++ b/redis-dist/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
redis-dist
diff --git a/redis-image/pom.xml b/redis-image/pom.xml
index 87b2a55..65a87c8 100644
--- a/redis-image/pom.xml
+++ b/redis-image/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
redis-image
diff --git a/redis-init-image/pom.xml b/redis-init-image/pom.xml
index 7a23ef2..94cd964 100644
--- a/redis-init-image/pom.xml
+++ b/redis-init-image/pom.xml
@@ -5,7 +5,7 @@
io.fabric8.dmp.samples
redis-builder-parent
- 1.0.2
+ 1.0.3
redis-init-image