Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-infra/compose/docker-compose.template
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
curl:
container_name: curl
# Can be used to curl services; e.g. docker compose exec curl curl http://prometheus:9090/api/v1/rules\?type\=alert
image: curlimages/curl:latest
image: curlimages/curl:8.21.0
command: sleep 1d
networks: [compose]

Expand Down
2 changes: 1 addition & 1 deletion test-infra/compose/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func getVC(typ VCType, nodeIdx int, numVals int, insecure, builderAPI bool) (Tmp
},
VCTeku: {
Label: string(VCTeku),
Image: "consensys/teku:latest",
Image: "consensys/teku:26.8.0",
Command: `|
validator-client
--network=auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ services:
curl:
container_name: curl
# Can be used to curl services; e.g. docker compose exec curl curl http://prometheus:9090/api/v1/rules\?type\=alert
image: curlimages/curl:latest
image: curlimages/curl:8.21.0
command: sleep 1d
networks: [compose]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ services:
curl:
container_name: curl
# Can be used to curl services; e.g. docker compose exec curl curl http://prometheus:9090/api/v1/rules\?type\=alert
image: curlimages/curl:latest
image: curlimages/curl:8.21.0
command: sleep 1d
networks: [compose]

Expand Down
4 changes: 2 additions & 2 deletions test-infra/docker-compose.hoodi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

services:
nethermind:
image: nethermind/nethermind:latest
image: nethermind/nethermind:1.39.3
restart: unless-stopped
ports:
- "8545:8545" # JSON-RPC
Expand All @@ -25,7 +25,7 @@ services:
- --JsonRpc.JwtSecretFile=/jwt.hex

lighthouse:
image: sigp/lighthouse:latest
image: sigp/lighthouse:v7.1.0
restart: unless-stopped
depends_on:
- nethermind
Expand Down
4 changes: 2 additions & 2 deletions test-infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
command: -config.file=/etc/promtail/config.yml

prometheus:
image: prom/prometheus:latest
image: prom/prometheus:v2.50.1
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- ./rules.yml:/etc/prometheus/rules.yml
Expand All @@ -29,7 +29,7 @@ services:
- "host.docker.internal:host-gateway" # Allows access to host machine

grafana:
image: grafana/grafana:latest
image: grafana/grafana:10.4.2
ports:
- "3000:3000"
environment:
Expand Down