Merge pull request #9518 from hashicorp/dnephin/fix-integration-test-fail

Pin alpine/socat image to a version
This commit is contained in:
Daniel Nephin 2021-01-06 18:24:36 -05:00 committed by GitHub
commit d37412e294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
}