795e11d5fb 
								
									
								
							
								 
							
						 
						
							
							
								
								Enable goimports check  
							
							... 
							
							
							
							Validates that goimports has been run on all files
Signed-off-by: Derek McGowan <derek@mcgstyle.net> 
							
						 
						
							2018-08-06 14:37:44 -07:00  
				
					
						
							
							
								 
						
							
							
								dc53e37d98 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2657  from dmcgowan/add-travis-ci  
							
							... 
							
							
							
							Update build to use travis 
							
						 
						
							2018-08-05 21:14:54 -07:00  
				
					
						
							
							
								 
						
							
							
								dc49f84dcc 
								
									
								
							
								 
							
						 
						
							
							
								
								Update build to use travis  
							
							... 
							
							
							
							Update Makefile targets
Signed-off-by: Derek McGowan <derek@mcgstyle.net> 
							
						 
						
							2018-08-01 16:54:54 -07:00  
				
					
						
							
							
								 
						
							
							
								0dae0957e5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2076  from mikebrow/ocitype  
							
							... 
							
							
							
							Adds support for oci manifests and manifestlists 
							
						 
						
							2018-07-20 10:21:23 -07:00  
				
					
						
							
							
								 
						
							
							
								20aecf1d7b 
								
							
								 
							
						 
						
							
							
								
								added test for initial oci schema version  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-07-19 19:41:31 -05:00  
				
					
						
							
							
								 
						
							
							
								5f588fbf9b 
								
							
								 
							
						 
						
							
							
								
								address review comment regarding panic use  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-07-19 16:07:26 -05:00  
				
					
						
							
							
								 
						
							
							
								e8d7941ca6 
								
							
								 
							
						 
						
							
							
								
								address lint and gofmt issues  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-25 15:45:15 -05:00  
				
					
						
							
							
								 
						
							
							
								321d636e76 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1  from owtaylor/oci-media-types  
							
							... 
							
							
							
							Handle OCI manifests and image indexes without a media type
Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-19 11:46:49 -05:00  
				
					
						
							
							
								 
						
							
							
								132abc6de5 
								
							
								 
							
						 
						
							
							
								
								Test storing OCI image manifests and indexes with/without a media type  
							
							... 
							
							
							
							OCI Image manifests and indexes are supported both with and without
an embeded MediaType (the field is reserved according to the spec).
Test storing and retrieving both types from the manifest store.
Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net> 
							
						 
						
							2018-06-19 11:24:25 -04:00  
				
					
						
							
							
								 
						
							
							
								60d9c5dfad 
								
							
								 
							
						 
						
							
							
								
								Handle OCI manifests and image indexes without a media type  
							
							... 
							
							
							
							In the OCI image specification, the MediaType field is reserved
and otherwise undefined; assume that manifests without a media
in storage are OCI images or image indexes, and determine which
by looking at what fields are in the JSON. We do keep a check
that when unmarshalling an OCI image or image index, if it has
a MediaType field, it must match that media type of the upload.
Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net> 
							
						 
						
							2018-06-19 11:24:25 -04:00  
				
					
						
							
							
								 
						
							
							
								1d47ef7b80 
								
							
								 
							
						 
						
							
							
								
								Check media types when unmarshalling manifests  
							
							... 
							
							
							
							When unmarshalling manifests from JSON, check that the MediaType field
corresponds to the type that we are unmarshalling as. This makes sure
that when we retrieve a manifest from the manifest store, it will have
the same type as it was handled as before storing it in the manifest
store.
Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net> 
							
						 
						
							2018-06-19 11:24:25 -04:00  
				
					
						
							
							
								 
						
							
							
								f6224f78ba 
								
							
								 
							
						 
						
							
							
								
								register oci image index  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 15:18:59 -05:00  
				
					
						
							
							
								 
						
							
							
								ad7ab0853c 
								
							
								 
							
						 
						
							
							
								
								folow commit  9c88801a12 
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								7b47fb13cf 
								
							
								 
							
						 
						
							
							
								
								update url policy support; testing for annoations in index  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								f186e1da1c 
								
							
								 
							
						 
						
							
							
								
								adding some support for annotations at the manifest level  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								ec2aa05cdf 
								
							
								 
							
						 
						
							
							
								
								addressing comments from stevvooe  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								c1532332ad 
								
							
								 
							
						 
						
							
							
								
								update to image spec v1.0.0  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								6bae7ca597 
								
							
								 
							
						 
						
							
							
								
								refactor adding enum for storage types  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								9e3f78b8c8 
								
							
								 
							
						 
						
							
							
								
								addresses minor debug comments  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								b0cef05626 
								
							
								 
							
						 
						
							
							
								
								removes oci. namespace feature  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								426afb3a4c 
								
							
								 
							
						 
						
							
							
								
								address get manifest issue with oci. namespace; and comment descriptions  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								fcaffa38bc 
								
							
								 
							
						 
						
							
							
								
								vendor oci image-spec  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:55:24 -05:00  
				
					
						
							
							
								 
						
							
							
								c94f28805e 
								
							
								 
							
						 
						
							
							
								
								OCI media types; annotation support; oci index  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:48:58 -05:00  
				
					
						
							
							
								 
						
							
							
								6fcea22b0a 
								
							
								 
							
						 
						
							
							
								
								add an ocischema manifest handler for the registry  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:48:58 -05:00  
				
					
						
							
							
								 
						
							
							
								9986e8ca7c 
								
							
								 
							
						 
						
							
							
								
								adds support for oci manifests and manifestlists  
							
							... 
							
							
							
							Signed-off-by: Mike Brown <brownwm@us.ibm.com> 
							
						 
						
							2018-06-18 13:48:58 -05:00  
				
					
						
							
							
								 
						
							
							
								749f6afb45 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2603  from yuwaMSFT2/newazuresdk  
							
							... 
							
							
							
							closes  #2496  and #2552  
						
							2018-06-11 11:39:26 -07:00  
				
					
						
							
							
								 
						
							
							
								62797237b9 
								
							
								 
							
						 
						
							
							
								
								closes   #2496  and  #2552  
							
							... 
							
							
							
							Update Azure SDK with release v16.2.1
Update Azure autorest SDK with release v10.8.1
Signed-off-by: Yu Wang <yuwa@microsoft.com> 
							
						 
						
							2018-06-08 16:53:02 -07:00  
				
					
						
							
							
								 
						
							
							
								f0cc927784 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2582  from thaJeztah/bump-golang-1.10  
							
							... 
							
							
							
							Update Golang to 1.10 
							
						 
						
							2018-05-22 10:56:53 -07:00  
				
					
						
							
							
								 
						
							
							
								7f02f9e450 
								
									
								
							
								 
							
						 
						
							
							
								
								Update Golang to 1.10  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							2018-05-22 19:42:22 +02:00  
				
					
						
							
							
								 
						
							
							
								ed42a4909a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2594  from dmcgowan/update-integration-test-certs  
							
							... 
							
							
							
							Update integration test certificates 
							
						 
						
							2018-05-21 17:01:25 -07:00  
				
					
						
							
							
								 
						
							
							
								dabcfdc5a6 
								
									
								
							
								 
							
						 
						
							
							
								
								Update for vndr update  
							
							... 
							
							
							
							Signed-off-by: Derek McGowan <derek@mcgstyle.net> 
							
						 
						
							2018-05-21 16:33:38 -07:00  
				
					
						
							
							
								 
						
							
							
								b4dd9b4376 
								
									
								
							
								 
							
						 
						
							
							
								
								Update certificates  
							
							... 
							
							
							
							Set expiration to 10 years
Signed-off-by: Derek McGowan <derek@mcgstyle.net> 
							
						 
						
							2018-05-21 16:00:52 -07:00  
				
					
						
							
							
								 
						
							
							
								83389a1480 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2556  from justincormack/fewer-gorillas  
							
							... 
							
							
							
							Remove gorilla/context from vendor.conf 
							
						 
						
							2018-03-27 13:24:08 -07:00  
				
					
						
							
							
								 
						
							
							
								fb7b0ddfc3 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove gorilla/context from vendor.conf  
							
							... 
							
							
							
							This has been unused since we switched to Go context.
Signed-off-by: Justin Cormack <justin.cormack@docker.com> 
							
						 
						
							2018-03-26 15:46:07 -07:00  
				
					
						
							
							
								 
						
							
							
								23bef416bd 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2538  from tianon/challanges  
							
							... 
							
							
							
							Fix minor "Challanges" typo 
							
						 
						
							2018-03-21 09:58:14 -07:00  
				
					
						
							
							
								 
						
							
							
								607ae5d128 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2501  from xiaonancc77/master  
							
							... 
							
							
							
							Added ignore event types into notifications 
							
						 
						
							2018-03-14 10:37:02 -07:00  
				
					
						
							
							
								 
						
							
							
								34c706e759 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2549  from miminar/redis-delete-key  
							
							... 
							
							
							
							redis: delete right size attribute 
							
						 
						
							2018-03-13 16:12:15 -07:00  
				
					
						
							
							
								 
						
							
							
								492844e09c 
								
							
								 
							
						 
						
							
							
								
								redis: delete right size attribute  
							
							... 
							
							
							
							Signed-off-by: Michal Minář <miminar@redhat.com> 
							
						 
						
							2018-03-13 15:25:32 +01:00  
				
					
						
							
							
								 
						
							
							
								fc1d3647c6 
								
							
								 
							
						 
						
							
							
								
								Added ignore event typs into notifications  
							
							... 
							
							
							
							Signed-off-by: elsanli(李楠) <elsanli@tencent.com> 
							
						 
						
							2018-03-13 16:00:44 +08:00  
				
					
						
							
							
								 
						
							
							
								f2805894c8 
								
							
								 
							
						 
						
							
							
								
								Fix minor "Challanges" typo  
							
							... 
							
							
							
							Signed-off-by: Tianon Gravi <admwiggin@gmail.com> 
							
						 
						
							2018-03-01 11:25:05 -08:00  
				
					
						
							
							
								 
						
							
							
								6fca8d6e67 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2535  from xiaods/master  
							
							... 
							
							
							
							fix out of date cli arg for registry version 
							
						 
						
							2018-02-27 15:34:29 -08:00  
				
					
						
							
							
								 
						
							
							
								8b93700d99 
								
							
								 
							
						 
						
							
							
								
								fix out of date cli arg for registry version  
							
							... 
							
							
							
							Signed-off-by: Deshi Xiao <xiaods@gmail.com> 
							
						 
						
							2018-02-28 06:46:06 +08:00  
				
					
						
							
							
								 
						
							
							
								6664ec7039 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2466  from tifayuki/prometheus_go_metrics  
							
							... 
							
							
							
							add prometheus metrics 
							
						 
						
							2018-02-09 15:49:04 -08:00  
				
					
						
							
							
								 
						
							
							
								e3c37a46e2 
								
							
								 
							
						 
						
							
							
								
								Add Prometheus Metrics  
							
							... 
							
							
							
							at the first iteration, only the following metrics are collected:
  - HTTP metrics of each API endpoint
  - cache counter for request/hit/miss
  - histogram of storage actions, including:
    GetContent, PutContent, Stat, List, Move, and Delete
Signed-off-by: tifayuki <tifayuki@gmail.com> 
							
						 
						
							2018-02-09 14:27:51 -08:00  
				
					
						
							
							
								 
						
							
							
								13076371a6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2520  from ywk253100/ignore_path_not_found_error  
							
							... 
							
							
							
							Ignore path not found error when look up tags 
							
						 
						
							2018-02-09 11:19:52 -08:00  
				
					
						
							
							
								 
						
							
							
								005c6e0236 
								
							
								 
							
						 
						
							
							
								
								ignore path not found error when look up tags  
							
							... 
							
							
							
							Signed-off-by: Wenkai Yin <yinw@vmware.com> 
							
						 
						
							2018-02-08 17:32:25 +08:00  
				
					
						
							
							
								 
						
							
							
								d707ea2428 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2469  from felixbuenemann/letsencrypt-host-whitelist-support  
							
							... 
							
							
							
							Let's Encrypt Host Whitelist Support 
							
						 
						
							2018-02-06 16:11:20 -08:00  
				
					
						
							
							
								 
						
							
							
								1ba5b3b553 
								
									
								
							
								 
							
						 
						
							
							
								
								registry/storage: ignore missing tag on delete  
							
							... 
							
							
							
							Signed-off-by: Stephen J Day <stephen.day@docker.com> 
							
						 
						
							2018-02-06 15:25:51 -08:00  
				
					
						
							
							
								 
						
							
							
								fea8bd5114 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2471  from GarageDeveloper/master  
							
							... 
							
							
							
							fixes  #2249 : sanitize tenant and tenantid 
						
							2018-02-02 16:29:34 -08:00  
				
					
						
							
							
								 
						
							
							
								85b4d46b4f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2507  from mistyhacks/fix-storage-driver-link  
							
							... 
							
							
							
							Fixed broken storage driver link 
							
						 
						
							2018-02-01 13:49:34 -08:00