This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Commit 2c9f1a5
committed
Fix Dockerfile label placement and close connection on parse error
Move the OCI image source label from the build stage to the final
stage — in a multi-stage build only the final stage's labels end up
in the resulting image, so GHCR couldn't associate the package with
the repo.
Add _http.close() to on_parse_error for consistency with
on_response_complete — after a parse error the connection is in an
undefined state and should be torn down.1 parent 8468572 commit 2c9f1a5
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments