Skip to content

Commit

Permalink
chore: change qemu-img version
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita korolev <nikita.korolev@flant.com>
  • Loading branch information
universal-itengineer committed Sep 16, 2024
1 parent a6c9a59 commit 7a0aa02
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions images/virt-launcher/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ shell:
nftables==1:1.0.9-alt2:p10+343579.100.2.1 \
xorriso==1.5.4-alt1:sisyphus+279285.100.1.3 \
selinux-policy-alt==0.0.52-alt1:sisyphus+260794.100.1.1 \
libaltselinux==0.1.0-alt1
libaltselinux==0.1.0-alt1 \
python3-dev==3.9.18-alt1:p10+340781.400.5.1 \
python3-module-setuptools==1:57.4.0-alt1:p10+281549.200.4.1
# Install newer versions from p11 branch.
- echo "rpm [p11] http://ftp.altlinux.org/pub/distributions/ALTLinux p11/branch/x86_64 classic" > /etc/apt/sources.list.d/alt-p11.list
- echo "rpm [p11] http://ftp.altlinux.org/pub/distributions/ALTLinux p11/branch/noarch classic" >> /etc/apt/sources.list.d/alt-p11.list
Expand All @@ -133,6 +136,8 @@ shell:
passt==20240624-alt1:p11+352273.100.2.1 \
seabios==1.16.3-alt3:sisyphus+339925.100.2.1 \
libffi8==1:3.4.6-alt1:sisyphus+341904.100.1.1
# python3-dev==3.12.2-alt1:sisyphus+341702.200.1.1 \
# python3-module-setuptools==1:69.5.1-alt1:sisyphus+345209.100.2.1
- apt-get clean
- rm --recursive --force /var/lib/apt/lists/ftp.altlinux.org*
install:
Expand Down Expand Up @@ -290,14 +295,13 @@ shell:
python3-dev==3.12.2-alt1:sisyphus+341702.200.1.1 \
python3-modules-sqlite3==3.12.2-alt1:sisyphus+341702.200.1.1 \
python3-module-virt-firmware==24.4-alt1:sisyphus+347408.100.1.1 \
python3-module-setuptools==1:69.5.1-alt1 \
perl-JSON==4.10-alt1:sisyphus+308299.100.1.3 \
perl-IPC-Cmd==1.04-alt1:sisyphus+234736.100.1.1 \
libuuid-devel==2.39.2-alt1:p11+348780.400.1.1 \
xorriso==1.5.6-alt1:p11+348905.100.1.3 \
dosfstools==4.2-alt3:sisyphus+344264.100.1.1 \
mtools==1:4.0.43-alt1:sisyphus+317197.100.1.1 \
qemu-img==8.2.4-alt1:p11+350544.100.2.1 \
qemu-img==9.0.2-alt2:p11+353258.200.3.2 \
zlib-devel==1.3.1-alt1:sisyphus+342532.100.1.1
install:
Expand Down

0 comments on commit 7a0aa02

Please sign in to comment.