Global Response Templating Unregonized Option using Wiremock Hardened Image #276
Unanswered
benwalpole
asked this question in
Q&A
Replies: 1 comment
-
|
I think we've found the answer. The hardened version doesn't include a shell, so the entry point changes to plain java. So the args/commands you pass are java arguments, not specifically Wiremock ones. This means the command needs to be more like -cp /usr/local/bin/wiremock-standalone.jar:/var/wiremock/extensions/* wiremock.Run --global-response-template |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We're trying to use the Wiremock 3.13 hardened image (wiremock:3.13-dev) passing
--global-response-templatingas thecommandvia Docker Compose.When we do this we see an error when the container starts:
The global response templating option is working when we use the standard 3.13 Wiremock image, is it the case that this feature isn't available in the hardened image?
Beta Was this translation helpful? Give feedback.
All reactions