36fa22c821
Fix a race condition in pull through cache population by removing the functionality of readers joining current downloads. Concurrent requests for the same blob will not block, but only the first instance will be comitted locally.
Richard Scothern
2015-09-18 16:11:35 -07:00
515b9596e7
Fix a race condition in pull through cache population by removing the functionality of readers joining current downloads. Concurrent requests for the same blob will not block, but only the first instance will be comitted locally.
Richard Scothern
2015-09-18 16:11:35 -07:00
d5ca577ad1
Allow hostname components in component names.
Matt Moore
2015-10-07 16:06:53 -07:00
74c32a0a51
Allow hostname components in component names.
Matt Moore
2015-10-07 16:06:53 -07:00
4946d0d035
Merge pull request #1072 from compnski/patch-1
Richard Scothern
2015-10-08 10:12:21 -07:00
1c1917fd5a
Update configuration.md
Jason Freidman
2015-10-06 16:23:04 -07:00
0b543b4767
change flag name to better follow the other flags that start with disable;
Jessica Frazelle
2015-10-06 15:45:32 -07:00
a0007130cf
Merge pull request #1076 from harche/patch-2
Richard Scothern
2015-10-07 10:09:15 -07:00
4ff7656ba1
Typo in command to check registry version
harche
2015-10-07 15:38:13 +05:30
60edb40c29
Merge pull request #16509 from HuKeping/search-problem
Vincent Demeester
2015-10-04 18:21:32 +02:00
82965f6c84
Fix docker search problem
Hu Keping
2015-09-22 19:44:40 +08:00
89bedf1e7f
Merge pull request #1048 from docker/docs-secure-default
Richard Scothern
2015-10-01 10:26:38 -07:00
1039e2dc26
Merge pull request #950 from jackpgriffin/master
Richard Scothern
2015-10-01 10:15:54 -07:00
61a4a1362c
Merge pull request #950 from jackpgriffin/master
Richard Scothern
2015-10-01 10:15:54 -07:00
7f83bfd8af
Correct the default setting of s3's "secure" parameter in configuration.md
Aaron Lehmann
2015-09-30 18:41:06 -07:00
ebaa771c3b
Prevent push and pull to v1 registries by filtering the available endpoints. Add a daemon flag to control this behaviour. Add a warning message when pulling an image from a v1 registry. The default order of pull is slightly altered with this changset.
Richard Scothern
2015-09-16 10:42:17 -07:00
d03c56129c
Merge pull request #991 from mattmoor/expires_in_proposal
Richard Scothern
2015-09-25 15:23:28 -07:00
07b05a72bb
Merge pull request #999 from nakedible-p/patch-1
Richard Scothern
2015-09-25 15:23:03 -07:00
794975e9e6
Merge pull request #1014 from shyr/patch-3
Richard Scothern
2015-09-23 10:04:33 -07:00
cbf83ecd31
Add an "enabled" parameter under "readonly", and make it as if the mutable handlers don't exist when read-only mode is enabled
Aaron Lehmann
2015-08-06 18:02:43 -07:00
a601f92336
Add an "enabled" parameter under "readonly", and make it as if the mutable handlers don't exist when read-only mode is enabled
Aaron Lehmann
2015-08-06 18:02:43 -07:00
df9758ba39
Add a read-only mode as a configuration option
Aaron Lehmann
2015-08-06 10:34:35 -07:00
c9bb330b71
Add a read-only mode as a configuration option
Aaron Lehmann
2015-08-06 10:34:35 -07:00
9fb5fe4fbb
Don't return a nil array and a nil error if the Tags endpoint cannot be found Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
Richard Scothern
2015-09-18 11:26:34 -07:00
f36ab5a834
Don't return a nil array and a nil error if the Tags endpoint cannot be found Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
Richard Scothern
2015-09-18 11:26:34 -07:00
b8a1ec4155
Avoid returning nil, nil when fetching a manifest by tag by introducing a new error ErrManifestNotModified which can be checked by clients.
Richard Scothern
2015-09-18 11:00:44 -07:00
924913b4c3
Avoid returning nil, nil when fetching a manifest by tag by introducing a new error ErrManifestNotModified which can be checked by clients.
Richard Scothern
2015-09-18 11:00:44 -07:00
ca7c845dc0Fixes#684
Matt Moore
2015-09-16 09:33:24 -07:00
f8109a78f9
Merge pull request #997 from xiekeyang/typo
Richard Scothern
2015-09-18 12:03:58 -07:00