supposed you have blocked by same issues which i got few weeks ago,may i ask you what kind operation system you are running docker? seems CentOS and redhat AS is not a good choice.


Regards!
Hulong


-------- 原始邮件 --------
主题:Re: [onap-discuss] is docker pull breaking
发件人:xiexj...@chinatelecom.cn
收件人:"PLATANIA, MARCO (MARCO)"
抄送:onap-discuss


Hi, Marco,

Following the operations in this mail, 'docker pull' is still failing with the error:

$ sudo docker login -u docker -p docker nexus3.onap.org:10001
WARNING: login credentials saved in /home/xiexj/.dockercfg.
Login Succeeded
$ sudo docker search nexus3.onap.org:10001/openecomp/sdc
NAME                                                                          DESCRIPTION   STARS     OFFICIAL   AUTOMATED
nexus3.onap.org/openecomp/sdc-backend:1.0-STAGING-latest                                    0                    
nexus3.onap.org/openecomp/sdc-backend:1.0.0                                                 0                    
nexus3.onap.org/openecomp/sdc-backend:1.0.0-STAGING-20170316T0739                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.0.0-STAGING-20170316T1240                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.0.0-STAGING-20170317T1241                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.0.0-STAGING-20170322T2208                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0                                                 0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-SNAPSHOT-20170406T1135                          0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-SNAPSHOT-SNAPSHOT-20170405T1442                 0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-SNAPSHOT-SNAPSHOT-20170406T0859                 0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-SNAPSHOT-SNAPSHOT-latest                        0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-SNAPSHOT-latest                                 0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING                                         0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170406T1256                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170407T1318                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170409T1253                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170411T1257                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170412T1302                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170413T1305                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170414T1446                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170415T1326                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170416T1407                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170420T1255                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170421T1518                           0                    
nexus3.onap.org/openecomp/sdc-backend:1.1.0-STAGING-20170425T1858                           0
$ sudo docker pull nexus3.onap.org:10001/openecomp/sdc-backend:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/sdc-backend
FATA[0043] Error: image openecomp/sdc-backend:1.0-STAGING-latest not found

Is there anything else missing? 
Thanks in advance.

Best Regards,

Xiaojun Xie

Date: 2017-05-03 02:31
Subject: Re: [onap-discuss] is docker pull breaking
Hello Marco,

Awesome !. It works now.

Thank you
Kanagaraj M

On Tue, May 2, 2017 at 9:59 AM, PLATANIA, MARCO (MARCO) <plata...@research.att.com> wrote:

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 <mkr1...@gmail.com>
Date: Tuesday, May 2, 2017 at 9:12 AM
To: "PLATANIA, MARCO (MARCO)" <plata...@research.att.com>
Cc: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
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) <plata...@research.att.com> 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

 

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

artifacts_version: 1.0.0

docker_version: 1.0-STAGING-latest

gerrit_branch: release-1.0.0

 

Thanks,

Marco

 

 

From: <onap-discuss-bounces@lists.onap.org> on behalf of Kanagaraj Manickam <mkr1...@gmail.com>
Date: Monday, May 1, 2017 at 7:42 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
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
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to