Commit Graph
522 Commits
Author SHA1 Message Date
humocs-manandGitHub b0d93163be Refactor GitHub Actions workflow for image build and push 2026-05-17 20:12:29 +02:00
humocs-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub b58dd26948 Simplify Containerfile by removing OCI build step
Removed chunked OCI archive build command from Containerfile.
2026-05-17 18:31:26 +02:00
humocs-manandGitHub 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-manandGitHub 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-manandGitHub 0c2e2f088c Enhance linting process and add OCI archive generation
Update linting comments and add native re-chunk generation steps.
2026-05-17 18:09:38 +02:00
humocs-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 1e343466da Update action versions in build workflow 2026-05-17 16:26:57 +02:00
humocs-manandGitHub fc31d6fc17 Update GitHub Actions workflow for build process 2026-05-17 16:19:25 +02:00
humocs-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 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-manandGitHub 3c4ecc8ae9 Update Chunkah run command with correct --rootfs flag 2026-05-17 12:47:46 +02:00
humocs-manandGitHub 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
humocs-manandGitHub 3cd690bfe8 Merge pull request #28 from humocs-man/dependabot/github_actions/renovatebot/github-action-46.1.14
deps: bump renovatebot/github-action from 46.1.13 to 46.1.14
2026-05-17 09:47:55 +02:00
humocs-manandGitHub cd1c57a908 Merge pull request #27 from humocs-man/dependabot/github_actions/actions/cache-5
deps: bump actions/cache from 4 to 5
2026-05-17 09:47:33 +02:00
humocs-manandGitHub 246e3aa6e1 Refactor bootc user notification script
Updated status check to explicitly verify 'staged: null' for current system status. Adjusted notification logic to handle user context correctly.
2026-05-16 09:31:45 +02:00
dependabot[bot]andGitHub 534a12e538 deps: bump renovatebot/github-action from 46.1.13 to 46.1.14
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.13 to 46.1.14.
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/renovatebot/github-action/compare/79dc0ba74dc3de28db0a7aeb1d0b95d5bf5fde2a...693b9ef15eec82123529a37c782242f091365961)

---
updated-dependencies:
- dependency-name: renovatebot/github-action
  dependency-version: 46.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-15 14:15:40 +00:00
dependabot[bot]andGitHub 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-manandGitHub ffee5e9471 Simplify user detection and notification logic
Refactor notification script to simplify user detection and logging.
2026-05-14 20:47:53 +02:00
humocs-manandGitHub 90c4dff5b0 Update notify-bootc-user.sh 2026-05-14 20:23:21 +02:00
humocs-manandGitHub e35f204d1d Update clean.yml 2026-05-13 21:35:27 +02:00
humocs-manandGitHub 7bd39aed32 Refactor bootc user notification script 2026-05-13 20:24:30 +02:00
humocs-manandGitHub db4dc53d5a Rearrange linting and cleanup commands
Reorder commands to clean up before linting.
2026-05-12 12:18:55 +02:00
humocs-manandGitHub af5274c1fe Refactor bootc user notification script 2026-05-11 17:47:32 +02:00
humocs-manandGitHub bdaf4bed0b Change notification method to systemd-run
Updated notification method to use systemd-run for user sessions.
2026-05-11 17:41:14 +02:00
humocs-manandGitHub 3fcb892b62 Remove redundant dnf5 makecache command 2026-05-10 19:40:57 +02:00
humocs-manandGitHub 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-manandGitHub 91a9b13f8a Enhance linting step with cleanup command
Clean up temporary files after linting.
2026-05-10 19:24:36 +02:00
humocs-manandGitHub 405a271a1e Comment out project name in Containerfile
Comment out the project name in the Containerfile.
2026-05-10 19:16:03 +02:00
humocs-manandGitHub 84d1c2de80 Change project name to 'fluffy-pancake'
Updated the project name in the Containerfile.
2026-05-10 19:15:09 +02:00
humocs-manandGitHub 49e8d76a4f Comment out ROCm installation in multimedia script
Comment out ROCm installation commands in the script.
2026-05-10 07:28:29 +02:00
humocs-manandGitHub 7482a3b09a Replace 'fuse3-libs' with 'fuse-libs' in script 2026-05-09 18:54:11 +02:00
humocs-manandGitHub d8911ead55 Add fuse3-libs to installation list in 30-virt.sh 2026-05-09 18:15:03 +02:00
humocs-manandGitHub d7a4979f17 Enable ROCm installation in multimedia script
Uncomment ROCm installation commands for multimedia setup.
2026-05-08 19:20:33 +02:00
humocs-manandGitHub 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-manandGitHub 1fdcbfe54e Merge pull request #25 from humocs-man/dependabot/github_actions/renovatebot/github-action-46.1.13
deps: bump renovatebot/github-action from 46.1.12 to 46.1.13
2026-05-08 17:21:21 +02:00
humocs-manandGitHub a5633e89d3 Modify build schedule in GitHub Actions
Updated the cron schedule for the workflow.
2026-05-08 17:20:34 +02:00
dependabot[bot]andGitHub 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