particle-os-cli/process/drivers
Gerald Pinder 3a0be4099a
feat: Add bootc support (#448)
Adds support for using `bootc` as the preferred method for booting from
a locally created image. This new method gets rid of the need to create
a tarball and move it to the correct place and instead it will make use
of `podman scp` which copies the image to the root `containers-storage`
and then has `rpm-ostree` and `bootc` boot from that store.

Closes #418 
Closes #200
2025-08-09 14:05:59 -04:00
..
bootc_driver feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
docker_driver feat: Add all linux platforms 2025-07-28 21:26:53 -04:00
github_driver fix: Make sure GitHub job pushes latest image on scheduled job 2024-08-24 18:20:12 -04:00
opts feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
rpm_ostree_driver feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
types feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
bootc_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
buildah_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
cosign_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
docker_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
functions.rs chore: Use get_env_var 2025-05-16 09:57:12 -04:00
github_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
gitlab_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
local_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
opts.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
podman_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
rpm_ostree_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
sigstore_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
skopeo_driver.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
traits.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00
types.rs feat: Add bootc support (#448) 2025-08-09 14:05:59 -04:00