 humocs-manandGitHub
|
5a4d35179c
|
Update comments in build.yml for clarity
|
2026-04-24 18:46:14 +02:00 |
|
 humocs-manandGitHub
|
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-manandGitHub
|
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-manandGitHub
|
d0c4ec6a15
|
Refactor cleanup process in 10-build.sh
Updated cleanup function to improve cache and temporary file management.
|
2026-04-22 16:31:01 +02:00 |
|
 humocs-manandGitHub
|
d0eee96d3b
|
Refactor cleanup and installation steps in build script
|
2026-04-18 09:49:43 +02:00 |
|
 humocs-manandGitHub
|
fe33d565d4
|
Merge pull request #21 from humocs-man/dependabot/github_actions/renovatebot/github-action-46.1.9
deps: bump renovatebot/github-action from 46.1.8 to 46.1.9
|
2026-04-17 17:42:51 +02:00 |
|
 humocs-manandGitHub
|
4d515fcb4f
|
Update cleanup script for package management
|
2026-04-17 17:42:21 +02:00 |
|
 dependabot[bot]andGitHub
|
30f22acf1a
|
deps: bump renovatebot/github-action from 46.1.8 to 46.1.9
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.8 to 46.1.9.
- [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/b67590ea780158ccd13192c22a3655a5231f869d...eb932558ad942cccfd8211cf535f17ff183a9f74)
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 46.1.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-17 14:10:00 +00:00 |
|
 humocs-manandGitHub
|
7f5db9db68
|
Change dnf5 install option to skip unavailable packages
|
2026-04-17 14:58:30 +02:00 |
|
 humocs-manandGitHub
|
ebafcdec97
|
Add Vulkan drivers to Fedora Mesa installation
|
2026-04-15 19:48:49 +02:00 |
|
 humocs-manandGitHub
|
adc302cba9
|
Refactor tmpfiles configuration in Containerfile
Remove redundant directory creation for /var/lib/rpm in tmpfiles configuration.
|
2026-04-12 17:16:09 +02:00 |
|
 humocs-manandGitHub
|
7b6914e0ff
|
Create tmpfiles.d directories for bootc linting
Add directories for systemd-tmpfiles to avoid bootc linting warnings.
|
2026-04-11 14:43:08 +02:00 |
|
 humocs-manandGitHub
|
0972379521
|
Enhance cleanup function in 10-build.sh
Updated cleanup function to enhance the cleanup process by adding detailed comments and ensuring temporary directories are cleared.
|
2026-04-11 14:42:11 +02:00 |
|
 humocs-manandGitHub
|
b128dbbee8
|
Improve cleanup function with error handling
Add error handling to cleanup commands.
|
2026-04-11 13:23:39 +02:00 |
|
 humocs-manandGitHub
|
744bab1279
|
Implement cleanup function for final cleanup tasks
Added a cleanup function to handle final cleanup tasks instead of directly calling dnf5 clean all.
|
2026-04-11 13:17:51 +02:00 |
|
 humocs-manandGitHub
|
7be7185f2e
|
Merge pull request #20 from humocs-man/dependabot/github_actions/actions/upload-artifact-7
deps: bump actions/upload-artifact from 4 to 7
|
2026-04-10 16:38:42 +02:00 |
|
 humocs-manandGitHub
|
1c6921796f
|
Merge pull request #19 from humocs-man/dependabot/github_actions/actions/checkout-6
deps: bump actions/checkout from 4 to 6
|
2026-04-10 16:38:21 +02:00 |
|
 dependabot[bot]andGitHub
|
b37845ae5f
|
deps: bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-10 14:30:49 +00:00 |
|
 humocs-manandGitHub
|
c2a2c41aff
|
Merge pull request #18 from humocs-man/dependabot/github_actions/renovatebot/github-action-46.1.8
deps: bump renovatebot/github-action from 46.1.7 to 46.1.8
|
2026-04-10 16:29:50 +02:00 |
|
 humocs-manandGitHub
|
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]andGitHub
|
554178a1e3
|
deps: bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-10 14:09:49 +00:00 |
|
 dependabot[bot]andGitHub
|
0a3d4de8b0
|
deps: bump renovatebot/github-action from 46.1.7 to 46.1.8
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.7 to 46.1.8.
- [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/3633cede7d4d4598438e654eac4a695e46004420...b67590ea780158ccd13192c22a3655a5231f869d)
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 46.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-10 14:09:38 +00:00 |
|
 humocs-manandGitHub
|
3f9c957ad0
|
Fix TOML syntax for kickstart customizations
|
2026-04-06 19:08:28 +02:00 |
|
 humocs-manandGitHub
|
5e0fb0b88e
|
Simplify installer language and keyboard settings
Removed comments and unnecessary lines from the configuration.
|
2026-04-06 19:02:35 +02:00 |
|
 humocs-manandGitHub
|
04f1ce21d9
|
Update ISO upload path to include all .iso files
Changed the path to upload ISO artifacts to include all .iso files recursively.
|
2026-04-06 18:18:06 +02:00 |
|
 humocs-manandGitHub
|
4548d259a2
|
Refactor GitHub Actions workflow for ISO build
|
2026-04-06 17:58:26 +02:00 |
|
 humocs-manandGitHub
|
09d9cff0d9
|
Create build-installer-iso.yml workflow
Add GitHub Actions workflow to build installer ISO using Podman.
|
2026-04-06 17:55:05 +02:00 |
|
 humocs-manandGitHub
|
39927bf690
|
Delete .github/workflows/validate-brewfiles.yml
|
2026-04-06 17:51:58 +02:00 |
|
 humocs-manandGitHub
|
6ff783473b
|
Delete .github/commit-convention.md
|
2026-04-06 17:51:36 +02:00 |
|
 humocs-manandGitHub
|
d0d067a809
|
Delete .github/copilot-instructions.md
|
2026-04-06 17:51:19 +02:00 |
|
 humocs-manandGitHub
|
ca37795a65
|
Delete .github/SETUP_CHECKLIST.md
|
2026-04-06 17:50:57 +02:00 |
|
 humocs-manandGitHub
|
97b242b138
|
Modify installer language and keyboard layout settings
Updated installer language and keyboard settings in config.
|
2026-04-06 17:50:11 +02:00 |
|
 humocs-manandGitHub
|
2fdc55c3a6
|
Delete files/usr/local/bin directory
|
2026-04-06 17:34:09 +02:00 |
|
 humocs-manandGitHub
|
1341f3949e
|
Delete files/usr/lib/systemd/user directory
|
2026-04-06 17:33:40 +02:00 |
|
 humocs-manandGitHub
|
ab9bd2d7ac
|
Delete files/etc/systemd/system directory
|
2026-04-06 17:32:59 +02:00 |
|
 humocs-manandGitHub
|
e6ab66789f
|
Delete files/etc/skel/.config/firstboot directory
|
2026-04-06 17:32:42 +02:00 |
|
 humocs-manandGitHub
|
b981c065f6
|
Delete .pre-commit-config.yaml
|
2026-04-06 17:32:04 +02:00 |
|
 humocs-manandGitHub
|
c4d6081815
|
Delete CONTRIBUTING.md
|
2026-04-06 17:30:28 +02:00 |
|
 humocs-manandGitHub
|
b12e328947
|
Delete artifacthub-repo.yml
|
2026-04-06 17:30:11 +02:00 |
|
 humocs-manandGitHub
|
bf6a044f93
|
Delete AGENTS.md
|
2026-04-06 17:29:29 +02:00 |
|
 humocs-manandGitHub
|
07e34779e4
|
Add drop-in configuration for bootc service override
Create a drop-in to override the ExecStart command for the bootc-fetch-apply-updates service.
|
2026-04-03 18:03:04 +02:00 |
|
 humocs-manandGitHub
|
d579d8e135
|
Add distrobox to build script dependencies
|
2026-04-03 17:41:41 +02:00 |
|
 humocs-manandGitHub
|
bef3f3c19e
|
Merge pull request #17 from humocs-man/dependabot/github_actions/docker/login-action-4.1.0
deps: bump docker/login-action from 4.0.0 to 4.1.0
|
2026-04-03 17:38:57 +02:00 |
|
 humocs-manandGitHub
|
6b605b0a79
|
Merge pull request #16 from humocs-man/dependabot/github_actions/renovatebot/github-action-46.1.7
deps: bump renovatebot/github-action from 46.1.6 to 46.1.7
|
2026-04-03 17:38:32 +02:00 |
|
 dependabot[bot]andGitHub
|
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 |
|
 dependabot[bot]andGitHub
|
11f757a836
|
deps: bump renovatebot/github-action from 46.1.6 to 46.1.7
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.1.6 to 46.1.7.
- [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/68a3ea99af6ad249940b5a9fdf44fc6d7f14378b...3633cede7d4d4598438e654eac4a695e46004420)
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 46.1.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-03 14:07:59 +00:00 |
|
 humocs-manandGitHub
|
83c287fba5
|
Change image retention policy to 60 days
|
2026-03-28 13:26:17 +01:00 |
|
 humocs-manandGitHub
|
b7e555d43b
|
Change image retention period from 60 to 10 days
|
2026-03-28 13:23:05 +01:00 |
|
 humocs-manandGitHub
|
3b4a2bb3a9
|
Update package name and retention period in workflow
|
2026-03-28 13:21:21 +01:00 |
|
 humocs-manandGitHub
|
79acd22f9a
|
Update README to clarify image access and usage
Removed image usage section and clarified access requirements.
|
2026-03-28 12:23:12 +01:00 |
|