Skip to content

Commit

Permalink
Replace image tag with v3 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee authored Feb 15, 2022
1 parent 37ba36b commit 9c4e0eb
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
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
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
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
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
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
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
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -305,7 +305,7 @@ services:
- SYS_PTRACE

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

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

console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3
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
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
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
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
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
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
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
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -305,7 +305,7 @@ services:
- SYS_PTRACE

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

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

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

0 comments on commit 9c4e0eb

Please sign in to comment.