fix: Kaniko skip-push-permission-check (#193) #182
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/basketball-api!182
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 pushing to Harbor over HTTP inside the cluster. Adding--skip-push-permission-checkbypasses this probe entirely.Changes
.woodpecker.yaml: Addedextra_opts: "--skip-push-permission-check"to thebuild-and-pushKaniko step settingsTest Plan
harbor.harbor.svc.cluster.local/basketball-api/apiReview Checklist
Related Notes
Closes forgejo_admin/pal-e-platform#193