Stephen Day
a9a9658e41
Merge pull request #388 from mika/master
...
docs: drop newlines in URLs to avoid 404
2015-04-17 16:54:09 -07:00
Stephen Day
22c72773f6
Merge pull request #389 from DreadPirateShawn/fixtypos
...
Fix deployment guide typos re: image name consistency.
2015-04-17 16:51:31 -07:00
Shawn Falkner-Horine
85cc6bc4bb
Fix deployment guide typos re: image name consistency.
...
Signed-off-by: Shawn Falkner-Horine <dreadpirateshawn@gmail.com>
2015-04-17 21:13:24 +00:00
Michael Prokop
647e0a48b3
docs: drop newlines in URLs to avoid 404
...
The docs as available at
https://github.com/docker/distribution/blob/master/docs/configuration.md
result in 404 errors:
https://github.com/docker/distribution/blob/master/cmd/registry/%0Aconfig.yml
http://docs.aws.amazon.com/AWSSecurityCredentials/1.0/%0AAboutAWSCredentials.html#KeyPairs
instead of pointing to the correct ones, being:
https://github.com/docker/distribution/blob/master/cmd/registry/config.yml
http://docs.aws.amazon.com/AWSSecurityCredentials/1.0/AboutAWSCredentials.html#KeyPairs
So avoid the newlines in the corresponding source files.
Signed-off-by: Michael Prokop <mika@grml.org>
2015-04-17 23:09:43 +02:00
Stephen Day
7c25fcf698
Merge pull request #375 from RichardScothern/path-logging
...
registry/storage/driver: add path and other info to filesytem trace methods.
2015-04-17 14:09:23 -07:00
Richard
6b1c2e9b1f
Add path and other info to filesytem trace methods.
...
Also fix Delete (was 'Move').
2015-04-17 13:55:18 -07:00
Stephen Day
7c760146bd
Merge pull request #384 from liubin/fixtypos
...
fix some typos in source comments
2015-04-17 11:55:19 -07:00
bin liu
e0521d2d01
fix some typos in source comments
...
Signed-off-by: bin liu <liubin0329@gmail.com>
2015-04-17 12:39:52 +00:00
Stephen Day
5ded64812a
Merge pull request #376 from nubs/patch-1
...
docs: fix registry link to point to localhost in deploy doc
2015-04-16 15:38:06 -07:00
Spencer Rinehart
570fedb2ab
Fix registry link to point to localhost in deploy doc.
...
Signed-off-by: Spencer Rinehart <anubis@overthemonkey.com>
2015-04-16 17:16:42 -05:00
Stephen Day
62b70f951f
Merge pull request #374 from stevvooe/release-preparation
...
Release preparation
2015-04-16 11:27:48 -07:00
Stephen J Day
aa74de8824
Update rough version for release
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-16 11:25:03 -07:00
Stephen J Day
04a6446e90
Update AUTHORS file for releease.
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-16 11:23:56 -07:00
Stephen Day
cce1641f9b
Merge pull request #333 from RichardScothern/purgeuploads
...
registry/storage: automatically purge old upload files
2015-04-16 11:16:51 -07:00
Olivier Gambier
604d39bbed
Merge pull request #373 from bfirsh/use-tag-in-docker-run
...
Use registry:2.0 tag in docker run
2015-04-16 11:16:33 -07:00
Ben Firshman
5e4deba5a4
Use registry:2.0 tag in docker run
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-04-16 11:11:03 -07:00
Richard
e4f07c368b
Automatically purge old upload files.
...
When the registry starts a background timer will periodically
scan the upload directories on the file system every 24 hours
and delete any files older than 1 week. An initial jitter
intends to avoid contention on the filesystem where multiple
registries with the same storage driver are started
simultaneously.
2015-04-16 10:57:34 -07:00
Stephen Day
c5f416119f
Merge pull request #361 from moxiegirl/docs-part-two
...
docs: updating with new RC work
2015-04-16 10:55:47 -07:00
Mary Anthony
b939d6d118
Updating with new RC work
...
Fixing typos and adding tables
Updating with testing material
Tweak after read through
Adding in Stephen's comments
Adding in Richard's comments. Fixing the broken images
closes issue #363
Another try
Signed-off-by: Mary Anthony <mary@docker.com>
2015-04-16 10:44:30 -07:00
Stephen Day
e57319cc60
Merge pull request #371 from docker/dmp42-patch-1
...
Update README.md
2015-04-16 10:38:19 -07:00
Jessie Frazelle
399b11cf29
Merge pull request #367 from bfirsh/update-landing-page
...
docs: add landing page for Registry to docs
2015-04-16 10:15:54 -07:00
Ben Firshman
ec9b9d560f
Add landing page for Registry to docs
...
- Explain why you would want to use a registry
- Explain difference between Docker Hub and Registry
- List some features of Registry
- Add table of contents for documentation - particularly "deploying a registry" call to action
- Use standard "Getting help" section from orchestration projects
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-04-16 10:01:36 -07:00
Olivier Gambier
e7c91169e8
Update README.md
...
Fix version requirement.
2015-04-16 02:57:02 -07:00
Stephen Day
c5183a446b
Merge pull request #369 from stevvooe/http-request-status-context-manager
...
context, registry/handlers: instantiate http context before dispatch
2015-04-15 23:23:40 -07:00
Stephen Day
75983a4a7f
Merge pull request #364 from ncdc/resumable-digest-optional
...
Use a build flag to disable resumable digests
2015-04-15 23:22:25 -07:00
Stephen Day
2380699cf8
Merge pull request #366 from stevvooe/log-version
...
cmd/registry: correctly log application version
2015-04-15 23:21:38 -07:00
Stephen J Day
7420a3de10
Instantiate http context before dispatch
...
Ensure that the status is logged in the context by instantiating before the
request is routed to handlers. While this requires some level of hacking to
acheive, the result is that the context value of "http.request.status" is as
accurate as possible for each request.
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-15 19:53:36 -07:00
Stephen J Day
cc8285f74c
Provide access to response writer in Context
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-15 19:18:40 -07:00
Stephen Day
e16c23bb43
Merge pull request #368 from dmcgowan/upload-api-docs-update
...
Update final upload chunk api doc
2015-04-15 19:09:00 -07:00
Andy Goldstein
7fdd395653
Use a build flag to disable resumable digests.
...
Signed-off-by: Andy Goldstein <agoldste@redhat.com>
2015-04-16 01:19:57 +00:00
Stephen Day
7792f3882a
Merge pull request #365 from dtan4/fix-doc-markdown
...
doc: modify markdown format in distribution.md
2015-04-15 18:03:51 -07:00
Derek McGowan
21504560e1
Update final upload chunk api doc
...
Updates description about content length and location
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-04-15 17:55:15 -07:00
Daisuke Fujita
4cacbb4faf
Modify markdown format in distribution.md
...
Signed-off-by: Daisuke Fujita <dtanshi45@gmail.com>
2015-04-16 09:22:24 +09:00
Stephen J Day
600de20037
Correctly log application version
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-15 16:37:39 -07:00
Stephen Day
030006a6d7
Merge pull request #362 from RichardScothern/username-context
...
Add username to context
2015-04-15 12:26:26 -07:00
Richard
cb6a6125f6
Add auth.user.name to logging context
2015-04-15 10:34:24 -07:00
Stephen Day
ab2499df98
Merge pull request #360 from RichardScothern/gorelic-verbose
...
Enable configuration of new relic STDOUT logging
2015-04-14 14:55:17 -07:00
Richard
c359a6d172
Enable configuration of new relic STDOUT logging
2015-04-14 13:16:10 -07:00
Stephen Day
1c22aefa5e
Merge pull request #355 from dmcgowan/compose-nginx-forward
...
Update nginx proxy setting to set forward headers
2015-04-13 15:14:39 -07:00
Derek McGowan
566768558c
Update nginx proxy setting to set forward headers
...
Set forward headers so the IP and scheme get sent to the registry. This allows the registry to set a proper redirect with the correct scheme when HTTPS is being used.
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-04-13 14:03:10 -07:00
Olivier Gambier
75919b7dcc
Merge pull request #353 from kennethlimcp/patch-1
...
server --> serve
2015-04-13 07:29:54 -07:00
Kenneth Lim
f5a104dbcd
server --> serve
...
Possible typo?
2015-04-13 22:11:48 +08:00
Richard Scothern
90af0f9b7a
Merge pull request #343 from stevvooe/tracing-driver
...
context, storagedriver: trace function calls to Base storage driver
2015-04-10 16:55:57 -07:00
Stephen J Day
730ce83cdf
Trace function calls to Base storage driver
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-10 16:42:36 -07:00
Stephen J Day
d8ac79f643
Contextual tracing support for logs
...
This adds WithTrace function to the context package that allows users to trace
a time span between a trace allocation and returned function call. The
resulting context includes ids that will allow for future dapper-like analysis.
Please see the godoc addition for details.
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-10 16:42:30 -07:00
Stephen Day
aa752f68a1
Merge pull request #338 from dmcgowan/nginx_v1_v2_deployment
...
docs: add nginx configuration for v1 and v2 registry
2015-04-10 16:35:50 -07:00
Stephen Day
ad76574d74
Merge pull request #336 from RichardScothern/docs
...
doc/spec: documentation for the Image Manifest V2 format
2015-04-10 16:26:27 -07:00
Stephen Day
7cfc6fd062
Merge pull request #350 from RichardScothern/s3-rootpath
...
Update S3 configuration documentation
2015-04-10 16:22:38 -07:00
Stephen Day
41dd70c901
Merge pull request #349 from RichardScothern/348
...
Prevent Close() from being called after Finish()
2015-04-10 16:21:01 -07:00
Richard
e564ac59c3
Documentation for the Image Manifest V2 specification
2015-04-10 16:13:32 -07:00