Commit 0953da9
feat: publish standalone binaries via the release + Docker pipelines (ENG-12827)
Wire the standalone PyInstaller binaries (ENG-12826) into the release and Docker
pipelines, dogfooding the freshly-built cloudsmith binary to authenticate
(GitHub OIDC) and publish:
- Publish per-platform archives + SHA256 to Cloudsmith and build/push the
container image, using the built binary + OIDC and the Docker credential
helper instead of cloudsmith-cli-action / static-key docker login.
- GPG-sign the Linux archives (detached .sig sibling files).
- Idempotent, immutable-repo-safe publishing (skip already-published artifacts/tags).
- Tag raw uploads (os/arch/libc/target/type) for queryable CI selection.
- Dockerfile: multi-stage Alpine, musl binary, non-root, OCI labels; Docker Hub floating tags.
- CI hardening + perf: single-source target list, composite bootstrap action,
GH_REPO for gh, trimmed clean-room docker runs, pinned runners.
- Redact PII from online smoketest logs (SMOKETEST_DEBUG for detail).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0f6f738 commit 0953da9
9 files changed
Lines changed: 654 additions & 181 deletions
File tree
- .github
- actions/setup-cloudsmith-binary
- workflows
- packaging
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
189 | 196 | | |
190 | 197 | | |
191 | 198 | | |
192 | 199 | | |
193 | 200 | | |
194 | 201 | | |
195 | | - | |
| 202 | + | |
196 | 203 | | |
197 | 204 | | |
| 205 | + | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
| |||
315 | 323 | | |
316 | 324 | | |
317 | 325 | | |
318 | | - | |
319 | 326 | | |
320 | 327 | | |
321 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments