Rohan Joshi
Results
2
issues of
Rohan Joshi
Currently, our Dockerfile looks like this ``` FROM icr.io/appcafe/websphere-liberty:24.0.0.6-kernel-java11-openj9-ubi ... COPY --chown=1001:0 server.xml /opt/ibm/wlp/usr/servers/defaultServer/server.xml RUN configure.sh ... ``` And the build passes for amd64 archtecture. But when the same code...
We are building image for multiarch platforms, and the code works for amd64 and s390x (using docker buildX on amd64 node). But when we are building the same code for...