diff --git a/elements/amphora-agent/pkg-map b/elements/amphora-agent/pkg-map index d06a1f0c0e..2dbd2d40e8 100644 --- a/elements/amphora-agent/pkg-map +++ b/elements/amphora-agent/pkg-map @@ -9,6 +9,16 @@ "vlan": "", "screen": "", "dkms": "" + }, + "9": { + "isc-dhcp-client": "dhcp-client", + "python3-dev": "platform-python-devel", + "python3-venv": "", + "python3": "python39", + "vlan": "", + "screen": "", + "dkms": "", + "network-scripts": "" } }, "centos": { diff --git a/releasenotes/notes/fix-amphora-to-support-rhel-9-b10091e81b48533a.yaml b/releasenotes/notes/fix-amphora-to-support-rhel-9-b10091e81b48533a.yaml new file mode 100644 index 0000000000..402665af8d --- /dev/null +++ b/releasenotes/notes/fix-amphora-to-support-rhel-9-b10091e81b48533a.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fixed issues when building amphora image for RHEL 9.