Commit fc97ae7
fix(ci): lowercase IMAGE_NAME and restore skipped build scripts
Two bugs were breaking the CI build:
1. IMAGE_NAME was 'MiOS-DEV/mios' — GHCR requires lowercase registry paths.
Changed to 'mios-dev/mios' so pushes and cosign signing target the
correct canonical registry namespace.
2. build.sh CONTAINERFILE_SCRIPTS skip list incorrectly excluded 8 scripts
(18-apply-boot-fixes, 19-k3s-selinux, 20-fapolicyd-trust, 21-moby-engine,
22-freeipa-client, 23-uki-render, 25-firewall-ports, 26-gnome-remote-desktop)
with the comment "called explicitly by the Containerfile" — but the
Containerfile never calls them. They were permanently dead code.
Reduced skip list to only:
- 08-system-files-overlay.sh (still called explicitly before build.sh)
- 37-ollama-prep.sh (intentional: local-only large model download)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e071798 commit fc97ae7
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments