From 31ad14eee94abcf6d85aacb9e98f568265f243aa Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 2 Nov 2023 14:38:43 +0100 Subject: [PATCH] Add README.md. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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. +