Skip to content

Commit 1455ba6

Browse files
committed
Add missing iso packages to ironic-conductor
Closes-Bug: #2067133 Change-Id: I097ad8988a4707173c19006d83b4d76cec5d0940 (cherry picked from commit 8f0a3b5)
1 parent 6a788a0 commit 1455ba6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/ironic/ironic-conductor/Dockerfile.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2222
'systemd-udev',
2323
'util-linux',
2424
'xfsprogs',
25+
'genisoimage',
26+
'syslinux',
2527
] %}
2628
{% elif base_package_type == 'deb' %}
2729
{% set ironic_conductor_packages = [
@@ -38,6 +40,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
3840
'shellinabox',
3941
'udev',
4042
'xfsprogs',
43+
'genisoimage',
44+
'isolinux',
4145
] %}
4246
{% endif %}
4347

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixed ironic-conductor missing packages genisoimage and syslinux/isolinux.

0 commit comments

Comments
 (0)