Skip to content

Commit

Permalink
Merge pull request #371 from 48N6E/master
Browse files Browse the repository at this point in the history
update docs image version
  • Loading branch information
caojiajun authored Jan 9, 2025
2 parents a782167 + 539053b commit 8917f9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:

camellia_proxy_rw:
container_name: camellia_proxy_rw
image: 48n6e/camellia-redis-proxy:1.3.0-jdk-21-0.0.1
image: 48n6e/camellia-redis-proxy:1.3.1-jdk-21-0.0.1
volumes:
- "./application.yml:/opt/camellia-redis-proxy/BOOT-INF/classes/application.yml"
- "./resource-table.json:/opt/camellia-redis-proxy/BOOT-INF/classes/resource-table.json"
Expand Down
2 changes: 1 addition & 1 deletion docs/camellia-redis-proxy/deploy/docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

Verison="0.0.1"
CamelliaVersion="1.3.0"
CamelliaVersion="1.3.1"
JDK="21"
if [ 'X'$JDK == 'X8' ];then
docker build -f Dockerfile-jdk8 --build-arg CamelliaVersion=$CamelliaVersion -t "48n6e/camellia-redis-proxy:$CamelliaVersion-jdk-$JDK-$Verison" .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
enableServiceLinks: false
containers:
- name: container-camellia
image: 48n6e/camellia-redis-proxy:1.3.0-jdk-21-0.0.1
image: 48n6e/camellia-redis-proxy:1.3.1-jdk-21-0.0.1
command:
- java
- "-XX:+UseG1GC"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
enableServiceLinks: false
containers:
- name: container-camellia
image: 48n6e/camellia-redis-proxy:1.3.0-jdk-21-0.0.1
image: 48n6e/camellia-redis-proxy:1.3.1-jdk-21-0.0.1
command:
- java
- "-XX:+UseG1GC"
Expand Down

0 comments on commit 8917f9f

Please sign in to comment.