Commit 08154dc
fix: pass --insecure-registry to ko for plain-HTTP KinD registry
ko >=v0.19 writes SBOMs to the registry over HTTPS by default, which
fails against the plain-HTTP KinD registry (registry.local:5000) with:
"http: server gave HTTP response to HTTPS client"
Set KO_FLAGS=--insecure-registry in the e2e workflow and thread it
through ko resolve calls in e2e-common.sh.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c02670b commit 08154dc
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments