diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9d64ff --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Project Name: gardenlinux/package-build + +## Description +This project is part of the gardenlinux organization on GitHub and focuses on package building for GardenLinux system. + +It contains: +- `bin/`: This folder contains executable scripts installs into the container. +- `container/`: This folder contains container-related files that define images and configurations. + - `*.containerfile`: These files define container images. + - `conf/`: This folder contains containers configurations on installed packages list and native container setup. +- `conf/`: This folder contains general configuration files. +- `misc/`: This folder contains miscellaneous files related to the project. +- `scripts/`: This folder contains scripts for it's github actions workflow. +