aboutsummaryrefslogtreecommitdiffci
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 15:42:43 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 15:42:57 +0700
commit32e10bd3045940a210c431e1d7b2ed997e0372e8 (patch)
tree51886930ce38e4ea719d94ab551a65a85afcefa9
parentcd45abe68eec0d00e6b51d765db273a424352529 (diff)
downloadkiwi-descriptions-32e10bd3045940a210c431e1d7b2ed997e0372e8.tar.gz
kiwi-descriptions-32e10bd3045940a210c431e1d7b2ed997e0372e8.zip
fix: explicitly upload iso onto s3 with application/x-iso9660-image MIME
type
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 9662632..1732307 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -151,6 +151,7 @@ spec:
ls -lh
/s5cmd --endpoint-url "${B2_ENDPOINT}" cp \\
+ --content-type "application/x-iso9660-image" \\
"${dst}" \\
"s3://${ISO_BUCKET}/fedora/${IMAGE_VERSION}/aarch64/${dst}"
'''