AlmaLinux / docker-images

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

Add script(s) to build one or many or all #15

Closed srbala closed 2 years ago

srbala commented 3 years ago

Add all-in-one script, single script builds all containers in local for daily builds to add with build automation and generate package diff file for change log.

srbala commented 2 years ago

Proposed steps to implement this issue ...

Above steps can be broken into multiple issues for better tracking

srbala commented 2 years ago

Below script works, might need bit different?

sudo ./build.sh -t default; \
sudo ./build.sh -t minimal; \
sudo ./build.sh -t micro; \
sudo ./build.sh -t base; \
sudo ./build.sh -t init