96412d40fd 
								
							
								 
							
						 
						
							
							
								
								resume pulling the layer on disconnect  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack) 
							
						 
						
							2014-06-02 21:41:22 +03:00  
				
					
						
							
							
								 
						
							
							
								3a21f339f1 
								
							
								 
							
						 
						
							
							
								
								Use Timeout Conn wrapper to set read deadline for downloading layer  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Derek <crq@kernel.org> (github: crquan) 
							
						 
						
							2014-05-27 22:50:04 -07:00  
				
					
						
							
							
								 
						
							
							
								4d6eca99dc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5635  from vbatts/vbatts-registry_maintainers  
							
							
							
						 
						
							2014-05-09 19:07:25 -07:00  
				
					
						
							
							
								 
						
							
							
								2bdc3ab25f 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5671  from crosbymichael/merge_release_v0.11.1  
							
							... 
							
							
							
							Merge release v0.11.1 
							
						 
						
							2014-05-07 18:51:29 -07:00  
				
					
						
							
							
								 
						
							
							
								dc02376050 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'release' into merge_release_v0.11.1  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) 
							
						 
						
							2014-05-07 18:47:47 -07:00  
				
					
						
							
							
								 
						
							
							
								08fb8e7d99 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5668  from crosbymichael/bump_v0.11.1  
							
							... 
							
							
							
							Bump to version v0.11.1 
							
						 
						
							2014-05-07 18:47:46 -07:00  
				
					
						
							
							
								 
						
							
							
								75fcb35695 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into bump_v0.11.1  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) 
							
						 
						
							2014-05-07 17:27:57 -07:00  
				
					
						
							
							
								 
						
							
							
								4b4b5c5200 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5660  from crosbymichael/merge_release_v0.11.0  
							
							... 
							
							
							
							Merge release to master v0.11.0 
							
						 
						
							2014-05-07 11:42:49 -07:00  
				
					
						
							
							
								 
						
							
							
								11c1d79fe6 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5640  from crosbymichael/bump_v0.11.0  
							
							... 
							
							
							
							Bump version to v0.11.0 
							
						 
						
							2014-05-07 11:35:20 -07:00  
				
					
						
							
							
								 
						
							
							
								57926292e9 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into bump_v0.11.0  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) 
							
						 
						
							2014-05-06 18:03:23 -07:00  
				
					
						
							
							
								 
						
							
							
								a9a754dad1 
								
							
								 
							
						 
						
							
							
								
								registry: adding vbatts to the MAINTAINERS  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts) 
							
						 
						
							2014-05-06 14:31:47 -04:00  
				
					
						
							
							
								 
						
							
							
								335cdaba6f 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5600  from unclejack/sha512_registry_support  
							
							... 
							
							
							
							import sha512 to make sha512 ssl certs work 
							
						 
						
							2014-05-05 15:27:11 -07:00  
				
					
						
							
							
								 
						
							
							
								f293adf7f9 
								
							
								 
							
						 
						
							
							
								
								import sha512 to make sha512 ssl certs work  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack) 
							
						 
						
							2014-05-05 20:29:20 +03:00  
				
					
						
							
							
								 
						
							
							
								bbebff75b6 
								
							
								 
							
						 
						
							
							
								
								Move 'search' to the registry subsystem  
							
							... 
							
							
							
							This continues the effort to separate all registry logic from the
deprecated `Server` object.
* 'search' is exposed by `github.com/dotcloud/docker/registry/Service`
* Added proper documentation of Search while I was at it
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes) 
							
						 
						
							2014-05-03 00:37:32 +00:00  
				
					
						
							
							
								 
						
							
							
								8934560bbc 
								
							
								 
							
						 
						
							
							
								
								Move 'auth' to the registry subsystem  
							
							... 
							
							
							
							This is the first step towards separating the registry subsystem from
the deprecated `Server` object.
* New service `github.com/dotcloud/docker/registry/Service`
* The service is installed by default in `builtins`
* The service only exposes `auth` for now...
* ...Soon to be followed by `pull`, `push` and `search`.
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes) 
							
						 
						
							2014-05-03 00:37:06 +00:00  
				
					
						
							
							
								 
						
							
							
								8df2e92d6c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5474  from crosbymichael/use-proper-scheme  
							
							... 
							
							
							
							Use proper scheme with static registry 
							
						 
						
							2014-04-29 12:04:49 -07:00  
				
					
						
							
							
								 
						
							
							
								c914523873 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4607  from vbatts/vbatts-static_registry  
							
							... 
							
							
							
							static registry support 
							
						 
						
							2014-04-29 11:22:44 -07:00  
				
					
						
							
							
								 
						
							
							
								3e064ac71c 
								
							
								 
							
						 
						
							
							
								
								Use proper scheme with static registry  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) 
							
						 
						
							2014-04-29 02:01:07 -07:00  
				
					
						
							
							
								 
						
							
							
								c9a32099ae 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5199  from shin-/registry_mirrors_support  
							
							... 
							
							
							
							Added support for multiple endpoints in X-Docker-Endpoints header 
							
						 
						
							2014-04-28 17:56:57 +03:00  
				
					
						
							
							
								 
						
							
							
								2b89f57964 
								
							
								 
							
						 
						
							
							
								
								static_registry: update the test for the new struct  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts) 
							
						 
						
							2014-04-25 20:01:25 -04:00  
				
					
						
							
							
								 
						
							
							
								52893cae73 
								
							
								 
							
						 
						
							
							
								
								Added support for multiple endpoints in X-Docker-Endpoints header  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Joffrey F <joffrey@docker.com> (github: shin-) 
							
						 
						
							2014-04-18 17:42:54 +02:00  
				
					
						
							
							
								 
						
							
							
								79de96ec37 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5202  from vieux/allow_dot_repo  
							
							... 
							
							
							
							Allow dot in repo name 
							
						 
						
							2014-04-15 13:58:33 +03:00  
				
					
						
							
							
								 
						
							
							
								4bc3522500 
								
							
								 
							
						 
						
							
							
								
								allow dot in repo name  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux) 
							
						 
						
							2014-04-14 23:15:38 +00:00  
				
					
						
							
							
								 
						
							
							
								c7c51058ce 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5101  from unclejack/merge_release_v0.10.0  
							
							... 
							
							
							
							Merge release v0.10.0 
							
						 
						
							2014-04-08 16:09:47 -07:00  
				
					
						
							
							
								 
						
							
							
								fda85abaf9 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5079  from unclejack/bump_v0.10.0  
							
							... 
							
							
							
							Bump version to v0.10.0 
							
						 
						
							2014-04-09 01:56:01 +03:00  
				
					
						
							
							
								 
						
							
							
								dbb9296531 
								
							
								 
							
						 
						
							
							
								
								Added specific error message when hitting 401 over HTTP on push  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Joffrey F <joffrey@docker.com> (github: shin-) 
							
						 
						
							2014-04-08 17:07:29 +02:00  
				
					
						
							
							
								 
						
							
							
								4f29181d9b 
								
							
								 
							
						 
						
							
							
								
								Payload checksum now match the checksum simple  
							
							... 
							
							
							
							Backported for backward compatibility.
Docker-DCO-1.1-Signed-off-by: Sam Alba <sam.alba@gmail.com> (github: samalba) 
							
						 
						
							2014-03-31 18:31:15 -07:00  
				
					
						
							
							
								 
						
							
							
								d2b2bf0393 
								
							
								 
							
						 
						
							
							
								
								Inverted layer checksum and tarsum.  
							
							... 
							
							
							
							The checksum of the payload has to be computed on the Gzip'ed content.
Docker-DCO-1.1-Signed-off-by: Sam Alba <sam.alba@gmail.com> (github: samalba) 
							
						 
						
							2014-03-31 17:56:25 -07:00  
				
					
						
							
							
								 
						
							
							
								50ec0bbd4e 
								
							
								 
							
						 
						
							
							
								
								Docker-DCO-1.1-Signed-off-by: Ryan Thomas <rthomas@atlassian.com> (github: rthomas)  
							
							
							
						 
						
							2014-03-28 06:31:04 +11:00  
				
					
						
							
							
								 
						
							
							
								fffa920a89 
								
							
								 
							
						 
						
							
							
								
								Docker-DCO-1.1-Signed-off-by: Ryan Thomas <rthomas@atlassian.com> (github: rthomas)  
							
							
							
						 
						
							2014-03-25 14:45:11 +11:00  
				
					
						
							
							
								 
						
							
							
								9bad706a1f 
								
							
								 
							
						 
						
							
							
								
								Harmonize / across all name-related commands/Validate images names  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Djibril Koné <kone.djibril@gmail.com> (github: enokd) 
							
						 
						
							2014-03-21 00:40:58 +01:00  
				
					
						
							
							
								 
						
							
							
								47c4e542ba 
								
							
								 
							
						 
						
							
							
								
								use mock for search  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux) 
							
						 
						
							2014-03-13 17:40:34 +00:00  
				
					
						
							
							
								 
						
							
							
								c18c4b8d3c 
								
							
								 
							
						 
						
							
							
								
								registry: Info collection  
							
							... 
							
							
							
							roll version and standalone information into the _ping. And to support
Headers they are checked after the JSON is loaded (if there is anything
to load). To stay backwards compatible, if the _ping contents are not
able to unmarshal to RegistryInfo, do not stop, but continue with the
same behavior.
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts) 
							
						 
						
							2014-03-11 23:36:51 -04:00  
				
					
						
							
							
								 
						
							
							
								471d923b1b 
								
							
								 
							
						 
						
							
							
								
								registry: make certain headers optional  
							
							... 
							
							
							
							For a pull-only, static registry, there only a couple of headers that
need to be optional (that are presently required.
* X-Docker-Registry-Version
* X-Docker-Size
* X-Docker-Endpoints
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts) 
							
						 
						
							2014-03-11 10:08:44 -04:00  
				
					
						
							
							
								 
						
							
							
								f6fefb0bc1 
								
							
								 
							
						 
						
							
							
								
								Merge auth package within registry  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume@charmes.net> (github: creack) 
							
						 
						
							2014-03-10 17:16:58 -07:00  
				
					
						
							
							
								 
						
							
							
								af1a352485 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4561  from crosbymichael/merge_release_v0.9.0  
							
							... 
							
							
							
							Merge release v0.9.0 
							
						 
						
							2014-03-10 14:24:25 -07:00  
				
					
						
							
							
								 
						
							
							
								93a3113d8d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'release' into merge_release_v0.9.0  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) 
							
						 
						
							2014-03-10 14:08:17 -07:00  
				
					
						
							
							
								 
						
							
							
								e7d288d8d7 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4489  from crosbymichael/bump_v0.9.0  
							
							... 
							
							
							
							Bump to version 0.9.0 
							
						 
						
							2014-03-10 10:04:33 -07:00  
				
					
						
							
							
								 
						
							
							
								1c101d006b 
								
							
								 
							
						 
						
							
							
								
								Remove manual http cookie management  
							
							... 
							
							
							
							Since docker uses cookiejar it doesn't need to manage cookies manually
anymore.
Managing cookie was duplicating it.
Docker-DCO-1.1-Signed-off-by: Fabio Falci <fabiofalci@gmail.com> (github: fabiofalci) 
							
						 
						
							2014-03-09 02:25:19 +00:00  
				
					
						
							
							
								 
						
							
							
								7cba1fbcc8 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into bump_v0.9.0  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) 
							
						 
						
							2014-03-07 15:37:29 -08:00  
				
					
						
							
							
								 
						
							
							
								1278e74c26 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4270  from DevTable/fixregistryauth  
							
							... 
							
							
							
							Fix registry auth and remove other hidden ping commands from client code 
							
						 
						
							2014-03-03 17:34:21 -08:00  
				
					
						
							
							
								 
						
							
							
								f29683f794 
								
							
								 
							
						 
						
							
							
								
								registry: Fixed unexported field  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Sam Alba <sam.alba@gmail.com> (github: samalba) 
							
						 
						
							2014-02-25 16:06:04 -08:00  
				
					
						
							
							
								 
						
							
							
								ba8dbe4b9b 
								
							
								 
							
						 
						
							
							
								
								registry: Removed checksumPayload from exported fields  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Sam Alba <sam@docker.com> (github: samalba) 
							
						 
						
							2014-02-24 12:40:33 -08:00  
				
					
						
							
							
								 
						
							
							
								bae6dc35bc 
								
							
								 
							
						 
						
							
							
								
								registry: Fixed tests  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Sam Alba <sam@docker.com> (github: samalba) 
							
						 
						
							2014-02-24 09:04:27 -08:00  
				
					
						
							
							
								 
						
							
							
								3bf0ee5e52 
								
							
								 
							
						 
						
							
							
								
								registry: Added simple checksums (sha256) for layers  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Sam Alba <sam@docker.com> (github: samalba) 
							
						 
						
							2014-02-23 18:50:04 -08:00  
				
					
						
							
							
								 
						
							
							
								bac83c7608 
								
							
								 
							
						 
						
							
							
								
								Fix registry auth by storing the string passed on the command line, and allowing for credential selection by normalizing on hostname. Also, remove remote ping calls from CmdPush and CmdPull.  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Jake Moshenko <jake@devtable.com> (github: jakedt) 
							
						 
						
							2014-02-20 18:32:33 -05:00  
				
					
						
							
							
								 
						
							
							
								d2d6c2381d 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4218  from crosbymichael/merge_release_v0.8.1  
							
							... 
							
							
							
							Merge release v0.8.1 
							
						 
						
							2014-02-18 19:37:26 -05:00  
				
					
						
							
							
								 
						
							
							
								6690276bbf 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4207  from crosbymichael/bump_v0.8.1  
							
							... 
							
							
							
							Bump to version 0.8.1 
							
						 
						
							2014-02-18 19:22:30 -05:00  
				
					
						
							
							
								 
						
							
							
								36b0a1e132 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into bump_v0.8.1  
							
							... 
							
							
							
							Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) 
							
						 
						
							2014-02-18 10:51:19 -08:00  
				
					
						
							
							
								 
						
							
							
								50a1faa08e 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3941  from crosbymichael/merge_release_v0.8.0  
							
							... 
							
							
							
							Merge release v0.8.0 
							
						 
						
							2014-02-05 14:16:25 -05:00