-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 configuration files for containers configurations. | ||
- `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. | ||
|