Require DIB 3.13.0

The important change here relates to mounting /sys as RO in chroots
during build, which signals to things such as udev/systemd that you're
in a container and avoids some packages hanging when they are
installed under docker.

Change-Id: I88ffe04ad3b2f5aa938879126093efa0b1bfc6e3
This commit is contained in:
Ian Wienand 2021-07-23 14:08:39 +10:00
parent 2035845976
commit d6ab8ac2cc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ PrettyTable>=0.6,<0.8
# 0.28.0-0.31.0 fail to upload images with glance tasks.
# 0.31.1 and 0.31.2 have a bug with image deletion in tasks API
openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2
diskimage-builder>=3.12.0
diskimage-builder>=3.13.0
voluptuous
kazoo>=2.8.0
Paste