Hi all, Having a frustrating time of getting Docker image push to work. I've followed all the steps outlined on the JFrog wiki to no avail.
Here is the simple list of commands I can reproduce the problem with: /$docker pull centos $docker tag centos my.repo.com/centos $docker push my.repo.com/centos/ The last command then runs with no errors, but completes within a few milliseconds: /The push refers to a repository [my.repo.com/centos] (len: 1) Sending image list Pushing repository my.repo.com/centos (1 tags) 511136ea3c5a: Pushing [==================================================>] 1.024 kB/1.024 kB / The Artifactory tree browser then shows me something, but something incomplete. <http://forums.jfrog.org/file/n7580135/Cursor_and_Artifactory_STW_Artifactory____Repository_Browser.png> Any attempt to pull the image results in an error: /$docker pull my.repo.com/centos Pulling repository my.repo.com/centos 2015/01/13 14:08:55 Repository not found/ I'm currently running Artifactory Pro 3.4.2 on CentOS 6. Any ideas? Has anyone seen this before? Thanks. -- View this message in context: http://forums.jfrog.org/Docker-publication-incomplete-tp7580135.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
