Wave invalid response: Container image does not exist or access is not authorized #5629
Replies: 2 comments
-
To access a private repository you need to provide the registry credentials via Platform credentials management. See the docs here |
Beta Was this translation helpful? Give feedback.
-
So, a user can just use a private repo via running the pipeline with Seqera Platform? If so, it would be helpful to include such information in the error message. I'm sure introspection can be used to determine whether the pipeline is being run via the platform, so the message could state that the feature is only available via Seqera Platform instead of |
Beta Was this translation helpful? Give feedback.
-
Bug report
If
wave.enabled = false
, my custom pipeline that uses Docker images on the GCP Artifact Registry works correctly (running with the GCP Batch executor).However, if
wave.enabled = true
, the error is:So, clearly, the image exists and can be accessed, just not via Wave. There is no clear error message stating why Wave cannot access the image.
Expected behavior and actual behavior
Wave working with GCP Batch executor and GCP Artifact Registry -- or docs stating that Wave is not supported with the GCP Artifact Registry.
Steps to reproduce the problem
GCP Batch + GCP Artifact Registry + Wave
Program output
See above
Environment
Beta Was this translation helpful? Give feedback.
All reactions