Zhang, Can you please confirm that you mounted the credentials file into /tmp/ on the ASB pod? That would be the only way this would work and I didn't see you mention that. Please confirm you did that so I can retest.
Zhang, I can confirm that `auth_type`: file works for me. I believe the problem is that you never created an associated file in the asb deployment config. To test again, you must first create file reg-creds.yaml: --- username: <username> password: <password> Create a secret from this file: oc create secret generic registry-credentials-secret --from-file reg-creds.yaml Edit the asb deployment config to mount this file into /tmp/registry-credentials/reg-creds.yaml: under containers/volumeMounts: - mountPath: /tmp/reistry-credentials name: reg-auth under volumes: - name: reg-auth secret: defaultMode: 420 secretName: registry-credentials-secret Set auth_name to /tmp/registry-credentials/reg-creds.yaml This worked for me using the `openshift` adapter and using rocketchat as the image.
Dylan, LGTM after double check, that because my mount not succeed. Thanks.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2013