Add base container definitions

This adds the definitions for building the container tarballs for
the base container, the minimal base container, and the toolbox
container.
This commit is contained in:
Neal Gompa
2024-01-07 22:16:11 -05:00
parent e6896b13c2
commit d27e4c3f6c
7 changed files with 263 additions and 13 deletions
@@ -0,0 +1,8 @@
summary: Build Minimal Generic base container image
discover:
how: fmf
environment:
image_type: tbz
image_profile: Container-Base-Generic-Minimal
execute:
how: tmt
@@ -0,0 +1,8 @@
summary: Build Generic base container image
discover:
how: fmf
environment:
image_type: tbz
image_profile: Container-Base-Generic
execute:
how: tmt
@@ -0,0 +1,8 @@
summary: Build Toolbox container image
discover:
how: fmf
environment:
image_type: tbz
image_profile: Container-Toolbox
execute:
how: tmt