Commit graph

  • a7199f5d7c Fixed whitespace and made the command consistent with the other examples. Avi Miller 2015-11-25 10:41:40 +11:00
  • b27d479ad5 Adding additional comment to enable the shared system certificates store. Avi Miller 2015-11-25 10:30:12 +11:00
  • 17d4e82944
    Formatting content digest calculation to avoid copyright symbols Morgan Bauer 2015-11-23 12:59:51 -08:00
  • 7efcb7496c Update daemon and docker core to use new content addressable storage Tonis Tiigi 2015-11-18 14:20:54 -08:00
  • 9c3c50faff Merge pull request #1198 from jonboulle/master Richard Scothern 2015-11-23 10:14:31 -08:00
  • 54f9743402 Merge pull request #1193 from SvenDowideit/docs-validation-changes Sven Dowideit 2015-11-23 12:17:22 +10:00
  • 23b1b12b10 README: fix formatting of docker-registry link Jonathan Boulle 2015-11-20 17:18:25 -08:00
  • 64bc8af1b9 Doc fixes found by validation job Sven Dowideit 2015-11-20 12:21:03 +10:00
  • dde006ba6b registry/registry.go: simplify logical expression Alexander Morozov 2015-11-17 16:12:11 -08:00
  • fc2531f15c Merge pull request #17617 from askb/17168_pull_error_fix Alexander Morozov 2015-11-17 16:10:44 -08:00
  • 3eeebe7be3 Make NormalizeLocalName to not reach the network to normalize names. David Calavera 2015-11-16 10:27:22 -05:00
  • 1820704288 Fix for #17168 misleading pull error Anil Belur 2015-11-02 13:38:02 +05:30
  • c0d094a72a Merge pull request #1166 from treed/master Stephen Day 2015-11-11 17:18:25 -08:00
  • 0a3acb2625 Merge pull request #1166 from treed/master Stephen Day 2015-11-11 17:18:25 -08:00
  • 9577d3053a Merge pull request #910 from RichardScothern/go-1.5 Richard Scothern 2015-11-11 16:31:28 -08:00
  • c3c932f4e1 Use go 1.5 on the build machine Signed-off-by: Richard Scothern <richard.scothern@gmail.com> Richard Scothern 2015-11-10 17:01:43 -08:00
  • a53b1a9989 Merge pull request #1125 from rustyconover/fix-url-path-escaping Richard Scothern 2015-11-10 16:50:55 -08:00
  • bb745757de Merge pull request #1125 from rustyconover/fix-url-path-escaping Richard Scothern 2015-11-10 16:50:55 -08:00
  • aaf448b2de Merge pull request #1141 from lebauce/swift-no-missing-segment Richard Scothern 2015-11-10 10:39:43 -08:00
  • a33095af80 Merge pull request #1141 from lebauce/swift-no-missing-segment Richard Scothern 2015-11-10 10:39:43 -08:00
  • d7b999e903 Merge pull request #1172 from aaronlehmann/swift-empty-delete-request Richard Scothern 2015-11-10 10:36:19 -08:00
  • 00aeb6ece7 Merge pull request #1172 from aaronlehmann/swift-empty-delete-request Richard Scothern 2015-11-10 10:36:19 -08:00
  • accfa46f9b Fix empty delete requests with Swift fs driver Aaron Lehmann 2015-11-09 15:33:05 -08:00
  • 6664a1384e Fix empty delete requests with Swift fs driver Aaron Lehmann 2015-11-09 15:33:05 -08:00
  • 9516a01c56 dockerversion placeholder for library import Vincent Demeester 2015-11-09 19:32:46 +01:00
  • f01a70c8a6 De-obfuscate error message Ted Reed 2015-11-06 17:10:28 -08:00
  • fddbf73a57 De-obfuscate error message Ted Reed 2015-11-06 17:10:28 -08:00
  • 057284b593 Merge pull request #1156 from RichardScothern/manifest-verification Richard Scothern 2015-11-04 14:09:12 -08:00
  • 362ae9cc41 Merge pull request #1156 from RichardScothern/manifest-verification Richard Scothern 2015-11-04 14:09:12 -08:00
  • 7ed02ea1db Merge pull request #1161 from stevvooe/add-status-badges Richard Scothern 2015-11-04 14:08:46 -08:00
  • 5882b97ef2 Add nice status badges to README Stephen J Day 2015-11-04 12:48:18 -08:00
  • 0d91f2899e Merge pull request #17614 from LK4D4/fix_golint Jess Frazelle 2015-11-03 15:32:12 -08:00
  • 78b6d648fa Before allowing a schema1 manifest to be stored in the registry, ensure that it contains equal length History and FSLayer arrays. Richard Scothern 2015-11-03 11:03:17 -08:00
  • dd32fbe615 Before allowing a schema1 manifest to be stored in the registry, ensure that it contains equal length History and FSLayer arrays. Richard Scothern 2015-11-03 11:03:17 -08:00
  • 573be447c6 Merge pull request #1150 from RichardScothern/carry-1070 Richard Scothern 2015-11-03 15:15:48 -08:00
  • 603ffd58e1 Merge pull request #1150 from RichardScothern/carry-1070 Richard Scothern 2015-11-03 15:15:48 -08:00
  • e79324edd8 Add a generic error type to capture non-typed errors Richard Scothern 2015-11-02 13:23:53 -08:00
  • bc6e4cdceb Add a generic error type to capture non-typed errors Richard Scothern 2015-11-02 13:23:53 -08:00
  • 7840a5bc8f Fix for issue 664: https://github.com/docker/distribution/issues/664 Errors thrown by storage drivers don't have the name of the driver, causing user confusion about whether the error is coming from Docker or from a storage driver. This change adds the storage driver name to each error message. amitshukla 2015-10-02 16:19:06 -07:00
  • 9637cb40cd Fix for issue 664: https://github.com/docker/distribution/issues/664 Errors thrown by storage drivers don't have the name of the driver, causing user confusion about whether the error is coming from Docker or from a storage driver. This change adds the storage driver name to each error message. amitshukla 2015-10-02 16:19:06 -07:00
  • bd958d8b88 Merge pull request #1114 from lebauce/swift-temp-url Richard Scothern 2015-11-03 09:34:01 -08:00
  • a9da0e5100 Merge pull request #1114 from lebauce/swift-temp-url v2.2.0 Richard Scothern 2015-11-03 09:34:01 -08:00
  • 34c1d0ed50 Ensure read after write for segments Sylvain Baubeau 2015-10-29 12:24:56 +01:00
  • 3ff8af326b Ensure read after write for segments Sylvain Baubeau 2015-10-29 12:24:56 +01:00
  • 0737bb7175 Update Swift bindings Sylvain Baubeau 2015-11-03 09:57:39 +01:00
  • 11546b5309 Add support for temporary URL for Swift driver Sylvain Baubeau 2015-11-03 09:59:50 +01:00
  • 7c3281861f Add support for temporary URL for Swift driver Sylvain Baubeau 2015-11-03 09:59:50 +01:00
  • 7759153f2f Update Swift bindings Sylvain Baubeau 2015-11-03 09:57:39 +01:00
  • 5fc31de717 Merge pull request #1152 from RichardScothern/credit2 Richard Scothern 2015-11-02 17:14:35 -08:00
  • 34754f20d8 Update authors Signed-off-by: Richard Scothern <richard.scothern@gmail.com> Richard Scothern 2015-11-02 16:05:25 -08:00
  • 9316c2c3bc Merge pull request #1151 from RichardScothern/credit Olivier Gambier 2015-11-02 16:07:21 -08:00
  • b313f011e3 Update authors Signed-off-by: Richard Scothern <richard.scothern@gmail.com> Richard Scothern 2015-11-02 16:05:25 -08:00
  • e760111803 Update maintainers Signed-off-by: Richard Scothern <richard.scothern@gmail.com> Richard Scothern 2015-11-02 16:05:06 -08:00
  • 222e6e91c4 Merge pull request #1149 from stevvooe/close-filereader Richard Scothern 2015-11-02 13:22:32 -08:00
  • afd61ce8f2 Vendor updated version of docker/distribution Aaron Lehmann 2015-10-30 17:46:25 -07:00
  • 854fa0a4dd registry/storage: close filereader after allocation Stephen J Day 2015-11-02 11:52:14 -08:00
  • 46dd057f5c registry/storage: close filereader after allocation Stephen J Day 2015-11-02 11:52:14 -08:00
  • c6c9194e9c Merge pull request #1148 from aaronlehmann/withname-check-length Richard Scothern 2015-11-02 11:54:34 -08:00
  • 073bd89262 Check length of input in WithName Aaron Lehmann 2015-11-02 09:12:21 -08:00
  • 94913b8f7f Fix go vet warnings Alexander Morozov 2015-11-02 08:28:34 -08:00
  • ef17db8d73 Merge pull request #1122 from RichardScothern/scheduler-coalesce Richard Scothern 2015-10-30 13:43:07 -07:00
  • 326ec6c121 Merge pull request #1139 from aaronlehmann/reference-withtag-fix Richard Scothern 2015-10-29 15:25:18 -07:00
  • 00f02b5fbc Buffer writing the scheduler entry state to disk by periodically checking for changes to the entries index and saving it to the filesystem. Richard Scothern 2015-10-23 15:25:42 -07:00
  • 33428c37e1 Buffer writing the scheduler entry state to disk by periodically checking for changes to the entries index and saving it to the filesystem. Richard Scothern 2015-10-23 15:25:42 -07:00
  • a31e93e1c4 Merge pull request #756 from aibaars/storage-gcs Richard Scothern 2015-10-29 10:41:17 -07:00
  • 9e8aaf7b40 Merge pull request #756 from aibaars/storage-gcs Richard Scothern 2015-10-29 10:41:17 -07:00
  • 985ee759e7 Use correct regexp in reference.WithTag Aaron Lehmann 2015-10-28 18:22:00 -07:00
  • cbf1f0797c Merge pull request #1096 from aaronlehmann/simplify-proxy-scheduler Richard Scothern 2015-10-28 13:23:00 -07:00
  • 987a69dd05 Merge pull request #1096 from aaronlehmann/simplify-proxy-scheduler Richard Scothern 2015-10-28 13:23:00 -07:00
  • 98ad17f757 Storage driver for: Google Cloud Storage (gcs) Arthur Baars 2015-07-20 18:45:15 +01:00
  • 59784ecdd0 Storage driver for: Google Cloud Storage (gcs) Arthur Baars 2015-07-20 18:45:15 +01:00
  • 41e71e9a46 Google Cloud Storage (gcs) dependencies (2) Arthur Baars 2015-07-20 18:44:35 +01:00
  • 95db61e97f Google Cloud Storage (gcs) dependencies (1) Arthur Baars 2015-07-20 18:44:35 +01:00
  • 731c43e3db Merge pull request #1136 from RichardScothern/update-roadmap Olivier Gambier 2015-10-27 20:39:52 -07:00
  • 24de26a805 Revert "dockerversion placeholder for library-import" Brian Goff 2015-10-27 21:19:14 -04:00
  • 183d144520 Update distribution roadmap. Richard Scothern 2015-10-27 17:20:49 -07:00
  • 2d23e77284 Merge pull request #1047 from mattmoor/expires_in_proposal Stephen Day 2015-10-27 14:29:08 -07:00
  • 6bcd8a1dec Merge pull request #1099 from RichardScothern/go-version Stephen Day 2015-10-27 14:19:43 -07:00
  • c2d5c29437 dockerversion placeholder for library-import Vincent Demeester 2015-10-25 19:18:23 +01:00
  • b38b98c8a8 Add expires_in and issued_at to the auth spec. Matt Moore 2015-09-30 08:47:01 -07:00
  • 0c7cd3fcf8 Add expires_in and issued_at to the auth spec. Matt Moore 2015-09-30 08:47:01 -07:00
  • 9293e3db11 Fix failing test case Rusty Conover 2015-10-25 13:01:45 -04:00
  • 5f2205981b Fix failing test case Rusty Conover 2015-10-25 13:01:45 -04:00
  • 1c5f8166e4 Merge pull request #1121 from thaJeztah/fix-doc-emoji Richard Scothern 2015-10-22 17:13:33 -07:00
  • bf6ca6cb53 Docs: replace emoji with regular warning Sebastiaan van Stijn 2015-10-22 15:21:02 -07:00
  • a266f99418 Merge pull request #1095 from mrwacky42/api-version-annotated Richard Scothern 2015-10-22 14:04:32 -07:00
  • e569236f1e Add go version to logger output Signed-off-by: Richard Scothern <richard.scothern@gmail.com> Richard Scothern 2015-10-05 15:28:22 -07:00
  • 24a3f92616 Merge pull request #1118 from SvenDowideit/stop-linking-when-rendering-to-html Olivier Gambier 2015-10-22 09:34:09 -07:00
  • a5040860f2 Prevent md->html link generation Sven Dowideit 2015-10-22 17:27:21 +10:00
  • 8cc790cccf Merge pull request #1098 from denverdino/master Stephen Day 2015-10-21 14:50:18 -07:00
  • e5d9837970 Merge pull request #1098 from denverdino/master Stephen Day 2015-10-21 14:50:18 -07:00
  • cc69dcca8d Merge pull request #1115 from tianon/fix-auth-servehttp-comment Stephen Day 2015-10-21 12:56:14 -07:00
  • e6bb0aa7c0 Merge pull request #1115 from tianon/fix-auth-servehttp-comment Stephen Day 2015-10-21 12:56:14 -07:00
  • 8263cdeb57 Update "type auth.Challenge" comment example code Tianon Gravi 2015-10-20 06:57:15 -07:00
  • 39d47e8eea Update "type auth.Challenge" comment example code Tianon Gravi 2015-10-20 06:57:15 -07:00
  • 8806306f3d Merge pull request #1111 from aaronlehmann/golint-comments Richard Scothern 2015-10-20 09:53:14 -07:00
  • 7e9c832524 Merge pull request #1111 from aaronlehmann/golint-comments Richard Scothern 2015-10-20 09:53:14 -07:00
  • fc5ee720d1 Correct two golint comment issues Aaron Lehmann 2015-10-19 16:42:12 -07:00
  • 5608db616c Correct two golint comment issues Aaron Lehmann 2015-10-19 16:42:12 -07:00
  • 21b6f54796 Merge pull request #1110 from RichardScothern/env-var-clarification Olivier Gambier 2015-10-19 14:53:20 -07:00