Skip to content

Commit

Permalink
removed references to priv-gnmic
Browse files Browse the repository at this point in the history
  • Loading branch information
hyposcaler-bot committed Nov 7, 2024
1 parent fdf6057 commit c6a0047
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ topology:

gnmic-collector:
kind: linux
# image: ghcr.io/openconfig/gnmic:latest
image: priv-gnmic
image: ghcr.io/openconfig/gnmic:latest
binds:
- ./gnmic-collector.yaml:/app/gnmic.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ topology:

gnmic-collector1:
kind: linux
# image: ghcr.io/openconfig/gnmic:latest
image: priv-gnmic
image: ghcr.io/openconfig/gnmic:latest
binds:
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -38,8 +37,7 @@ topology:

gnmic-collector2:
kind: linux
# image: ghcr.io/openconfig/gnmic:latest
image: priv-gnmic
image: ghcr.io/openconfig/gnmic:latest
binds:
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -53,8 +51,7 @@ topology:

gnmic-collector3:
kind: linux
# image: ghcr.io/openconfig/gnmic:latest
image: priv-gnmic
image: ghcr.io/openconfig/gnmic:latest
binds:
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -69,7 +66,6 @@ topology:
gnmic-relay:
kind: linux
image: ghcr.io/openconfig/gnmic:latest
# image: priv-gnmic
binds:
- ./gnmic-relay.yaml:/app/gnmic-config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ topology:

gnmic-collector1:
kind: linux
# image: ghcr.io/openconfig/gnmic:latest
image: priv-gnmic
image: ghcr.io/openconfig/gnmic:latest
binds:
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -38,8 +37,7 @@ topology:

gnmic-collector2:
kind: linux
# image: ghcr.io/openconfig/gnmic:latest
image: priv-gnmic
image: ghcr.io/openconfig/gnmic:latest
binds:
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -53,8 +51,7 @@ topology:

gnmic-collector3:
kind: linux
# image: ghcr.io/openconfig/gnmic:latest
image: priv-gnmic
image: ghcr.io/openconfig/gnmic:latest
binds:
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit c6a0047

Please sign in to comment.