Fix kaniko insecure pull from Harbor #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-kaniko-insecure-pull"
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
Changes
.woodpecker.yaml: Add kaniko flags to extra_optsTest Plan
Review Checklist
Related Notes
Quick Review
One-line change adding
--insecure-pull --insecure-registry=harbor.harbor.svc.cluster.localto kaniko extra_opts. Low risk — if the flags are wrong, kaniko will just fail the same way. Need to merge to main to test since build-and-push only runs on main.VERDICT: APPROVED