Skip to content

Commit 7eb2f9e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "aarch64: Exclude syslinux from ironic conductor packages" into stable/2024.1
2 parents 4537f2b + 97a6d19 commit 7eb2f9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/ironic/ironic-conductor/Dockerfile.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2323
'util-linux',
2424
'xfsprogs',
2525
'genisoimage',
26-
'syslinux',
2726
] %}
27+
{% if base_arch in ['x86_64'] %}
28+
{% set ironic_conductor_packages = ironic_conductor_packages + [
29+
'syslinux'
30+
] %}
31+
{% endif %}
2832
{% elif base_package_type == 'deb' %}
2933
{% set ironic_conductor_packages = [
3034
'bsdmainutils',

0 commit comments

Comments
 (0)