wiremock / wiremock-docker

Wiremock Docker image
https://hub.docker.com/r/wiremock/wiremock
MIT License
218 stars 101 forks source link

Provide Docker images for WireMock 3.0 #62

Closed oleg-nenashev closed 1 year ago

oleg-nenashev commented 1 year ago

Proposal

Currently we have no official images for WireMock 3.x. It would be great to add them. Note that WireMock 3 is not fully compatible, but there should be no issues with the current CLIs and Extension logic used by the Docker image

NOTE: The experimental WireMock 3.x images are available for evaluation: wiremock/wiremock:3x and wiremock/wiremock:3x-alpine! Now they package 3.0.0-beta-13 and, hopefully, integrate all the breaking changes in the structure. The images work with Testcontainers Java, Python and Golang, as long as you update the configuration files if any breaking change affects you. Soon I plan to cut the Java 17 images too after the necessary integration tests and configurations are in place. Meanwhile, any feedback will be appreciated!

References

oleg-nenashev commented 1 year ago

The experimental WireMock 3.x images are available for evaluation: wiremock/wiremock:3x and wiremock/wiremock:3x-alpine! Now they package 3.0.0-beta-13 and, hopefully, integrate all the breaking changes in the structure. The images work with Testcontainers Java, Python and Golang, as long as you update the configuration files if any breaking change affects you. Soon I plan to cut the Java 17 images too after the necessary integration tests and configurations are in place. Meanwhile, any feedback will be appreciated!

oleg-nenashev commented 1 year ago

This is done though some ITs are needed

88 is the last one to call it done