summaryrefslogtreecommitdiff
path: root/registry/registry.go
Commit message (Expand)AuthorAgeFilesLines
* registry: defaultService: use sync.RWMutexSebastiaan van Stijn2022-03-171-0/+1
* registry: return "errdefs" compatible error typesSebastiaan van Stijn2022-03-171-5/+4
* registry: remove unused error return from HostCertsDir()Sebastiaan van Stijn2022-03-171-12/+4
* registry: un-export HTTPClient() and NewTransport()Sebastiaan van Stijn2022-03-171-7/+5
* distribution: remove use of deprecated dial.DualStackSebastiaan van Stijn2022-02-221-1/+0
* registry: remove unused registry.ErrAlreadyExistsSebastiaan van Stijn2021-10-051-7/+0
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-4/+3
* registry: fix mtls config dir passingTonis Tiigi2020-05-141-13/+2
* vendor: update buildkit to ae7ff174Tonis Tiigi2020-04-141-11/+21
* Revert "Don't die when daemon cannot read certs.d"Sebastiaan van Stijn2020-02-251-1/+1
* registry: fix goimportsSebastiaan van Stijn2020-01-061-3/+2
* Use certs.dDmitry Sharshakov2019-11-251-1/+16
* Don't die when daemon cannot read certs.dsh7dm2019-11-251-1/+1
* Fix base.Dial is deprecated: Use DialContext insteadHuanHuan Ye2019-09-201-6/+1
* registry: use len(via)!=0 instead of via!=nilIskander (Alex) Sharipov2018-12-111-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Remove Docker from some functionsVincent Demeester2017-10-251-2/+2
* Fix golint errors.Daniel Nephin2017-08-181-1/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Use system ca pool from tlsconfigDerek McGowan2016-10-311-3/+5
* Fix govet for go1.7 Tonis Tiigi2016-09-021-5/+4
* fix typosallencloud2016-06-021-1/+1
* Respect ALL_PROXY during registry operationsBrett Higgins2016-04-251-7/+17
* Move registry service options to the daemon configuration.David Calavera2016-03-101-7/+0
* Push/pull errors improvement and cleanupAaron Lehmann2016-02-111-49/+0
* Respond with 401 when there is an unauthorized error from the registry.David Calavera2016-01-271-1/+0
* Merge pull request #19057 from dnephin/remove_version_from_registry_pkgTibor Vass2016-01-251-25/+7
|\
| * Remove the use of dockerversion from the registry packageDaniel Nephin2016-01-151-25/+7
* | Clarify error message when a .cert file is missing a corresponding keyAaron Lehmann2016-01-201-2/+2
|/
* Merge pull request #18889 from aaronlehmann/v1-fallback-pull-all-tagsPhil Estes2016-01-051-1/+1
|\
| * Allow v1 protocol fallback when pulling all tags from a repository unknown to...Aaron Lehmann2015-12-231-1/+1
* | Remove usage of pkg sockets and tlsconfig.David Calavera2015-12-291-1/+1
|/
* When a manifest is not found, allow fallback to v1Aaron Lehmann2015-12-211-3/+3
* Add missing bounds in ContinueOnErrorAaron Lehmann2015-12-081-0/+3
* Check if CertsDir is not emptyMichal Gebauer2015-11-251-1/+1
* registry/registry.go: simplify logical expressionAlexander Morozov2015-11-171-3/+1
* Fix for #17168 misleading pull errorAnil Belur2015-11-141-0/+5
* dockerversion placeholder for library importVincent Demeester2015-11-091-3/+3
* Merge pull request #17614 from LK4D4/fix_golintJess Frazelle2015-11-031-6/+6
|\
| * Fix go vet warningsAlexander Morozov2015-11-021-6/+6
* | Vendor updated version of docker/distributionAaron Lehmann2015-11-021-1/+1
|/
* Revert "dockerversion placeholder for library-import"Brian Goff2015-10-271-3/+3
* dockerversion placeholder for library-importVincent Demeester2015-10-271-3/+3
* Prevent push and pull to v1 registries by filtering the available endpoints.Richard Scothern2015-09-251-0/+4
* Windows: Fix certificate directory for registryJohn Howard2015-08-051-1/+1
* Merge pull request #14970 from tiborvass/windows-registry-endpointTibor Vass2015-07-301-0/+1
|\
| * registry: Change default endpoint on windows to a windows-specific oneTibor Vass2015-07-301-0/+1
* | registry: allow fallback on unknown errorsTibor Vass2015-07-301-1/+8
|/
* Fix login and search TLS configurationDerek McGowan2015-07-281-0/+17
* Use notary library for trusted image fetch and signingDerek McGowan2015-07-241-0/+52