Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create OS images using toolchain rather than copying and modifying existing OS images #32

Open
JonasBchrt opened this issue Jul 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JonasBchrt
Copy link
Collaborator

Creating new OS images by copying old OS images introduces some risks, e.g.

  • divergence of the code in an OS image and the code an GitHub
  • undocumented modifications of the code or settings on the OS image
  • issues with reproducibility
  • requiring sharing of large image files
  • trackability of problems and their origins
    To tackle this, we could use a toolchain to build OS images every time we make changes, e.g., https://github.com/RPi-Distro/pi-gen (It also has a github action version).
@JonasBchrt JonasBchrt added the enhancement New feature or request label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant