diff options
| author | 2024-01-07 22:16:11 -0500 | |
|---|---|---|
| committer | 2024-01-07 22:16:11 -0500 | |
| commit | d27e4c3f6c3e13bcefe9d1d904386794140d8a91 (patch) | |
| tree | a8289b74fa7871701961a798b85f8f179ce354d0 /tmt/plans/container/toolbox | |
| parent | e6896b13c2757e3b36a574f83fffc74922470132 (diff) | |
| download | kiwi-descriptions-d27e4c3f6c3e13bcefe9d1d904386794140d8a91.tar.gz kiwi-descriptions-d27e4c3f6c3e13bcefe9d1d904386794140d8a91.zip | |
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.
Diffstat (limited to 'tmt/plans/container/toolbox')
| -rw-r--r-- | tmt/plans/container/toolbox/build-toolbox.fmf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmt/plans/container/toolbox/build-toolbox.fmf b/tmt/plans/container/toolbox/build-toolbox.fmf new file mode 100644 index 0000000..40692c3 --- /dev/null +++ b/tmt/plans/container/toolbox/build-toolbox.fmf @@ -0,0 +1,8 @@ +summary: Build Toolbox container image +discover: + how: fmf +environment: + image_type: tbz + image_profile: Container-Toolbox +execute: + how: tmt |