Hello, i have a problem with extension usage (<wir...
# help
n
Hello, i have a problem with extension usage (wiremock-extension-state) for wiremock-standalone and Dockerfile instructions. We do not want to have extension jar in our wiremock repo, so i was thinking that i can get extension standalone jar with wget and add something like
Copy code
RUN mkdir ./extensions
RUN wget -O ./extensions/wiremock-state-extension-standalone-0.1.0.jar {{url}}
to Dockerfile. But I understand now that i have no idea how to get this url and can i do it at all). So the question is: how can i download extension?
o
We could attach standalone jara as an artifact to GitHub Releases, or it could be a Maven Central artifact once we figure out the deployment GHA
n
It would be really amazing, if you could attach artifact to GitHub Releases 💙