diff options
| author | 2024-05-07 12:05:51 +0200 | |
|---|---|---|
| committer | 2024-05-07 13:27:54 +0200 | |
| commit | 9e7435cee58527788febd8aa07a9dad943f24296 (patch) | |
| tree | aae0a7467d5bb083b591072f6377085019a1dc85 /teams/cloud | |
| parent | 391d65ff7ff281410d4987998d057074c29410f8 (diff) | |
| download | kiwi-descriptions-9e7435cee58527788febd8aa07a9dad943f24296.tar.gz kiwi-descriptions-9e7435cee58527788febd8aa07a9dad943f24296.zip | |
Add the container=oci environment variable
This variable was dropped when switching to kiwi.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2278652
Signed-off-by: Clement Verna <cverna@tutanota.com>
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 2700049..0b8e1e8 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -30,6 +30,9 @@ <label name="name" value="fedora"/> <label name="version" value="rawhide"/> </labels> + <environment> + <env name="container" value="oci"/> + </environment> </containerconfig> </type> <timezone>Etc/UTC</timezone> @@ -57,6 +60,9 @@ <label name="name" value="fedora-minimal"/> <label name="version" value="rawhide"/> </labels> + <environment> + <env name="container" value="oci"/> + </environment> </containerconfig> </type> <timezone>Etc/UTC</timezone> @@ -85,6 +91,9 @@ <label name="name" value="fedora-toolbox"/> <label name="version" value="rawhide"/> </labels> + <environment> + <env name="container" value="oci"/> + </environment> </containerconfig> </type> <timezone>Etc/UTC</timezone> |