Skip to content

Commit

Permalink
update version to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Apr 30, 2024
1 parent c2c489c commit 7453170
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions tests/docker-compose-ssl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -216,7 +216,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -262,7 +262,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -306,7 +306,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -350,7 +350,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -394,7 +394,7 @@ services:
- SYS_PTRACE

console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.6.0
entrypoint: ""
command:
- sh
Expand Down
20 changes: 10 additions & 10 deletions tests/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -216,7 +216,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -262,7 +262,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -306,7 +306,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -350,7 +350,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -394,7 +394,7 @@ services:
- SYS_PTRACE

console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3.6.0
entrypoint: ""
command:
- sh
Expand Down

0 comments on commit 7453170

Please sign in to comment.