Skip to content

Commit

Permalink
Update Nethermind executable name (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored Oct 5, 2023
1 parent be2e83e commit bd9b3dc
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=gnosis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=goerli
Expand Down
2 changes: 1 addition & 1 deletion controls/roles/update-changes/molecule/20-rc10/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=gnosis
Expand Down
2 changes: 1 addition & 1 deletion controls/roles/update-changes/molecule/20-rc12/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=gnosis
Expand Down
2 changes: 1 addition & 1 deletion controls/roles/update-changes/molecule/20-rc13/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
ports:
- 0.0.0.0:30303:30303/tcp
- 0.0.0.0:30303:30303/udp
entrypoint: ["./Nethermind.Runner"]
entrypoint: ["./nethermind"]
env: {}
command:
- --config=gnosis
Expand Down
2 changes: 1 addition & 1 deletion controls/roles/update-changes/molecule/20-rc18/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
- --HealthChecks.Enabled=true
- --Pruning.Mode=Hybrid
entrypoint:
- ./Nethermind.Runner
- ./nethermind
env: {}
image: nethermind/nethermind:1.18.0
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class NethermindService extends NodeService {
"--HealthChecks.Enabled=true",
"--Pruning.Mode=Hybrid",
], // command
["./Nethermind.Runner"], // entrypoint
["./nethermind"], // entrypoint
null, // env
ports, // ports
volumes, // volumes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test("buildByUserInput", () => {
expect(nethermindService.image).toContain("nethermind/nethermind");
expect(nethermindService.command).toContain("--config=goerli");
expect(nethermindService.command).toContain("--datadir=/opt/app/data");
expect(nethermindService.entrypoint).toContain("./Nethermind.Runner");
expect(nethermindService.entrypoint).toContain("./nethermind");
expect(nethermindService.ports).toHaveLength(1);
expect(nethermindService.ports).toContain("0.0.0.0:4040:4040/tcp");
expect(nethermindService.volumes).toContain(
Expand Down

0 comments on commit bd9b3dc

Please sign in to comment.