Richard Scothern
							
						 
						
							 
							
							
							
								
							
								13f72ef7dc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1560  from RichardScothern/gc  
							
							 
							
							... 
							
							
							
							Fix signature handling with GC. 
							
						 
						
							2016-03-30 17:46:04 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								eb0b7f0173 
								
							
								 
							
						 
						
							
							
								
								Update the gc documentation.  
							
							 
							
							... 
							
							
							
							Signed-off-by: Richard Scothern <richard.scothern@gmail.com> 
							
						 
						
							2016-03-30 16:57:21 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								4324b70c50 
								
							
								 
							
						 
						
							
							
								
								Fix signature handling with GC.  
							
							 
							
							... 
							
							
							
							If a schema 1 manifest is uploaded with the `disablesignaturestore` option set
to true, then no signatures will exist.  Handle this case.
If a schema 1 manifest is pushed, deleted, garbage collected and pushed again, the
repository will contain signature links from the first version, but the blobs will
not exist.  Disable the signature store in the garbage-collect command so
signatures are not fetched.
Signed-off-by: Richard Scothern <richard.scothern@docker.com> 
							
						 
						
							2016-03-30 16:10:27 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								80b310ca44 
								
							
								 
							
						 
						
							
							
								
								Add a --dry-run flag.  If enabled this will print the mark and sweep process  
							
							 
							
							... 
							
							
							
							with removing any files.
Signed-off-by: Richard Scothern <richard.scothern@gmail.com> 
							
						 
						
							2016-03-30 16:10:27 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								ee8450ff13 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1581  from RichardScothern/docs  
							
							 
							
							... 
							
							
							
							Manifest delete documentation enhancement 
							
						 
						
							2016-03-30 16:05:57 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								e5aa9c8e56 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1577  from xiekeyang/context  
							
							 
							
							... 
							
							
							
							type judgment in context 
							
						 
						
							2016-03-30 14:29:48 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								791865af71 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1582  from aaronlehmann/garbagecollect-errors  
							
							 
							
							... 
							
							
							
							garbagecollect: Clean up errors 
							
						 
						
							2016-03-30 14:29:27 -07:00  
						
					 
				
					
						
							
							
								 
								Aaron Lehmann
							
						 
						
							 
							
							
							
								
							
								267e268775 
								
							
								 
							
						 
						
							
							
								
								garbagecollect: Clean up errors  
							
							 
							
							... 
							
							
							
							- Clean up error messages
- Add a missing error check on the result of blobService.Enumerate.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> 
							
						 
						
							2016-03-30 11:35:24 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								9b5caf64cf 
								
							
								 
							
						 
						
							
							
								
								Add a note to the delete manifest section to aid getting the correct  
							
							 
							
							... 
							
							
							
							digest to delete manifests.
Signed-off-by: Richard Scothern <richard.scothern@docker.com> 
							
						 
						
							2016-03-30 10:59:26 -07:00  
						
					 
				
					
						
							
							
								 
								Stefan Majewsky
							
						 
						
							 
							
							
							
								
							
								4c9bed2507 
								
							
								 
							
						 
						
							
							
								
								don't swallow errors in Swift driver's GetContent()  
							
							 
							
							... 
							
							
							
							In 326c3a9c49 , which was only intended to
be a refactoring commit, the behavior of this block subtly changed so
that unknown types of errors would be swallowed instead of propagated.
I noticed this while investigating an error similar to #1539  aka
docker/docker#21290 . It appears that during GetContent() for a
hashstate, the Swift proxy produces an error. Since this error was
silently swallowed, an empty []byte is used to restart the hash, then
producing the digest of the empty string instead of the layer's digest.
This PR will not fix the issue, but it should make the actual error more
visible by propagating it into `blobWriter#resumeDigest' and
'blobWriter#validateBlob', respectively.
Signed-off-by: Stefan Majewsky <stefan.majewsky@sap.com> 
							
						 
						
							2016-03-30 16:11:29 +02:00  
						
					 
				
					
						
							
							
								 
								xiekeyang
							
						 
						
							 
							
							
							
								
							
								e388517d21 
								
							
								 
							
						 
						
							
							
								
								type judgment in context  
							
							 
							
							... 
							
							
							
							Signed-off-by: xiekeyang <xiekeyang@huawei.com> 
							
						 
						
							2016-03-30 17:35:48 +08:00  
						
					 
				
					
						
							
							
								 
								Stephen Day
							
						 
						
							 
							
							
							
								
							
								0eefe17730 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1546  from arschles/doc-storage  
							
							 
							
							... 
							
							
							
							Add documentation for how to register new StorageDrivers 
							
						 
						
							2016-03-29 15:58:51 -07:00  
						
					 
				
					
						
							
							
								 
								Aaron Schlesinger
							
						 
						
							 
							
							
							
								
							
								f4bdc6287a 
								
							
								 
							
						 
						
							
							
								
								Remove the example  
							
							 
							
							... 
							
							
							
							Instead, direct users to the one in the factory package
Signed-off-by: Aaron Schlesinger <aschlesinger@deis.com> 
							
						 
						
							2016-03-29 14:42:28 -07:00  
						
					 
				
					
						
							
							
								 
								Aaron Schlesinger
							
						 
						
							 
							
							
							
								
							
								204ad474e4 
								
							
								 
							
						 
						
							
							
								
								Add documentation for how to register new StorageDrivers  
							
							 
							
							... 
							
							
							
							This commit adds context-specific documentation on StorageDriver,
StorageDriverFactory, and the factory’s Register func, explaining how
the internal registration mechanism should be used.
This documentation follows from the thread starting at
https://github.com/deis/builder/pull/262/files#r56720200 .
cc/ @stevvooe
Signed-off-by: Aaron Schlesinger <aschlesinger@deis.com> 
							
						 
						
							2016-03-29 14:42:19 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								19ad02e6ac 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1559  from moxiegirl/fix-925  
							
							 
							
							... 
							
							
							
							Update the Duration value for Cloudfront 
							
						 
						
							2016-03-29 10:30:19 -07:00  
						
					 
				
					
						
							
							
								 
								Mary Anthony
							
						 
						
							 
							
							
							
								
							
								6018bdf58a 
								
							
								 
							
						 
						
							
							
								
								Updating example  
							
							 
							
							... 
							
							
							
							Signed-off-by: Mary Anthony <mary@docker.com> 
							
						 
						
							2016-03-29 09:53:13 -07:00  
						
					 
				
					
						
							
							
								 
								Mary Anthony
							
						 
						
							 
							
							
							
								
							
								188206eede 
								
							
								 
							
						 
						
							
							
								
								Fixes and  closes   #925  
							
							 
							
							... 
							
							
							
							Seconds to minutes as per code
Correction per Derek
Clarifying failure case
Signed-off-by: Mary Anthony <mary@docker.com>
Clarifying failure case
Signed-off-by: Mary Anthony <mary@docker.com> 
							
						 
						
							2016-03-29 06:17:29 -07:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								60b9f1756d 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1570  from RichardScothern/version  
							
							 
							
							... 
							
							
							
							Rev base version to 2.4.0 
							
						 
						
							2016-03-28 13:56:24 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								1ea9a3638d 
								
							
								 
							
						 
						
							
							
								
								Rev base version to 2.4.0  
							
							 
							
							... 
							
							
							
							Now that we've tagged a release candidate, we can now say all builds are
"2.4.0+unknown" if the makefile is not used.
Signed-off-by: Richard Scothern <richard.scothern@docker.com> 
							
						 
						
							2016-03-28 13:54:28 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								72ec74834b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1569  from GameScripting/patch-1  
							
							 
							
							... 
							
							
							
							added heading to get more focus into the headers that need to be set 
							
						 
						
							2016-03-28 10:34:48 -07:00  
						
					 
				
					
						
							
							
								 
								Daniel Huhn
							
						 
						
							 
							
							
							
								
							
								321e0420bf 
								
							
								 
							
						 
						
							
							
								
								added heading to get more focus into the headers that need to be set  
							
							 
							
							... 
							
							
							
							Signed-off-by: Daniel Huhn <daniel@danielhuhn.de> 
							
						 
						
							2016-03-28 18:07:03 +02:00  
						
					 
				
					
						
							
							
								 
								Aaron Lehmann
							
						 
						
							 
							
							
							
								
							
								f4b6fc8d68 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1557  from tonyhb/gc-logging  
							
							 
							
							... 
							
							
							
							Utulize config log format within gc 
							
						 
						
							2016-03-24 15:53:26 -07:00  
						
					 
				
					
						
							
							
								 
								Tony Holdstock-Brown
							
						 
						
							 
							
							
							
								
							
								31d5dd5175 
								
							
								 
							
						 
						
							
							
								
								utulize config log format within gc  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tony Holdstock-Brown <tony@docker.com> 
							
						 
						
							2016-03-24 14:29:43 -07:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								687fc1e164 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1558  from RichardScothern/AUTHORS  
							
							 
							
							... 
							
							
							
							Update AUTHORS 
							
						 
						
							2016-03-24 13:07:41 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								ba60866139 
								
							
								 
							
						 
						
							
							
								
								Update AUTHORS  
							
							 
							
							... 
							
							
							
							Signed-off-by: Richard Scothern <richard.scothern@gmail.com> 
							
						 
						
							2016-03-24 13:03:46 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								f2d128e2b0 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1493  from thaJeztah/fix-storage-driver-links  
							
							 
							
							... 
							
							
							
							Fix broken links in configuration 
							
						 
						
							2016-03-24 10:57:58 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								9cd193d395 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1556  from dmp42/6.fix-codecov  
							
							 
							
							... 
							
							
							
							Fix codecov following vendor 
							
						 
						
							2016-03-24 10:57:07 -07:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								37c2b9e3f1 
								
							
								 
							
						 
						
							
							
								
								Fix codecov following vendor  
							
							 
							
							... 
							
							
							
							Signed-off-by: Olivier Gambier <olivier@docker.com> 
							
						 
						
							2016-03-24 10:30:14 -07:00  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
							
								
							
								a92c93d770 
								
							
								 
							
						 
						
							
							
								
								Fix broken links in configuration  
							
							 
							
							... 
							
							
							
							HTML links are not converted by HUGO, so will work
on GitHub, but not in the online documentation.
Converted the HTML table (and links) to Markdown
to fix broken links.
Also added a header for the table, because none
was present.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2016-03-24 10:28:36 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								b787035d8b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1545  from jonjohnsonjr/typos  
							
							 
							
							... 
							
							
							
							Fix typos in docs/spec/api.md 
							
						 
						
							2016-03-23 16:41:44 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								87a997249d 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1522  from RichardScothern/tag-events  
							
							 
							
							... 
							
							
							
							Send tag events to notification listeners 
							
						 
						
							2016-03-23 16:41:29 -07:00  
						
					 
				
					
						
							
							
								 
								Stephen Day
							
						 
						
							 
							
							
							
								
							
								9e690c7fa2 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1491  from RichardScothern/relative-url  
							
							 
							
							... 
							
							
							
							Return relative URLs 
							
						 
						
							2016-03-23 16:19:39 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								7e552e1972 
								
							
								 
							
						 
						
							
							
								
								Update documentation and examples in notifications.md  
							
							 
							
							... 
							
							
							
							Signed-off-by: Richard Scothern <richard.scothern@gmail.com> 
							
						 
						
							2016-03-23 15:51:32 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								bc9c820e4b 
								
							
								 
							
						 
						
							
							
								
								Enable URLs returned from the registry to be configured as relative.  
							
							 
							
							... 
							
							
							
							Signed-off-by: Richard Scothern <richard.scothern@gmail.com> 
							
						 
						
							2016-03-23 15:14:32 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								afe2bdd1c5 
								
							
								 
							
						 
						
							
							
								
								Propogate tag as a functional argument into the notification system to attach  
							
							 
							
							... 
							
							
							
							tags to manifest push and pull event notifications.
Signed-off-by: Richard Scothern <richard.scothern@gmail.com> 
							
						 
						
							2016-03-23 14:57:52 -07:00  
						
					 
				
					
						
							
							
								 
								Aaron Lehmann
							
						 
						
							 
							
							
							
								
							
								1354eb9967 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1554  from felixonmars/patch-1  
							
							 
							
							... 
							
							
							
							Replace a strange comma with a space. 
							
						 
						
							2016-03-23 13:03:52 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								d7fd863ba4 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1544  from dmp42/move-to-vendor  
							
							 
							
							... 
							
							
							
							Move to vendor + go1.6 
							
						 
						
							2016-03-23 12:43:44 -07:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								abc9c65e34 
								
							
								 
							
						 
						
							
							
								
								Make dep-validate more selective  
							
							 
							
							... 
							
							
							
							Signed-off-by: Olivier Gambier <olivier@docker.com> 
							
						 
						
							2016-03-23 12:10:40 -07:00  
						
					 
				
					
						
							
							
								 
								Felix Yan
							
						 
						
							 
							
							
							
								
							
								37606af003 
								
							
								 
							
						 
						
							
							
								
								Replace a strange comma with a space.  
							
							 
							
							... 
							
							
							
							I believe it's a typo somehow? :)
Signed-off-by: Felix Yan <felixonmars@archlinux.org> 
							
						 
						
							2016-03-23 17:35:30 +08:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								d1444b56e9 
								
							
								 
							
						 
						
							
							
								
								Fix GCS  
							
							 
							
							... 
							
							
							
							Signed-off-by: Olivier Gambier <olivier@docker.com> 
							
						 
						
							2016-03-22 10:50:52 -07:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								59401e277b 
								
							
								 
							
						 
						
							
							
								
								Dependency validation enforce  
							
							 
							
							... 
							
							
							
							Signed-off-by: Olivier Gambier <olivier@docker.com> 
							
						 
						
							2016-03-22 10:45:50 -07:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								53e3c1d7b2 
								
							
								 
							
						 
						
							
							
								
								Fix godeps  
							
							 
							
							... 
							
							
							
							Signed-off-by: Olivier Gambier <olivier@docker.com> 
							
						 
						
							2016-03-22 10:45:50 -07:00  
						
					 
				
					
						
							
							
								 
								Olivier Gambier
							
						 
						
							 
							
							
							
								
							
								77e69b9cf3 
								
							
								 
							
						 
						
							
							
								
								Move to vendor  
							
							 
							
							... 
							
							
							
							Signed-off-by: Olivier Gambier <olivier@docker.com> 
							
						 
						
							2016-03-22 10:45:49 -07:00  
						
					 
				
					
						
							
							
								 
								Aaron Lehmann
							
						 
						
							 
							
							
							
								
							
								c8d8e7e357 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1534  from jstarks/windows_platform  
							
							 
							
							... 
							
							
							
							Add osversion and osvariant to platform specification 
							
						 
						
							2016-03-21 16:17:18 -07:00  
						
					 
				
					
						
							
							
								 
								Richard Scothern
							
						 
						
							 
							
							
							
								
							
								4562cb5a78 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1547  from jzwlqx/issue1535  
							
							 
							
							... 
							
							
							
							fix manifest revision search, closes  #1535  
							
						 
						
							2016-03-21 16:01:16 -07:00  
						
					 
				
					
						
							
							
								 
								姜继忠
							
						 
						
							 
							
							
							
								
							
								92a9ee34d4 
								
							
								 
							
						 
						
							
							
								
								fix manifest revision search,  closes   #1535  
							
							 
							
							... 
							
							
							
							Signed-off-by: 姜继忠 <jizhong.jiangjz@alibaba-inc.com> 
							
						 
						
							2016-03-19 19:11:25 +08:00  
						
					 
				
					
						
							
							
								 
								Jon Johnson
							
						 
						
							 
							
							
							
								
							
								f64981b472 
								
							
								 
							
						 
						
							
							
								
								Fix typos in docs/spec/api.md  
							
							 
							
							... 
							
							
							
							Fix grammatical and formatting issues.
Add links to sections or other documents where appropriate.
Signed-off-by: Jon Johnson <jonjohnson@google.com> 
							
						 
						
							2016-03-18 15:01:20 -07:00  
						
					 
				
					
						
							
							
								 
								Derek McGowan
							
						 
						
							 
							
							
							
								
							
								d06d6d3b09 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1542  from runcom/typed-errors  
							
							 
							
							... 
							
							
							
							registry: client: auth: type errors 
							
						 
						
							2016-03-18 10:37:55 -07:00  
						
					 
				
					
						
							
							
								 
								Antonio Murdaca
							
						 
						
							 
							
							
							
								
							
								ea148448a2 
								
							
								 
							
						 
						
							
							
								
								registry: client: auth: type errors  
							
							 
							
							... 
							
							
							
							Signed-off-by: Antonio Murdaca <runcom@redhat.com> 
							
						 
						
							2016-03-18 09:34:50 +01:00  
						
					 
				
					
						
							
							
								 
								John Starks
							
						 
						
							 
							
							
							
								
							
								5b0a484739 
								
							
								 
							
						 
						
							
							
								
								Add os.version and os.features to platform spec  
							
							 
							
							... 
							
							
							
							These changes are needed to differentiate Windows images.
Signed-off-by: John Starks <jostarks@microsoft.com> 
							
						 
						
							2016-03-17 16:54:21 -07:00