fix: Kaniko skip-push-permission-check (#193) #102
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/westside-landing!102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "193-kaniko-skip-push-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Kaniko's push permission check uses a separate HTTPS transport that ignores the
insecure-registrysetting, causing a timeout when probing port 443 on the internal Harbor registry. Adding--skip-push-permission-checkviaextra_optsbypasses this probe entirely.Changes
.woodpecker.yaml: Addedextra_opts: "--skip-push-permission-check"to thebuild-and-pushKaniko step settingsTest Plan
harbor.harbor.svc.cluster.local/westsidekingsandqueens/appReview Checklist
--skip-push-permission-checkflag in a real Kaniko pod before shippingRelated Notes
Closes forgejo_admin/pal-e-platform#193