GitHub Acion: Docker API responded with status code NotFound #638
-
Hello together, currently I've setup some UnitTests to run with TestContainers to execute the UnitTests against a 'real' postgres db. Locally everything runs fine. I've two github Actions configured as follows:
This workflow executes all tests successfully. The second one:
this action somehow runs into errors when executing the TestContainer UnitTests (all others run successfully through), the error for all UnitTests using TestContainer have the following error:
Thank you in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is PostgreSQL a multi arch image? I do not think there is a PostgreSQL Windows container image. Your second example runs on GitHub-hosted Windows runner, that requires a compatible Windows image, see: Windows container version compatibility. |
Beta Was this translation helpful? Give feedback.
Is PostgreSQL a multi arch image? I do not think there is a PostgreSQL Windows container image. Your second example runs on GitHub-hosted Windows runner, that requires a compatible Windows image, see: Windows container version compatibility.