spring-cloud-contract icon indicating copy to clipboard operation
spring-cloud-contract copied to clipboard

spring-cloud-contract docker image for linux/arm64/v8 platform (Mac M1)

Open prasanna0586 opened this issue 2 years ago • 1 comments

For polyglot contract testing, I am using the springcloud/spring-cloud-contract docker image. I am unable to run tests in my Mac M1. It just hangs while client stubs are getting generated (Task :generateClientStubs). It is because the image is only built for linux/amd64 platform. I see the below warning in my console

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Can you please provide an image for linux/arm64/v8 platform? Right now I am forced to use a compatible machine to run my tests.

prasanna0586 avatar Feb 14 '24 00:02 prasanna0586

Hey, I've marked this as an enhancement request. BTW can you elaborate how exactly you're using SCC for polyglot testing?

marcingrzejszczak avatar May 06 '24 09:05 marcingrzejszczak