Skip to content

Commit

Permalink
Add .ociarchive suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Nov 7, 2024
1 parent 11a599b commit 4b8327e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-recipe-kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,8 @@ kiwi_setup_extracontainers() {
test -f _tmp_oci || cleanup_and_exit 1 "oci-archive creation failed for $c"
d="/$t"
mkdir -p "_obsrepositories${d%/*}" # kiwi is weird
mv _tmp_oci "_obsrepositories$d"
echo "created oci-archive container _obsrepositories$d"
mv _tmp_oci "_obsrepositories$d.ociarchive"
echo "created oci-archive container _obsrepositories$d.ociarchive"
fi
done
done
Expand Down

0 comments on commit 4b8327e

Please sign in to comment.