its a new installation and thank you it’s really helpful only problem is now its only working if I add full url instead of just image name ?
[root@V6TestDevops devops]# docker login fountain2.abc.com
Authenticating with existing credentials…
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
Login Succeeded
[root@V6TestDevops devops]#
First example , its working
######################
[root@V6TestDevops devops]# docker pull fountain2.abc.com/abc-production-airo-airo-keycloak:v8
v8: Pulling from abc-production-airo-airo-keycloak
Digest: sha256:698f2d0a39fb8eb95d69e4c9d731ffadbefa4e9d50bd8e3963c47e1a8787a3de
Status: Downloaded newer image for fountain2.abc.com/abc-production-airo-airo-keycloak:v8
fountain2.abc.com/abc-production-airo-airo-keycloak:v8
######################################
Its not working ::
[root@V6TestDevops devops]# docker pull abc-production-airo-airo-keycloak:v8
Error response from daemon: pull access denied for abc-production-airo-airo-keycloak, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
[root@V6TestDevops devops]#