Skip to content

Commit

Permalink
Replace v2-nightly tag with nightly for docker image
Browse files Browse the repository at this point in the history
as title
  • Loading branch information
yixinglu authored Sep 15, 2021
1 parent 6240f9c commit 4874b35
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions nebula-exchange/src/test/resources/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:v2-nightly
image: vesoft/nebula-metad:nightly
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

graphd2:
image: vesoft/nebula-graphd:v2-nightly
image: vesoft/nebula-graphd:nightly
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -335,4 +335,4 @@ networks:
ipam:
driver: default
config:
- subnet: 172.28.0.0/16
- subnet: 172.28.0.0/16

0 comments on commit 4874b35

Please sign in to comment.