Skip to content

Commit

Permalink
Merge pull request #1996 from SUSE/for-deploy-16.0
Browse files Browse the repository at this point in the history
🤖: Update build recipes for 16.0
  • Loading branch information
dirkmueller authored Nov 13, 2024
2 parents d31770f + 56ea926 commit c7c6575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions kiwi-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"
LABEL usage="This container requires an openSUSE/SUSE host kernel for full functionality."
# sanity check that the version from the tag is equal to the version of python3-kiwi that we expect
RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' python3-kiwi | cut -d '.' -f -2)" = "10.1" ]
RUN set -euo pipefail; printf "mapper:\n - part_mapper: kpartx\n" > /etc/kiwi.yml
5 changes: 5 additions & 0 deletions kiwi-image/kiwi-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 13 13:05:00 UTC 2024 - SUSE Update Bot <[email protected]>

- set kiwi mapper to kpartx

-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit c7c6575

Please sign in to comment.