Skip to content

Commit

Permalink
fix docker image references for sig
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiSubira committed May 14, 2024
1 parent 9341ef3 commit 913c83f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions acceptance/sig_short_exp_time/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
bridge1:
ipv4_address: 242.254.100.2
volumes:
- vol_scion_disp_sig1-ff00_0_110:/run/shm/dispatcher:rw
- ./testdata/1-ff00_0_110/dispatcher:/etc/scion/
command: [ "--config", "/etc/scion/disp.toml" ]
dispatcher2:
Expand All @@ -56,7 +55,6 @@ services:
bridge2:
ipv4_address: 242.254.200.2
volumes:
- vol_scion_disp_sig1-ff00_0_111:/run/shm/dispatcher:rw
- ./testdata/1-ff00_0_111/dispatcher:/etc/scion/
command: [ "--config", "/etc/scion/disp.toml" ]
sig1:
Expand Down
3 changes: 1 addition & 2 deletions tools/topology/sig.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ def generate(self):
def _dispatcher_conf(self, topo_id, base):
# Create dispatcher config
entry = {
'image':
'dispatcher',
'image': docker_image(self.args, 'dispatcher'),
'user':
self.user,
'networks': {},
Expand Down

0 comments on commit 913c83f

Please sign in to comment.