Closed ashutoshmate closed 4 years ago
This is because of changes to the ibmcom/mq docker image. As explained in the following stack overflow answer.
Short term fix would be to modify line 32 of the docker file, which is currently
FROM ibmcom/mq:latest
to
FROM ibmcom/mq:9.1.4.0-r1
Long term the docker file should be modified to use htpasswd to create the app user. The way the password is set up would also change.
The docker file and the ticket app have been fixed to work with the current FROM ibmcom/mq:latest
Which means that it won't now work with ibmcom/mq:9.1.4.0-r1 or earlier.
Step 14/17 : RUN echo app:passw0rd | chpasswd ---> Running in 90de31bb8561 chpasswd: line 1: user 'app' does not exist chpasswd: error detected, changes ignored The command '/bin/sh -c echo app:passw0rd | chpasswd' returned a non-zero code: 1