Skip to content

Commit cde518c

Browse files
committed
https://issues.redhat.com/browse/ACM-25011
1 parent f5334d3 commit cde518c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

edge_manager/edge_mgr_build_images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Build the operating system image with `bootc` that contains the {rhem} agent. Yo
142142
* Host configuration
143143
* Application workloads that you need
144144
145-
*Note:* You must build the operating system image on a RHEL host that has the required entitlement for the rhacm-2.14-for-rhel-9-x86_64-rpms repository.
145+
*Note:* You must build the operating system image on a Red Hat Enterprise Linux host that has the required entitlement for the rhacm-2.14-for-rhel-9-x86_64-rpms repository.
146146

147147
Complete the following steps:
148148
//will need to determine what information needs to be changed in the paragraph below to coincide with the command change.

edge_manager/edge_mgr_build_images_platform.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ When building operating system images and disk images for {ocp-virt}, you can fo
1515
* Add the `open-vm-tools` guest tools to the image.
1616
* Build a disk image of type `qcow2` instead of `iso`.
1717
18+
*Note:* You must build the operating system image on a Red Hat Enterprise Linux host that has the required entitlement for the rhacm-2.14-for-rhel-9-x86_64-rpms repository.
19+
1820
Complete the generic steps with changes to the following steps:
1921

2022
. Build an operating system image that is based on RHEL 9 that includes the {rhem} agent and virtual machine guest tools, but excludes the agent configuration.
@@ -26,7 +28,7 @@ Complete the generic steps with changes to the following steps:
2628
----
2729
FROM registry.redhat.io/rhel9/bootc-image-builder:latest
2830
29-
RUN subscription-manager repos --enable rhacm-<2.x>-for-rhel-<version>-$(uname -m)-rpms && \
31+
RUN dnf config-manager --set-enabled rhacm-2.14-for-rhel-9-x86_64-rpms && \
3032
dnf -y install flightctl-agent && \
3133
dnf -y clean all && \
3234
systemctl enable flightctl-agent.service

0 commit comments

Comments
 (0)