wiremock / wiremock-docker

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

base image needs to be updated #64

Closed joshheil closed 11 months ago

joshheil commented 1 year ago

Proposal

According to the documentation for base image used in this project (adoptopenjdk/openjdk11) the image is being deprecated (https://hub.docker.com/_/adoptopenjdk). The recommended steps can be found in the previous link, but can also be found here: https://hub.docker.com/_/eclipse-temurin/

References

No response

mmusenbr commented 1 year ago

The following (unfortunately closed) PR #55 would fix this issue

michaelruocco commented 1 year ago

I raised this a while back too: https://github.com/wiremock/wiremock-docker/issues/54 I ended up forking the repo: https://github.com/michaelruocco/wiremock-docker/blob/main/Dockerfile#L1 and creating my own copy: https://hub.docker.com/r/michaelruocco/wiremock

It would be better if https://github.com/wiremock/wiremock-docker/pull/55 could be merged though or better still with java 19 instead!

oleg-nenashev commented 1 year ago

It would be better if https://github.com/wiremock/wiremock-docker/pull/55 could be merged though or better still with java 19 instead!

I believe we should provide an official Java 11/17 images and then the 21 one once released. We need all of them for users, but I agree that the minimum supported version should be kept too.

oleg-nenashev commented 11 months ago

@mmusenbr Please check out https://github.com/wiremock/wiremock-docker/releases/tag/2.35.0-1