Compare commits

...

36 Commits

Author SHA1 Message Date
9ec681a418 Revert to no env
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33m19s
2025-10-17 21:59:58 -04:00
2b5621f925 Return to stable cli
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 21m20s
2025-10-17 11:41:35 -04:00
fbb1362bcb Cleanup /usr/etc for linter
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33m51s
2025-10-16 11:36:18 -04:00
fda8718761 Use unstable cli to test
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Has been cancelled
2025-10-16 11:18:26 -04:00
3370a20328 Attempt with latest stable cli version (test if different) 2025-10-16 11:18:26 -04:00
70ce259afd removed container related to opt for config.yaml 2025-10-16 11:18:26 -04:00
62ad2a4347 Add fuse via volumes 2025-10-16 11:18:26 -04:00
90c986efd7 Removed privileged and devices for config in runner 2025-10-16 11:18:26 -04:00
9d6d0ce42c Attempt to add internally to bluebuild job 2025-10-16 11:18:26 -04:00
bd2c71d547 corrected typo 2025-10-16 11:18:26 -04:00
debda3de3f Attempt to add device fuse 2025-10-16 11:18:26 -04:00
62805ea6cc Attempt with prvileged: true 2025-10-16 11:18:26 -04:00
f49a7f04c8 container appears to not affect anything, removing section 2025-10-16 11:18:26 -04:00
c4dc5f4d74 Attempt with setting socks for diagnosis 2025-10-16 11:18:26 -04:00
eb2529b601 Return to original socket 2025-10-16 11:18:26 -04:00
a8c75c8c07 Attempt to change docker sock in child container 2025-10-16 11:18:26 -04:00
c4eceb803f remove addition of socket to build.yml 2025-10-16 11:18:26 -04:00
ecdc3b5811 Attempt to re-add volume for socket 2025-10-16 11:18:26 -04:00
6357822a73 removing container related stuff to attempt on docker again for the heck of it 2025-10-16 11:18:26 -04:00
f476d7370e test with mounting volume for socket 2025-10-16 11:18:26 -04:00
83825e2360 test on host network mode 2025-10-16 11:18:26 -04:00
195132f9c3 use devices instead of volume 2025-10-16 11:18:26 -04:00
b5ba3ad1c1 Attempt to add CAP_SYS_ADMIN for overlay storage driver 2025-10-16 11:18:26 -04:00
28b267ed71 try zfs instead of vfs 2025-10-16 11:18:26 -04:00
f7e14fdefd attempt to use overlay storage driver 2025-10-16 11:18:26 -04:00
bac6009afc return once more without env in act runner 2025-10-16 11:18:26 -04:00
7fa27982d2 Reattempt to use default mount 2025-10-16 11:18:26 -04:00
692f87d29e test vfs once more 2025-10-16 11:18:26 -04:00
5216a9e2c6 return env, but change from vfs to overlay2 2025-10-16 11:18:26 -04:00
745cda9474 Attempt with only passing fuse device 2025-10-16 11:18:26 -04:00
4c60587159 remove modprobe, added env to build custom image and attempt to pass over fuse 2025-10-16 11:18:26 -04:00
264d207261 Attempt modprobe fuse for fuse-overlayfs 2025-10-16 11:18:26 -04:00
1b003073ab Stick back to 22.04 for podman version 2025-10-16 11:18:26 -04:00
2bbbee9423 Switching back to ubuntu-latest to attempt to use rechunk 2025-10-16 11:18:26 -04:00
158219a750 Attempt rechunking again 2025-10-16 11:18:26 -04:00
ec874ffb19 re-add-diagnostics (#74)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 12m34s
Reviewed-on: #74
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-10-15 16:21:50 -04:00
5 changed files with 25 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
jobs: jobs:
bluebuild: bluebuild:
name: Build Custom Image name: Build Custom Image
runs-on: ubuntu-latest runs-on: ubuntu-22.04
permissions: permissions:
contents: read contents: read
packages: write packages: write
@@ -42,4 +42,5 @@ jobs:
pr_event_number: ${{ github.event.number }} pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds # enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true maximize_build_space: "true"
rechunk: "true"

View File

@@ -0,0 +1,5 @@
modules:
- type: script
snippets:
- "sudo cp -n -r /usr/etc /etc"
- "sudo rm -rf /usr/etc"

View File

@@ -4,6 +4,7 @@ modules:
enabled: enabled:
- bootc-fetch-updates.timer - bootc-fetch-updates.timer
- flatpak-system-update.timer - flatpak-system-update.timer
- lactd.service
user: user:
enabled: enabled:
- flatpak-user-update.timer - flatpak-user-update.timer

View File

@@ -2,6 +2,8 @@ modules:
- type: dnf - type: dnf
repos: repos:
nonfree: rpmfusion nonfree: rpmfusion
copr:
- ilyaz/LACT
install: install:
packages: packages:
# applications # applications
@@ -22,14 +24,6 @@ modules:
# text editor # text editor
- neovim - neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
- qdirstat
# kdeconnect # kdeconnect
- kde-connect - kde-connect
@@ -41,6 +35,19 @@ modules:
# gtk # gtk
- nwg-look - nwg-look
# software store
- gnome-software
# disk management
- gnome-disk-utility
# diagnostics
- qdirstat
- lact
- btop
# zsh # zsh
- zsh - zsh

View File

@@ -17,6 +17,7 @@ modules:
- from-file: components/sys-files-module.yml - from-file: components/sys-files-module.yml
- from-file: components/systemd-module.yml - from-file: components/systemd-module.yml
- from-file: components/chezmoi-module.yml - from-file: components/chezmoi-module.yml
- from-file: components/cleanup-usr-etc.yml
- type: signing - type: signing