ci: update container and actions
Update the osbuild-ci container and privdocker action to the most recent
builds.
This changes the ostree-image-tests since the Fedora update pulled in
util-linux/fdisk changes that align partition sizes. Hence, the ostree
tests need to be changed to have aligned partition sizes as well. For
more information, see:
commit 921c7da55ec78350e4067b3fd6b7de6f299106ee
Author: Karel Zak <kzak@redhat.com>
Date: Thu Jan 27 10:50:45 2022 +0100
libfdisk: (gpt) align size of partition by default
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
parent
4b09088661
commit
1bdf038d36
3 changed files with 12 additions and 12 deletions
|
|
@ -1145,7 +1145,7 @@
|
|||
},
|
||||
{
|
||||
"start": 413696,
|
||||
"size": 20557791,
|
||||
"size": 20555776,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "CA7D7CCB-63ED-4C53-861C-1742536059CC"
|
||||
}
|
||||
|
|
@ -1196,7 +1196,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791,
|
||||
"size": 20555776,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1221,7 +1221,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"device": {
|
||||
|
|
@ -1249,7 +1249,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"lvm": {
|
||||
|
|
@ -1313,7 +1313,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"lvm": {
|
||||
|
|
@ -1379,7 +1379,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"device": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue