We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26eda6a + 78ab65c commit 965cf51Copy full SHA for 965cf51
docker/ironic/ironic-conductor/Dockerfile.j2
@@ -23,8 +23,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
23
'util-linux',
24
'xfsprogs',
25
'genisoimage',
26
- 'syslinux',
27
] %}
+ {% if base_arch in ['x86_64'] %}
28
+ {% set ironic_conductor_packages = ironic_conductor_packages + [
29
+ 'syslinux'
30
+ ] %}
31
+ {% endif %}
32
{% elif base_package_type == 'deb' %}
33
{% set ironic_conductor_packages = [
34
'bsdmainutils',
0 commit comments