1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
17adc701a8
generate: container: Remove if ! [ -d dir ] from Environment.create
Remove the if ! [ -d {file.parent} ] check from Envrionment.create(), as
the directory has to exists, since the script checking if it exists also
is located in that directort...

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:08:30 +02:00
995a66c753
generate: Add python script to generate control scripts
Generates control scripts from a given container config. For now the
actual generate.py does nothing.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:00:41 +02:00
d9ef9e395d
example.container: Add container example configuration
Add an example configuration to showcase different ways to configure
container options.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 12:57:26 +02:00
db93286e11
meta: Initial commit
Add a gitignore and ruff config file.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 12:56:39 +02:00