aboutsummaryrefslogtreecommitdiff
path: root/kiwi-build
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2026-02-25 15:24:46 -0500
committerGravatar ngompa <ngompa13@gmail.com> 2026-02-25 20:32:42 +0000
commitadbfbc22905593b82f6c5a2f271b2c7f2d53ec28 (patch)
tree17fa5de4c53f13b0090c7e5426d674e1bd00bac0 /kiwi-build
parent920caefad7588fbd8897ec5b72e9972e5dd30819 (diff)
downloadkiwi-descriptions-adbfbc22905593b82f6c5a2f271b2c7f2d53ec28.tar.gz
kiwi-descriptions-adbfbc22905593b82f6c5a2f271b2c7f2d53ec28.zip
kiwi-build, scripts: Drop unnecessary override for OCI artifacts
The underlying issue that required this was fixed in kiwi-10.2.17.
Diffstat (limited to 'kiwi-build')
-rwxr-xr-xkiwi-build5
1 files changed, 0 insertions, 5 deletions
diff --git a/kiwi-build b/kiwi-build
index 163565c..88358f5 100755
--- a/kiwi-build
+++ b/kiwi-build
@@ -63,11 +63,6 @@ if [ "$image_type" = "iso" ]; then
kiwibuild_extra_args="${kiwibuild_extra_args:+${kiwibuild_extra_args}} ${kiwibuild_iso_extra_args}"
fi
-if [ "$image_type" = "oci" ]; then
- # Extend for OCI images
- kiwi_bundle_format="${kiwi_bundle_format}.%T"
-fi
-
set +e
if [ ! ${kiwi_isolated} ]; then