Skip to content
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

oci upload is failing #180

Open
chmouel opened this issue Dec 20, 2024 · 3 comments
Open

oci upload is failing #180

chmouel opened this issue Dec 20, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@chmouel
Copy link
Member

chmouel commented Dec 20, 2024

using tekton-cache with oci upload always get a unauthorized the first time after the cluster is getting booted

image

if we restart the pipelinerun using tekton-cache then it doesn't get unauthorized anymore

what is going on?

@vdemeester
Copy link
Member

My guess is that it returns 401 the first time because the image repository doesn't exists (and the registry prefers to say "you don't have the right for it").

We should make sure it is not resulting in an error though. Not being able to fetch shouldn't make the build error out.

@vdemeester vdemeester added the bug Something isn't working label Dec 20, 2024
@chmouel
Copy link
Member Author

chmouel commented Dec 20, 2024

it's a defect fyi, it used to don't bug out when not found

@vdemeester
Copy link
Member

yes definitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants