-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to fetch container digest #527
Comments
Worth noticing the logic for GET is different form the HEAD one wave/src/main/groovy/io/seqera/wave/proxy/ProxyClient.groovy Lines 190 to 193 in ec268a9
|
I can see in the logs that, we only start getting this error after the deployment of version 1.8 |
ok because it is added in that version |
I've found the problem. Opening a PR soon |
Once a container image is built, the digest checksum is acquired to be stored in the build metadata.
wave/src/main/groovy/io/seqera/wave/service/builder/KubeBuildStrategy.groovy
Lines 106 to 107 in ec268a9
However, in some cases, this is failing with a 401 error code (Unauthorized). See below
This should not happen because the ProxyClient when a 401 is returned, should retry the (head) requested with a new auth token
wave/src/main/groovy/io/seqera/wave/proxy/ProxyClient.groovy
Lines 268 to 272 in ec268a9
The text was updated successfully, but these errors were encountered: