gunnar
126bc28aa8
fix: tag rechunked image with all metadata tags for push to GHCR
2026-05-30 17:37:24 +02:00
gunnar
3542e0f53f
fix: use workspace as build context so FROM oci-archive can find out.ociarchive
2026-05-30 17:17:14 +02:00
gunnar
ca4040515a
fix: use local context for chunkah rechunk to fix missing out.ociarchive
2026-05-30 16:55:27 +02:00
gunnar
a957c96fa1
chore: repo cleanup - pin actions, fix typos, improve gitignore
...
- build.yml: pin push-to-registry to SHA
- build-installer-iso.yml: pin checkout/upload-artifact to SHA,
replace hardcoded registry with env vars, add env block
- Justfile: fix 'Virtal' typo (10x), fix shfmt error msg,
quote $file in check/fix recipes
- .gitignore: add *.iso, *.qcow2, *.raw, .env, *.log
- iso/config.toml: remove leading space
- Containerfile: remove non-existent /tmp/build from cleanup
- build/50-prepare-flatpak-for-bazaar.sh: add executable permission
- build/README.md: update to reflect current script names
2026-05-30 16:33:41 +02:00
gunnar
d89f20e931
chore: use push-to-registry digest output, remove skopeo inspect
2026-05-30 16:19:03 +02:00
gunnar
9b6424ec7c
fix: replace Skopeo push with redhat-actions/push-to-registry
...
Avoids double compression (chunkah zstd + Skopeo zstd:chunked).
push-to-registry handles auth and multi-tag push natively.
2026-05-30 16:14:30 +02:00
gunnar
5ba492a8fd
fix: add --compressed to chunkah args and clean buildah cache before rechunk
...
chunkah OCI archive (6.7 GiB uncompressed) did not fit on runner alongside
original image. --compressed uses zstd compression, reducing archive to ~3-4GB.
Also cleans buildah cache before rechunk to free additional space.
2026-05-30 16:12:12 +02:00
gunnar
bc3f0180e2
fix: remove sudo from rechunk step to match rootless buildah storage
2026-05-30 16:02:50 +02:00
gunnar
94460a999d
fix: Update-Skript, Containerfile-Optimierungen und chunkah-Rechunking
...
- notify-bootc-user.sh: D-Bus-Umgebung korrekt fuer Systemd-Service,
jq-basierter Staging-Check (.status.staged != null), Guard Clauses,
-Variable entfernt
- Containerfile: COPY --chmod=755 fuer Skript-Permissions
- build/20-multimedia.sh: Redundantes dnf5 clean all entfernt
- build/30-virt.sh: dnf5 autoremove und Cleanup entfernt
- build/40-remove-packages.sh: || true entfernt (Fehler sichtbar machen)
- build/50-prepare-flatpak-for-bazaar.sh: curl -f --retry 3 hinzugefuegt
- build.yml: chunkah Rechunk-Step fuer content-based Layers (Delta-Updates),
Cache-Key erweitert (scripts/**), continue-on-error entfernt
- build-installer-iso.yml: concurrency-Block hinzugefuegt
2026-05-30 15:42:14 +02:00