File tree Expand file tree Collapse file tree
docs/camellia-redis-proxy/deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616
1717 camellia_proxy_rw :
1818 container_name : camellia_proxy_rw
19- image : 48n6e/camellia-redis-proxy:1.3.5 -jdk-21-0.0.1
19+ image : 48n6e/camellia-redis-proxy:1.3.6 -jdk-21-0.0.1
2020 volumes :
2121 - " ./application.yml:/opt/camellia-redis-proxy/BOOT-INF/classes/application.yml"
2222 - " ./resource-table.json:/opt/camellia-redis-proxy/BOOT-INF/classes/resource-table.json"
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33Verison=" 0.0.1"
4- CamelliaVersion=" 1.3.5 "
4+ CamelliaVersion=" 1.3.6 "
55JDK=" 21"
66if [ ' X' $JDK == ' X8' ]; then
77 docker build -f Dockerfile-jdk8 --build-arg CamelliaVersion=$CamelliaVersion -t " 48n6e/camellia-redis-proxy:$CamelliaVersion -jdk-$JDK -$Verison " .
Original file line number Diff line number Diff line change 1717 enableServiceLinks : false
1818 containers :
1919 - name : container-camellia
20- image : 48n6e/camellia-redis-proxy:1.3.5 -jdk-21-0.0.1
20+ image : 48n6e/camellia-redis-proxy:1.3.6 -jdk-21-0.0.1
2121 command :
2222 - java
2323 - " -XX:+UseG1GC"
Original file line number Diff line number Diff line change 1818 enableServiceLinks : false
1919 containers :
2020 - name : container-camellia
21- image : 48n6e/camellia-redis-proxy:1.3.5 -jdk-21-0.0.1
21+ image : 48n6e/camellia-redis-proxy:1.3.6 -jdk-21-0.0.1
2222 command :
2323 - java
2424 - " -XX:+UseG1GC"
You can’t perform that action at this time.
0 commit comments