summaryrefslogtreecommitdiff
path: root/distribution
Commit message (Expand)AuthorAgeFilesLines
* Disable manifest v2 schema 1 pushSebastiaan van Stijn2020-07-311-2/+15
* distribution/xfer: use "main" instead of "master" for progress channelSebastiaan van Stijn2020-07-141-8/+8
* fix code note when push all tagszhipengzuo2020-06-161-1/+1
* Move schema1 deprecation noticeBrian Goff2020-03-121-4/+6
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-113-4/+4
* distribution: remove use of deprecated os.SEEK_ENDSebastiaan van Stijn2019-11-251-2/+2
* Use hcsshim osversion package for Windows versionsSebastiaan van Stijn2019-10-221-3/+4
* distribution: SA4021: x = append(y) is equivalent to x = y (staticcheck)Sebastiaan van Stijn2019-10-181-1/+1
* Use ocischema package instead of custom handlerBrian Goff2019-10-112-48/+43
* Add variant to image.Image and legacy builderChris Price2019-09-241-1/+1
* Merge pull request #39949 from thaJeztah/carry_39413Sebastiaan van Stijn2019-09-242-12/+91
|\
| * Adding ability to change max download attemptsLukas Heeren2019-09-192-12/+91
* | Fix base.Dial is deprecated: Use DialContext insteadHuanHuan Ye2019-09-201-8/+5
|/
* distribution/xfer/download_test: rm unused fieldKir Kolyshkin2019-09-181-1/+0
* TestTransfer*: don't call t.Fatal from a goroutineKir Kolyshkin2019-09-181-9/+9
* Use io.SeekStart instead of os.SEEK_SETKir Kolyshkin2019-09-182-7/+7
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-181-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-1812-12/+12
* distribution: modify warning logic when pulling v2 schema1 manifestsTibor Vass2019-09-123-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