fix: Kaniko insecure-registry for Harbor (#193) #175
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!175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "193-kaniko-insecure-registry"
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 probes HTTPS on port 443 before falling back to HTTP, causing a 90-second timeout against Harbor's HTTP-only in-cluster service. Adding
insecure-registrytells Kaniko to skip the HTTPS probe and use HTTP directly.Changes
.woodpecker.yaml: Addedinsecure-registry: harbor.harbor.svc.cluster.localto the build-and-push step settings, alongside the existinginsecure: trueTest Plan
Review Checklist
Related Notes
pal-e-platform— bootstrap repo where the issue lives