Hi everyone,
My test pipeline fails and I do not get any error messages or anything that could point me into a direction whatsoever.
When I omit the image in the bitbucket-pipelines.yml file the test pipeline succeeds. The docker image is public and can be found here: Docker Image
The yml file looks as follows:
I think the issue is with your image architecture: linux/arm64/v8
Try rebuilding your image with a different architecture, like linux/amd64 or linux/arm64
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.