File tree 3 files changed +242
-242
lines changed
3 files changed +242
-242
lines changed Original file line number Diff line number Diff line change 9
9
10
10
declare -r ROOT=" ${PWD} "
11
11
declare -r CONTAINER_NAME=" coherence-js-test-container"
12
- declare -r IMAGE_NAME=" oraclecoherence/coherence-ce:21.12.1 "
12
+ declare -r IMAGE_NAME=" oraclecoherence/coherence-ce:22.06 "
13
13
14
14
function coh_up() {
15
15
declare -r CONTAINER_ID=$( docker ps -a -q -f name=" ${CONTAINER_NAME} " )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ declare -r ROOT="${PWD}"
11
11
12
12
# Grabs the proto files from the Coherence project.
13
13
function grab_proto_files() {
14
- declare -r BASE_URL=" https://raw.githubusercontent.com/oracle/coherence/v21.12 /prj/coherence-grpc/src/main/proto/"
14
+ declare -r BASE_URL=" https://raw.githubusercontent.com/oracle/coherence/v22.06 /prj/coherence-grpc/src/main/proto/"
15
15
declare -r PROTO_FILES=(" messages.proto" " services.proto" )
16
16
declare -r PROTO_DIR=" ${ROOT} /etc/proto"
17
17
You can’t perform that action at this time.
0 commit comments