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:
parent
0da01d7daf
commit
0fa754f490
|
@ -531,7 +531,7 @@ function run_container_fake-statsd {
|
||||||
docker run -d --name $(container_name) \
|
docker run -d --name $(container_name) \
|
||||||
$WORKDIR_SNIPPET \
|
$WORKDIR_SNIPPET \
|
||||||
$(network_snippet primary) \
|
$(network_snippet primary) \
|
||||||
"${HASHICORP_DOCKER_PROXY}/alpine/socat" \
|
"${HASHICORP_DOCKER_PROXY}/alpine/socat:1.7.3.4-r1" \
|
||||||
-u UDP-RECVFROM:8125,fork,reuseaddr \
|
-u UDP-RECVFROM:8125,fork,reuseaddr \
|
||||||
SYSTEM:'xargs -0 echo >> /workdir/primary/statsd/statsd.log'
|
SYSTEM:'xargs -0 echo >> /workdir/primary/statsd/statsd.log'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue