We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f6e43 commit d54e0bfCopy full SHA for d54e0bf
1 file changed
scripts/setup_wiremock.sh
@@ -4,7 +4,7 @@ set -ev
4
5
printenv | grep "^WIREMOCK_" > wiremock.env
6
7
-docker run --rm -d -p "$WIREMOCK_PORT":8080 rodolpheche/wiremock:2.27.1
+docker run --rm -d -p "$WIREMOCK_PORT":8080 rodolpheche/wiremock:latest
8
timeout 120 bash -c 'while [[ "$(curl -s --location -o /dev/null -w ''%{http_code}'' ${WIREMOCK_URL}/__admin)" != "200" ]]; do sleep 2; done' || false
9
curl "$WIREMOCK_URL"/__admin/mappings/import -X POST -d @stubs/mappings.json
10
echo "Wiremock started"
0 commit comments