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

v1.19.0-debug is causing build failures #2881

Closed
todd-bush opened this issue Nov 29, 2023 · 1 comment
Closed

v1.19.0-debug is causing build failures #2881

todd-bush opened this issue Nov 29, 2023 · 1 comment

Comments

@todd-bush
Copy link

Actual behavior
Our builds started failing across all services about 45 mins ago, which is roughly when 1.19.0-debug was tagged. Pinning to use 1.18.0-debug fixed all builds

Additional Information

We are running all builds in Jenkins and have been using executor:debug as the tag. The builds push to ECR. When the failures start, the logs looked like this:

/kaniko/executor -f Dockerfile --registry-mirror bl-nexus01a.glh.local:8443 --insecure --skip-tls-verify --context /home/jenkins/agent/workspace/service-multi-branch_development --build-arg 'SSHKEY' --build-arg 'NEXUS_URL_BASE=10.40.22.12' '--destination=xxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/servicename:tagname' error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: checking push permission for "xxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/customer-patient-service:20231129-571": POST https://xxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/v2/service-name/blobs/uploads/: unexpected status code 401 Unauthorized: Not Authorized

The logs did not show any attempt to build the service (like normal), it just failed with the above error. I don't have much other information to provide. Again, to get the build working again we just started using executor:v1.18.0-debug

Triage Notes for the Maintainers

@aaron-prindle
Copy link
Collaborator

Thanks for flagging this @todd-bush, closing as a dupe of #2882. Feel free to post there to continue the conversation related to this issue

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

2 participants