AlmaLinux / docker-images

Home for AlmaLinux Docker image RootFS files and production version of sources
MIT License
100 stars 27 forks source link

Simplify Docker containers build and publish #111

Open andrewlukoshko opened 9 months ago

andrewlukoshko commented 9 months ago

Since we originally invented Docker container build scripts there are a lot of new technologies available to make this process simplier and easier to maintain. I'd propose to consider the following:

codyro commented 9 months ago

Move containers build process to GitHub Actions to make it transparent

We should consider a self-hosted/FOSS solution instead of relying on GH/their runners.

If they modify how they handle certain aspects (ex, billing), it could become a pain point.

Ideally, we don’t want to rely on $BIGCORP and their goodwill to continue doing our work and should improve our pipeline to be as independent/FOSS heavy as possible.

My 0.02.