Honglin Feng
228bafca0b
run go fmt
...
Signed-off-by: Honglin Feng <tifayuki@gmail.com>
2019-02-15 21:14:57 +08:00
Honglin Feng
76da6290b0
add label to the metrics
...
Signed-off-by: Honglin Feng <tifayuki@gmail.com>
2019-02-15 21:14:57 +08:00
tifayuki
8b70616846
Add notification metrics
...
It adds notification related prometheus metrics, including:
- total count for events/success/failure/error
- total count for notification per each status code
- gauge of the pending notification queue
Signed-off-by: tifayuki <tifayuki@gmail.com>
2019-02-15 21:14:57 +08:00
Manish Tomar
ec6566c02b
Log authorized username
...
This is useful to know which user pulled/pushed which repo.
Signed-off-by: Manish Tomar <manish.tomar@docker.com>
2019-02-13 08:49:37 -08:00
Shawnpku
3aa2a282f7
support alicdn middleware
...
Signed-off-by: Shawnpku <chen8132@gmail.com>
2019-02-11 15:11:26 +08:00
Sebastiaan van Stijn
297ba124e6
Use consistent formatting for notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00
Derek McGowan
0d3efadf01
Merge pull request #2840 from manishtomar/fix-lint
...
Fix gometalint errors
2019-02-04 16:58:09 -08:00
Manish Tomar
48818fdea7
Remove err nil check
...
since type checking nil will not panic and return appropriately
Signed-off-by: Manish Tomar <manish.tomar@docker.com>
2019-02-04 16:42:44 -08:00
Ryan Abrams
411d6bcfd2
Merge pull request #2786 from thaJeztah/add_normalize_util
...
Add reference. ParseDockerRef utility function
2019-02-04 16:19:21 -08:00
Manish Tomar
da8db4666b
Fix gometalint errors
...
Signed-off-by: Manish Tomar <manish.tomar@docker.com>
2019-02-04 16:01:04 -08:00
Maria Bermudez
415f4f4837
Merge pull request #8057 from Mueslint/patch-2
...
Update deploying.md
2019-02-04 10:24:21 -08:00
L-Hudson
3aa9c1e8f8
Merge pull request #6912 from perlun/patch-1
...
nginx.md: Add note about potential security isues
2019-01-23 15:17:53 -05:00
Anne Henmi
43b914b687
Update nginx.md
...
Fixed security warning, changed to "anyone who can log on to the server where your Docker Registry is running"
2019-01-22 16:16:38 -07:00
Aleksejs Sinicins
b98fb58a09
Document registry s3 transfer acceleration option.
...
https://github.com/docker/distribution/pull/2166
2019-01-21 21:16:51 +02:00
Muesli
560471b555
Update deploying.md
...
FIX syntax for zsh / mac os x term
2019-01-21 16:56:33 +01:00
L-Hudson
2186a91607
Merge pull request #8042 from docker/revert-8041-patch-1
...
Revert "Fix error (small change, only 1 line)"
2019-01-17 14:08:43 -05:00
L-Hudson
582d8e62dc
Revert "Fix error (small change, only 1 line)"
2019-01-17 13:52:54 -05:00
L-Hudson
8d850da8d2
Merge pull request #8041 from 1c7/patch-1
...
Fix error (small change, only 1 line)
2019-01-17 10:31:58 -05:00
Cheng Zheng
0620562750
Fix error
2019-01-17 20:42:17 +08:00
Derek McGowan
b75069ef13
Merge pull request #2791 from AliyunContainerService/support-oss-byok
...
Support BYOK for OSS storage driver
2019-01-16 16:37:37 -08:00
Ryan Abrams
b1fd12d0c1
Merge pull request #2808 from gregrebholz/feat/tls1.2only
...
Registry - make minimum TLS version user configurable
2019-01-14 09:31:36 -08:00
paigehargrave
6a729b4418
Merge pull request #8008 from docker/name-change-for-Docker-Desktop
...
Name change for docker desktop
2019-01-14 11:33:11 -05:00
paigehargrave
af3ab22278
Merge branch 'master' into name-change-for-Docker-Desktop
2019-01-14 11:14:48 -05:00
Jack Baines
bda79219b2
Add code to handle pagination of parts. Fixes max layer size of 10GB bug
...
Signed-off-by: Jack Baines <jack.baines@uk.ibm.com>
2019-01-14 14:54:55 +00:00
Luca Bruno
15b0204758
registry: fix binary JSON content-type
...
This fixes registry endpoints to return the proper `application/json`
content-type for JSON content, also updating spec examples for that.
As per IETF specification and IANA registry [0], the `application/json`
type is a binary media, so the content-type label does not need any
text-charset selector. Additionally, the media type definition
explicitly states that it has no required nor optional parameters,
which makes the current registry headers non-compliant.
[0]: https://www.iana.org/assignments/media-types/application/json
Signed-off-by: Luca Bruno <lucab@debian.org>
2019-01-14 09:04:42 +00:00
Greg Rebholz
cdb62b2b77
Registry - make minimum TLS version user configurable
...
Signed-off-by: J. Gregory Rebholz <gregrebholz@gmail.com>
2019-01-11 18:11:03 -05:00
paigehargrave
c73861540e
Update insecure.md
2019-01-11 13:23:58 -05:00
andyzhangx
7df881dcbe
change default Dockerfile to install ssl utils
...
Signed-off-by: andyzhangx <xiazhang@microsoft.com>
2019-01-10 03:56:42 +00:00
paigehargrave
f9d531c4b7
404 registry API
2019-01-08 14:42:05 -05:00
Derek McGowan
91b0f0559e
Merge pull request #2801 from caervs/ISS-2793
...
Add docs for autoredirect config parameter
2019-01-07 10:58:55 -08:00
Derek McGowan
980d1a696b
Merge pull request #2800 from davidswu/autoredirect
...
default autoredirect to false
2019-01-07 10:26:29 -08:00
Ryan Abrams
d1abdeb623
Add docs for autoredirect config parameter
...
Config parameter is user facing so should be documented.
Signed-off-by: Ryan Abrams <rdabrams@gmail.com>
2019-01-04 13:11:20 -08:00
Sebastiaan van Stijn
0ac367fd6b
Add reference.ParseDockerRef utility function
...
ParseDockerRef normalizes the image reference following the docker
convention. This is added mainly for backward compatibility. The reference
returned can only be either tagged or digested. For reference contains both tag
and digest, the function returns digested reference, e.g.
docker.io/library/busybox:latest@sha256:7cc4b5aefd1d0cadf8d97d4350462ba51c694ebca145b08d7d41b41acc8db5aa
will be returned as
docker.io/library/busybox@sha256:7cc4b5aefd1d0cadf8d97d4350462ba51c694ebca145b08d7d41b41acc8db5aa.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-04 21:26:06 +01:00
David Wu
eb1a2cd911
default autoredirect to false
...
Signed-off-by: David Wu <david.wu@docker.com>
2019-01-04 11:05:12 -08:00
Anne Henmi
f89f0867e2
Update nginx.md
...
wording
2019-01-02 08:51:16 -07:00
Anne Henmi
d2bb626afa
Merge pull request #6051 from xueshanf/master
...
Mention that rootdirectory prefix has to be pre-created
2018-12-26 10:16:40 -07:00
Li Yi
b7839211af
Update doc for BYOK support in OSS storage driver
...
Change-Id: I195f29195f999e3e14ba921fd3435a6dc4788417
Signed-off-by: Li Yi <denverdino@gmail.com>
2018-12-25 09:32:16 +08:00
Li Yi
90bed67126
Support BYOK for OSS storage driver
...
Change-Id: I423ad03e63bd38aded3abfcba49079ff2fbb3b74
Signed-off-by: Li Yi <denverdino@gmail.com>
2018-12-25 08:30:40 +08:00
Maria Bermudez
401a2b75e8
Merge branch 'JoeWrightss-patch-1'
2018-12-05 12:39:35 -08:00
Derek McGowan
40b7b5830a
Merge pull request #2775 from caervs/release_notes_2.7
...
Release notes for 2.7
2018-12-03 16:05:39 -08:00
Ryan Abrams
08c6bbed05
Release notes for 2.7
...
Signed-off-by: Ryan Abrams <rdabrams@gmail.com>
2018-11-29 16:35:06 -08:00
Derek McGowan
d9e1218235
Merge pull request #2772 from dmcgowan/add-arm-flag
...
Add GOARM flag to dockerfile
2018-11-29 15:15:00 -08:00
Derek McGowan
63f6c1205d
Add GOARM flag to dockerfile
...
When building with arm on alpine, GOARM should
be set to 6 by default.
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-11-28 10:40:29 -08:00
Derek McGowan
aa985ba889
Merge pull request #2711 from davidswu/autoredirect
...
add autoredirect auth config
2018-11-27 15:48:25 -08:00
Derek McGowan
dd36fd3622
Merge pull request #2742 from tescherm/configure-bugsnag-logging
...
add bugsnag logrus hook
2018-11-27 15:08:17 -08:00
Maria Bermudez
01ceef9f0a
Restoring open source registry garbage collection page
2018-11-15 07:55:03 -08:00
Maria Bermudez
62894d68b6
Merge public:master into private
2018-11-02 10:03:18 -07:00
Manish Tomar
1251e51ad0
better name and updated tests
...
- use ManifestDigests name instead of Indexes
- update tests to validate against multiple tags
Signed-off-by: Manish Tomar <manish.tomar@docker.com>
2018-11-01 10:31:08 -07:00
Manish Tomar
9ebf151ac2
API to retrive tag's digests
...
Add an interface alongside TagStore that provides API to retreive
digests of all manifests that a tag historically pointed to. It also
includes currently linked tag.
Signed-off-by: Manish Tomar <manish.tomar@docker.com>
2018-10-29 18:19:05 -07:00
Matt Tescher
7c4d584e58
add bugsnag logrus hook
...
Signed-off-by: Matt Tescher <matthew.tescher@docker.com>
2018-10-25 14:52:10 -07:00