wiremock / wiremock-docker

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

Provide Alpine images for Arm #107

Open oleg-nenashev opened 6 months ago

oleg-nenashev commented 6 months ago

Proposal

Currently we use the Temurin images that do not have Arm platforms implementations for Alpine. It would be nice to add support for Arm Alpine by using a different base image in the Arm configuration

#5 [linux/arm64 internal] load metadata for docker.io/library/eclipse-temurin:11.0.21_9-jre-alpine
#5 ERROR: no match for platform in manifest: not found

#2 [linux/arm/v7 internal] load metadata for docker.io/library/eclipse-temurin:11.0.21_9-jre-alpine
#2 ERROR: no match for platform in manifest: not found

References

holomekc commented 3 months ago

temurin alpine does support arm64, if using Java 21. Is this an option?