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

Nightly releases failing since 05/18 #788

Closed
imjasonh opened this issue May 27, 2021 · 3 comments
Closed

Nightly releases failing since 05/18 #788

imjasonh opened this issue May 27, 2021 · 3 comments
Assignees

Comments

@imjasonh
Copy link
Contributor

imjasonh commented May 27, 2021

e.g., https:/shipwright-io/build/runs/2617025110 from 5/19

Relevant logs:

2021/05/19 05:23:53 Publishing quay.io/shipwright/shipwright-build-controller:nightly-2021-05-19-1621401573
Error: error processing import paths in "deploy/500-controller.yaml": error resolving image references: HEAD https://quay.io/v2/shipwright/shipwright-build-controller/manifests/sha256:5a082fe25f6427efad95ca2c9d1c84ddec9236a9d4309c4d872e4b1c586ad5a5: unexpected status code 401 Unauthorized (HEAD responses have no body, use GET for details)

It seems possibly related to #770 (cc @SaschaSchwarze0) which renamed ./cmd/manager to ./cmd/shipwright-build-controller, and the image it builds from quay.io/shipwright/shipwright-operator to quay.io/shipwright/shipwright-build-controller (which is more correct thank you 🙏 )

I think someone has to manually create the quay.io/shipwright/shipwright-build-controller repository in Quay to be able to push manifests there. @adambkaplan does that sound right?

@SaschaSchwarze0
Copy link
Member

Arg, damn, we forgot to check that. @qu1queee can also help with that as he recently added the base-git and git repositories there.

@qu1queee qu1queee self-assigned this May 28, 2021
@qu1queee
Copy link
Contributor

qu1queee commented May 28, 2021

Updates from my side:

I will try more things now, if I fail, I will need to summon Adam :)

@qu1queee
Copy link
Contributor

Ok, so its fixed, see https:/shipwright-io/build/actions/runs/885321531.

The problem was that we were missing [1] and [2], and the reason why it was not working after that, is because the bots required "Write" permissions, I add only "Read".

@adambkaplan fyi

@imjasonh thanks for finding this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants