Unable to setup JFrog Artifactory Pro (Trial) without reverse proxy ('Repository Path' Docker Access Method) on AWS Kubernetes cluster Unable to setup JFrog Artifactory Pro (Trial) without reverse proxy ('Repository Path' Docker Access Method) on AWS Kubernetes cluster kubernetes kubernetes

Unable to setup JFrog Artifactory Pro (Trial) without reverse proxy ('Repository Path' Docker Access Method) on AWS Kubernetes cluster


  • When adding jfrogartifactory.qdatalabs.com, you also need to specify the port Artifactory is running on. e.g. jfrogartifactory.qdatalabs.com:8081Then, reload the Docker daemon.

    • Then, when you try to login through the Docker client, you should run the following:docker login -u {USER_NAME} -p {USER_PASSWORD} jfrogartifactory.qdatalabs.com:8081

    • To pull an image, you need to specify the Docker virtual repo name as part of the request. If you're using a virtual repository named docker-virtual, you should run the following: docker pull jfrogartifactory.qdatalabs.com:8081/docker-virtual/hello-world

Hope that helps.