From d27e4c3f6c3e13bcefe9d1d904386794140d8a91 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 7 Jan 2024 22:16:11 -0500 Subject: 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. --- tmt/plans/container/base/build-generic-minimal.fmf | 8 ++++++++ tmt/plans/container/base/build-generic.fmf | 8 ++++++++ tmt/plans/container/toolbox/build-toolbox.fmf | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 tmt/plans/container/base/build-generic-minimal.fmf create mode 100644 tmt/plans/container/base/build-generic.fmf create mode 100644 tmt/plans/container/toolbox/build-toolbox.fmf (limited to 'tmt/plans') diff --git a/tmt/plans/container/base/build-generic-minimal.fmf b/tmt/plans/container/base/build-generic-minimal.fmf new file mode 100644 index 0000000..803cd01 --- /dev/null +++ b/tmt/plans/container/base/build-generic-minimal.fmf @@ -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 diff --git a/tmt/plans/container/base/build-generic.fmf b/tmt/plans/container/base/build-generic.fmf new file mode 100644 index 0000000..83e6100 --- /dev/null +++ b/tmt/plans/container/base/build-generic.fmf @@ -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 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 -- cgit v1.3.1+13