PROBLEM for build rhel-7.5-ppc64le for P-series server(Red Hat Account Number: 6145593)

Latest response

Red Hat Account Number: 6145593

I're tryied to build image for p-series server, and it shows "standard-init-linux-go-190-exec-user-process-caused-exec-format-error"

Reproduce steps as follow.
1. # docker pull registry.access.redhat.com/rhel-7.5-ppc64le
2. below is Dockfile

FROM 172.22.11.11:5000/rhel-7.5-ppc64le:v1

ARG USER=wasadmin
ARG GROUP=wasadmin

COPY start_server create_profile create_and_start modify_password \
updateHostName.py updatePassword.py /work/

RUN groupadd $GROUP \
&& useradd $USER -g $GROUP -m \
&& chown -R $USER:$GROUP /work

USER $USER

ADD was9010_ppc64le.tar /

ENV PATH /opt/IBM/WebSphere/AppServer/bin:$PATH

CMD ["/work/create_and_start"]

  1. After execute # docker build command, Error message appeared, "standard-init-linux-go-190-exec-user-process-caused-exec-format-error"

Would you please help to check it?

感謝您

Responses