When logging the Docker CLI into OCIR for a non-federated IAM user, what is the correct username shape?
Select an answer to reveal the explanation.
Short Explanation
Docker username for OCIR is not the tenancy display name or email alone. It is <tenancy-namespace>/<username>, with the auth token as the password.
Full Explanation
Official OCIR Docker login username format for a local IAM user is <tenancy-namespace>/<username>, where the namespace is the tenancy’s Object Storage namespace string. The password is the IAM auth token. Using only the tenancy display name, email, or user OCID does not match the documented handshake.