summaryrefslogtreecommitdiff
path: root/distribution
Commit message (Expand)AuthorAgeFilesLines
* fix some minor linting issuesSebastiaan van Stijn2023-02-241-2/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-248-19/+12
* distribution: checkSupportedMediaType: allow additional media-typesSebastiaan van Stijn2022-12-022-6/+20
* distribution: Error when pulling OCI artifactsPaweł Gronowski2022-11-052-1/+38
* Validate digest in repo for pull by digestBrian Goff2022-10-173-28/+146
* gosec: G601: Implicit memory aliasing in for loopSebastiaan van Stijn2022-08-171-1/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-071-0/+1
* distribution: retry downloading schema config on retryable errorPete Woods2022-03-053-1/+210
* distribution: validate blob typeSamuel Karp2021-11-152-8/+107
* pull: Validate layer digest formatBrian Goff2021-01-281-0/+6
* Add fallback for pull by tagBrian Goff2020-12-042-6/+54
* Store image manifests in containerd content storeBrian Goff2020-11-057-37/+600
* pull: use tag service for pulling tagged referenceBrian Goff2020-10-301-1/+7
* 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