Pin alpine/socat image to a version.

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.
This commit is contained in:
Daniel Nephin 2021-01-06 17:31:33 -05:00
parent 0da01d7daf
commit 0fa754f490
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ function run_container_fake-statsd {
docker run -d --name $(container_name) \
$WORKDIR_SNIPPET \
$(network_snippet primary) \
"${HASHICORP_DOCKER_PROXY}/alpine/socat" \
"${HASHICORP_DOCKER_PROXY}/alpine/socat:1.7.3.4-r1" \
-u UDP-RECVFROM:8125,fork,reuseaddr \
SYSTEM:'xargs -0 echo >> /workdir/primary/statsd/statsd.log'
}