Hello Kanagaraj, The reason why is failing is that there’s something missing in your docker pull instruction. The repository is missing, so it can’t find any container. These are the correct operations:
docker login –u docker –p docker nexus3.onap.org:10001 docker pull nexus3.onap.org:10001/openecomp/dgbuilder-sdnc-image:1.0-STAGING-latest Note the repo name, nexus3.onap.org:10001, which is missing in your case. Try the instruction above, it will work. Thanks, Marco From: Kanagaraj Manickam <[email protected]> Date: Tuesday, May 2, 2017 at 9:12 AM To: "PLATANIA, MARCO (MARCO)" <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [onap-discuss] is docker pull breaking Hello Marco, Thank you. It is failing with docker version 1.0-STAGING-latest and error is listed below: root@mrkanag-os:~# docker pull openecomp/dgbuilder-sdnc-image:1.0-STAGING-latest Pulling repository openecomp/dgbuilder-sdnc-image FATA[0001] Error: image openecomp/dgbuilder-sdnc-image:1.0-STAGING-latest not found Not sure if there are some issue with my docker environment though i could pull images from other docker repo for example open docker repository. as a alternate way, Please let me know if i could build the docker image locally as i have source code and build environment ready. thanks. Regards Kanagaraj M On Mon, May 1, 2017 at 10:25 PM, PLATANIA, MARCO (MARCO) <[email protected]<mailto:[email protected]>> wrote: Hello Kanagaraj, Based on the error message, you are trying to pull non-existing containers. There are still containers named “latest” in Nexus, make sure you are setting your Heat environment file correctly: nexus_docker_repo: nexus3.onap.org:10001<https://urldefense.proofpoint.com/v2/url?u=http-3A__nexus3.onap.org-3A10001&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=TwNuMtTlSNqidybFPOL5hgzgBu3kl7dPHYot_xGzOw0&s=sC_MIQta2mMpvt-hib_mFQGAQrpZ8J9OcrEYf02jHrE&e=> However, I suggest you to use containers named 1.0-STAGING-latest. They are the stable release that we test every day. Please use the following parameters in the Heat environment file: nexus_docker_repo: nexus3.onap.org:10001<https://urldefense.proofpoint.com/v2/url?u=http-3A__nexus3.onap.org-3A10001&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=TwNuMtTlSNqidybFPOL5hgzgBu3kl7dPHYot_xGzOw0&s=sC_MIQta2mMpvt-hib_mFQGAQrpZ8J9OcrEYf02jHrE&e=> artifacts_version: 1.0.0 docker_version: 1.0-STAGING-latest gerrit_branch: release-1.0.0 Thanks, Marco From: <[email protected]<mailto:[email protected]>> on behalf of Kanagaraj Manickam <[email protected]<mailto:[email protected]>> Date: Monday, May 1, 2017 at 7:42 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [onap-discuss] is docker pull breaking Hi, Recently i am noticing that docker pull is failing with following error (for every image), which was working earlier. $ docker pull openecomp/appc-image:latest Error response from daemon: repository openecomp/appc-image not found: does not exist or no pull access Could someone help here? Thanks. Regards Kanagaraj M
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
