summaryrefslogtreecommitdiff
path: root/distribution
Commit message (Expand)AuthorAgeFilesLines
* pull: Validate layer digest formatv19.03.15jenkins-test-2Brian Goff2021-01-281-0/+6
* Move schema1 deprecation noticeBrian Goff2020-03-121-4/+6
* Use ocischema package instead of custom handlerBrian Goff2019-10-142-48/+43
* distribution: modify warning logic when pulling v2 schema1 manifestsTibor Vass2019-09-193-9/+10
* Add deprecation message for schema1Tibor Vass2019-06-183-1/+17
* Remove v1 manifest codeTibor Vass2019-06-184-835/+2
* Revert "Remove the rest of v1 manifest support"Tibor Vass2019-06-182-2/+25
* *: remove interfacer linter from CIAleksa Sarai2019-03-132-5/+1
* Remove the rest of v1 manifest supportJustin Cormack2019-03-022-25/+2
* Update containerd client to 1.2.4Sebastiaan van Stijn2019-02-141-16/+0
* Improve 'no matching manifest' errorStefan Scherer2019-01-154-1/+39
* Include original error when translating distribution errorsSebastiaan van Stijn2018-08-031-3/+4
* Merge pull request #37359 from dmcgowan/register-oci-mediatypesVincent Demeester2018-07-022-0/+47
|\
| * Register OCI image media typesDerek McGowan2018-06-282-0/+47
* | LCOW: Prefer Windows over Linux in a manifest listJohn Stephens2018-06-281-3/+7
* | distribution: remove custom matcher codeTonis Tiigi2018-06-271-26/+4
* | distribution: fix passing platform struct to pullerTonis Tiigi2018-06-277-50/+117
* | LCOW: Auto-select OSJohn Howard2018-06-264-27/+41
|/
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-132-3/+3
* Various code-cleanupSebastiaan van Stijn2018-05-233-3/+3
* Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-211-2/+3
* Bump docker/distribution to 83389a148052d74ac602f5f1d62f86ff2f3c4aa5Mike Lundy2018-04-304-4/+4
* Switch from x/net/context -> contextKir Kolyshkin2018-04-2314-15/+14
* Merge pull request #36509 from xujihui1985/masterVincent Demeester2018-03-232-1/+176
|\
| * fix(distribution): digest cache should not be moved if it was an auth慕陶2018-03-172-1/+176
* | Automated migration usingDaniel Nephin2018-03-161-2/+2
|/
* Windows: Block pulling uplevel imagesJohn Howard2018-02-265-26/+78
* Add canonical import commentDaniel Nephin2018-02-0527-27/+27
* Remove OS() from layer interfaceJohn Howard2018-01-181-8/+0
* Address feedback from TonisJohn Howard2018-01-183-1/+13
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-185-30/+45
* LCOW: Re-coalesce storesJohn Howard2018-01-189-69/+55
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-15/+2
* add namespace method converchchliang2018-01-051-0/+5
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* fix golint errorsJake Sanders2017-12-041-10/+10
* Disambiguate mirror -> other endpoint fallbacks from V2 -> V1Jake Sanders2017-11-304-7/+96
* Remove Docker from some functionsVincent Demeester2017-10-253-3/+3
* Stop filtering Windows manifest lists by versionJohn Stephens2017-10-061-19/+14
* LCOW: API change JSON header to string POST parameterJohn Howard2017-10-065-21/+24
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-069-69/+90
* Add support for Windows version filtering on pullDerek McGowan2017-10-053-17/+84
* Reworded push messagePascal2017-09-291-1/+1
* Merge pull request #34809 from dnephin/add-gosimple-linterDaniel Nephin2017-09-131-6/+1
|\
| * Add gosimple linterDaniel Nephin2017-09-121-6/+1
* | LCOW: Spot fix for multi-os image pullingJohn Howard2017-09-121-1/+6
|/
* Add ineffassign linterDaniel Nephin2017-09-081-45/+0
* Merge pull request #34625 from dnephin/more-lintersYong Tang2017-09-013-5/+6
|\
| * Add unconvert linterDaniel Nephin2017-08-241-1/+1