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
humocs-man and GitHub
3d885ccf6a
Optimize caching and Skopeo push in build workflow
...
Updated caching strategy and optimized Skopeo push process.
2026-05-24 13:47:42 +02:00
humocs-man and GitHub
72b3ad36ec
Merge pull request #32 from humocs-man/dependabot/github_actions/docker/metadata-action-6.1.0
...
deps: bump docker/metadata-action from 6.0.0 to 6.1.0
2026-05-22 17:54:48 +02:00
humocs-man and GitHub
3404811949
Merge pull request #31 from humocs-man/dependabot/github_actions/actions/cache-5.0.5
...
deps: bump actions/cache from 4.2.2 to 5.0.5
2026-05-22 17:54:27 +02:00
dependabot[bot] and GitHub
26ddbcc99a
deps: bump docker/metadata-action from 6.0.0 to 6.1.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/030e881283bb7a6894de51c315a6bfe6a94e05cf...80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-22 14:15:13 +00:00
dependabot[bot] and GitHub
d1708176a3
deps: bump actions/cache from 4.2.2 to 5.0.5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.2 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/d4323d4df104b026a6aa633fdb11d772146be0bf...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-22 14:15:08 +00:00
dependabot[bot] and GitHub
2a9042dab7
deps: bump docker/login-action from 4.1.0 to 4.2.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/4907a6ddec9925e35a0a9e82d7399ccc52663121...650006c6eb7dba73a995cc03b0b2d7f5ca915bee )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-22 14:14:53 +00:00
humocs-man and GitHub
5223ec6987
Change compression format to zstd:chunked
...
Updated compression format in Skopeo push step.
2026-05-17 20:49:29 +02:00
humocs-man and GitHub
b0d93163be
Refactor GitHub Actions workflow for image build and push
2026-05-17 20:12:29 +02:00
humocs-man and GitHub
feb0602b05
Refactor Docker credential handling in build.yml
...
Updated Docker credential handling and ownership transfer in build workflow.
2026-05-17 19:59:40 +02:00
humocs-man and GitHub
37ae1b0735
Refactor build workflow for monolithic image
...
Updated GitHub Actions workflow to build and push a monolithic image, including changes to image tags and steps for handling the GitHub Container Registry.
2026-05-17 19:46:59 +02:00
humocs-man and GitHub
0d4f908ef2
Change export format from OCI directory to tarball
...
Updated the workflow to export the monolithic image as a tarball instead of an OCI directory. Adjusted subsequent steps to use the new tarball format for processing.
2026-05-17 19:29:36 +02:00
humocs-man and GitHub
337085da5f
Fix OCI path and output format in build.yml
...
Updated the syntax for the OCI path and output format in the build process.
2026-05-17 19:16:26 +02:00
humocs-man and GitHub
dc0a754c79
Export monolithic image to OCI directory
...
Export the built image as a neutral OCI directory and adjust permissions for the output directory.
2026-05-17 19:01:49 +02:00
humocs-man and GitHub
af9200cce6
Refactor build process to use podman with host privileges
...
Updated the build process to use podman with host privileges for building the OCI archive, replacing the previous rpm-ostree installation method.
2026-05-17 18:44:42 +02:00
humocs-man and GitHub
ef46b99ee8
Modify build.yml to include rpm-ostree installation
...
Updated the build workflow to install rpm-ostree directly on the runner and apply native bootc rechunking.
2026-05-17 18:30:50 +02:00
humocs-man and GitHub
48696bf352
Enhance build workflow to extract OCI archive
...
Added steps to extract and copy the OCI archive from the built image.
2026-05-17 18:12:52 +02:00
humocs-man and GitHub
4d2b265511
Modify Skopeo command to use podman unshare
...
Wrap the Skopeo command in 'podman unshare' to resolve rootless permission issues on the GitHub runner.
2026-05-17 17:31:31 +02:00
humocs-man and GitHub
30e6f06bc3
Refactor build workflow by removing rechunking step
...
Removed native bootc rechunking step and updated image copy process.
2026-05-17 17:20:53 +02:00
humocs-man and GitHub
a568cd6c59
Change container image and update rechunking command
...
Updated the container image used for rechunking and modified the installation command for rpm-ostree.
2026-05-17 16:46:21 +02:00
humocs-man and GitHub
cd3f1d389b
Refactor rechunking process to use Fedora boot container
...
Updated the build process to use a privileged Fedora boot container for rechunking.
2026-05-17 16:37:12 +02:00
humocs-man and GitHub
1e343466da
Update action versions in build workflow
2026-05-17 16:26:57 +02:00
humocs-man and GitHub
fc31d6fc17
Update GitHub Actions workflow for build process
2026-05-17 16:19:25 +02:00
humocs-man and GitHub
95fceb1dd1
Refactor build.yml comments and simplify Chunkah process
...
Updated comments and removed local patching of JSON for Chunkah run.
2026-05-17 15:47:06 +02:00
humocs-man and GitHub
b4b96aee70
Refactor image digest retrieval in build workflow
...
Updated the workflow to fetch the final image digest directly from GHCR instead of calculating it from the OCI archive.
2026-05-17 14:58:51 +02:00
humocs-man and GitHub
54549c5b31
Refactor comments and clean up build.yml
...
Updated comments for clarity and removed unused variables in the build workflow.
2026-05-17 14:25:11 +02:00
humocs-man and GitHub
36e0a2a0bc
Update build workflow to use Skopeo
...
Refactor build workflow to use Skopeo for image pushing and signing.
2026-05-17 13:59:36 +02:00
humocs-man and GitHub
58e29223b4
Refactor build.yml for Chunkah and image handling
...
Removed invalid 'image-archive' argument and adjusted annotations for Chunkah run.
2026-05-17 13:34:54 +02:00
humocs-man and GitHub
10245ffc47
Refactor build workflow and optimize chunkah process
...
Removed commented-out code and unnecessary steps from the build workflow. Updated chunkah optimization process and added image-archive parameter for registry push.
2026-05-17 13:16:01 +02:00
humocs-man and GitHub
3c4ecc8ae9
Update Chunkah run command with correct --rootfs flag
2026-05-17 12:47:46 +02:00
humocs-man and GitHub
d5ae4f45d7
Refactor build workflow for image optimization
...
Updated GitHub Actions workflow to optimize image building and signing process.
2026-05-17 12:36:18 +02:00
dependabot[bot] and GitHub
853fbece1f
deps: bump actions/cache from 4 to 5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-15 14:15:12 +00:00
humocs-man and GitHub
3a5f9a18d7
Add cache step for buildah layers
...
Add caching for buildah layers to improve build performance.
2026-05-10 19:40:12 +02:00
humocs-man and GitHub
37d7d0ec7e
Merge pull request #26 from humocs-man/dependabot/github_actions/sigstore/cosign-installer-4.1.2
...
deps: bump sigstore/cosign-installer from 4.1.1 to 4.1.2
2026-05-08 17:21:50 +02:00
humocs-man and GitHub
a5633e89d3
Modify build schedule in GitHub Actions
...
Updated the cron schedule for the workflow.
2026-05-08 17:20:34 +02:00
dependabot[bot] and GitHub
2f4fb5ff53
deps: bump sigstore/cosign-installer from 4.1.1 to 4.1.2
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003...6f9f17788090df1f26f669e9d70d6ae9567deba6 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-version: 4.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-08 14:14:49 +00:00
humocs-man and GitHub
763a4ad353
Disable scheduled builds in build.yml
...
Comment out the scheduled cron job in the build workflow.
2026-05-05 18:43:05 +02:00
humocs-man and GitHub
2777d4188b
Update cron schedule for build workflow
2026-04-25 14:09:45 +02:00
humocs-man and GitHub
2e77325c2d
Update cron schedule for build workflow
2026-04-24 22:32:10 +02:00
humocs-man and GitHub
1e0df58fa4
Simplify GHCR push process in build workflow
...
Replaced the old push block with a simplified push to GHCR using the redhat-actions/push-to-registry action, streamlining the process and removing unnecessary steps.
2026-04-24 19:41:50 +02:00
humocs-man and GitHub
d24b82e6be
Update build workflow for OCI image handling
2026-04-24 19:04:26 +02:00
humocs-man and GitHub
5a4d35179c
Update comments in build.yml for clarity
2026-04-24 18:46:14 +02:00
humocs-man and GitHub
a611e8ee5f
Refactor GHCR push step to use OCI format
...
Updated the push block to use OCI Intermediate Step with zstd compression for better efficiency.
2026-04-24 18:33:10 +02:00
humocs-man and GitHub
73b96c784b
Update GHCR push step to use Skopeo with zstd
...
Replaced the 'Push To GHCR' block with a new implementation using Skopeo for pushing images with zstd compression.
2026-04-24 18:13:30 +02:00
humocs-man and GitHub
db2300ae5a
Change cron schedule in build.yml
...
Updated cron schedule to run every 2 days at 10:05 AM.
2026-04-10 16:29:14 +02:00
dependabot[bot] and GitHub
df6641ebb4
deps: bump docker/login-action from 4.0.0 to 4.1.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-03 14:08:02 +00:00