Skip to content

Commit

Permalink
Pin alpine/socat image to a version.
Browse files Browse the repository at this point in the history
To fix failing integration tests. The latest version (`1.7.4.0-r0`)
appears to not be catting all the bytes, so the expected metrics are
missing in the output.
  • Loading branch information
dnephin authored and rboyer committed Feb 8, 2021
1 parent ef0530d commit 93c13b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/connect/envoy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ services:
fake-statsd:
depends_on:
- consul-primary
image: "docker.mirror.hashicorp.services/alpine/socat"
image: "docker.mirror.hashicorp.services/alpine/socat:1.7.3.4-r1"
command:
- -u
- UDP-RECVFROM:8125,fork,reuseaddr
Expand Down

0 comments on commit 93c13b9

Please sign in to comment.