-
Task
-
Resolution: Done
-
Major
-
None
-
ACM 2.12.0
-
None
-
None
-
False
-
None
-
False
-
-
-
None
Description of the problem:
Assisted-image-service recently had a change that requires NMState in its downstream dockerfile like this
Request is to add lines like this
RUN INSTALL_PKGS="nmstate nmstate-devel nmstate-libs" && \ microdnf install -y $INSTALL_PKGS --nobest && \ microdnf clean all && \ rm -rf /var/cache/{yum,dnf,microdnf}/* && \ mkdir -p ${HOME} && \ chown ${USER_UID}:0 ${HOME} && \ chmod ug+rwx ${HOME} && \ # runtime user will need to be able to self-insert in /etc/passwd chmod g+rw /etc/passwd
Into the assisted-image-service dockerfile here https://gitlab.cee.redhat.com/mce-cpaas-midstream/assisted-installer-projects/-/blob/multicluster-engine-2.7-rhel-9/distgit/containers/assisted-image-service/Dockerfile.in?ref_type=heads#L47
- blocks
-
HOSTEDCP-1528 OADP Hosted Cluster back up and restore
- Release Pending
- is duplicated by
-
ACM-14290 assisted-image-service crashes
- Closed