File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 matrix :
3434 docker-img :
3535 - docker.io/arangodb:3.5.5
36- - docker.io/arangodb:3.6.4
37- - docker.io/arangodb/arangodb-preview :3.7.1-rc .1
36+ - docker.io/arangodb:3.6.5
37+ - docker.io/arangodb:3.7.1
3838 - docker.io/arangodb/enterprise:3.5.5
39- - docker.io/arangodb/enterprise:3.6.4
40- - docker.io/arangodb/enterprise-preview :3.7.1-rc .1
39+ - docker.io/arangodb/enterprise:3.6.5
40+ - docker.io/arangodb/enterprise:3.7.1
4141 topology :
4242 - single
4343 - cluster
Original file line number Diff line number Diff line change 55# ./start_db_cluster.sh <dockerImage>
66
77# EXAMPLE:
8- # ./start_db_cluster.sh docker.io/arangodb/arangodb:3.6 .1
8+ # ./start_db_cluster.sh docker.io/arangodb/arangodb:3.7 .1
99
1010docker pull " $1 "
1111
Original file line number Diff line number Diff line change 55# ./start_db_single.sh <dockerImage>
66
77# EXAMPLE:
8- # ./start_db_single.sh docker.io/arangodb/arangodb:3.6 .1
8+ # ./start_db_single.sh docker.io/arangodb/arangodb:3.7 .1
99
1010docker pull " $1 "
1111
Original file line number Diff line number Diff line change 55# ./start_db_single_ssl.sh <dockerImage>
66
77# EXAMPLE:
8- # ./start_db_single_ssl.sh docker.io/arangodb/arangodb:3.6 .1
8+ # ./start_db_single_ssl.sh docker.io/arangodb/arangodb:3.7 .1
99
1010docker pull " $1 "
1111
You can’t perform that action at this time.
0 commit comments