mirror of https://github.com/status-im/consul.git
Merge pull request #9518 from hashicorp/dnephin/fix-integration-test-fail
Pin alpine/socat image to a version
This commit is contained in:
commit
d37412e294
|
@ -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