summaryrefslogtreecommitdiff
path: root/distribution
Commit message (Expand)AuthorAgeFilesLines
* distribution/xfer: make off-by-one error a featureCory Snider2023-02-221-1/+1
* Fix loop-closure bugs in testsCory Snider2023-02-221-0/+1
* Merge pull request #44617 from thaJeztah/23.0_backport_images_errdefsSebastiaan van Stijn2022-12-091-2/+2
|\
| * Remove uses of deprecated go-digest.NewDigestFromHex, go-digest.Digest.HexSebastiaan van Stijn2022-12-091-2/+2
* | distribution: remove unused RequireSchema2Sebastiaan van Stijn2022-12-033-7/+1
* | use ad-hoc libtrust keySebastiaan van Stijn2022-12-031-4/+0
* | distribution: use ad-hoc trustkey for testsSebastiaan van Stijn2022-12-031-2/+7
|/
* distribution: checkSupportedMediaType: allow additional media-typesSebastiaan van Stijn2022-12-022-6/+20
* Remove long-deprecated "arm" fallbackTianon Gravi2022-11-051-11/+0
* distribution: Error when pulling OCI artifactsPaweł Gronowski2022-11-032-1/+39
* Validate digest in repo for pull by digestBrian Goff2022-10-213-28/+146
* runconfig, oci, image, layer, distribution: fix empty-lines (revive)Sebastiaan van Stijn2022-10-012-4/+0
* fix some minor linting issuesSebastiaan van Stijn2022-07-041-2/+1
* distribution: match manifest list resolution with containerdTonis Tiigi2022-06-022-54/+79
* Remove unused distribution/metadata/V1IDServiceSebastiaan van Stijn2022-05-102-138/+0
* all: replace strings.Replace with strings.ReplaceAllEng Zer Jun2022-05-091-1/+1
* distribution: move newPusher() and newPuller() together with definitionSebastiaan van Stijn2022-04-214-44/+39
* distribution: add GetRepository(), un-export NewV2Repository, ValidateRepoNameSebastiaan van Stijn2022-04-217-9/+43
* distribution: remove RootFSFromConfig(), PlatformFromConfig() from ImageConfi...Sebastiaan van Stijn2022-04-213-11/+14
* distribution: remove Pusher interface, NewPusher(), and redundant V1 checksSebastiaan van Stijn2022-04-213-106/+84
* distribution: remove Puller interface, remove redundant V1 checksSebastiaan van Stijn2022-04-216-104/+74
* distribution: un-export internal errors and error-utilitiesSebastiaan van Stijn2022-04-214-50/+16
* distribution: un-export ImageTypes, make ImagePullConfig.Schema2Types optionalSebastiaan van Stijn2022-04-215-39/+50
* distribution: use the maximum compatible platform by defaultTonis Tiigi2022-03-312-1/+11
* distribution: use correct platform matcher for containerdTonis Tiigi2022-03-271-1/+6
* distribution: retry downloading schema config on retryable errorPete Woods2022-03-053-1/+210
* remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-0411-11/+11
* Merge pull request #43183 from thaJeztah/cleanup_distributionAkihiro Suda2022-02-265-202/+198
|\
| * distribution/xfer: un-export DoFunc typeSebastiaan van Stijn2022-02-184-13/+13
| * distribution/xfer: smaller interface, rename to DigestRegistererSebastiaan van Stijn2022-02-181-10/+9
| * distribution/xfer: define DownloadOption typeSebastiaan van Stijn2022-02-181-2/+5
| * distribution/xfer: add TODO for return error on Registered()Sebastiaan van Stijn2022-02-181-0/+5
| * distribution/xfer: slightly more idomatic type assertionSebastiaan van Stijn2022-02-181-6/+4
| * distribution/xfer: un-export transfer interface accessorsSebastiaan van Stijn2022-02-184-75/+75
| * distribution/xfer: un-export WatcherSebastiaan van Stijn2022-02-183-17/+17
| * distribution/xfer: un-export Transfer interfaceSebastiaan van Stijn2022-02-184-60/+60
| * distribution/xfer: un-export NewTransfer()Sebastiaan van Stijn2022-02-184-11/+11
| * distribution/xfer: use "transferManager" in godocSebastiaan van Stijn2022-02-181-5/+5
| * distribution/xfer: un-export transferManager.setConcurrency() and .transfer()Sebastiaan van Stijn2022-02-184-15/+15
| * distribution/xfer: remove TransferManager interface, un-export newTransferMan...Sebastiaan van Stijn2022-02-184-24/+15
| * distribution/xfer: fix some nits in testsSebastiaan van Stijn2022-02-182-8/+8
* | distribution: remove use of deprecated dial.DualStackSebastiaan van Stijn2022-02-221-1/+0
|/
* Merge pull request #43182 from thaJeztah/layer_remove_unused_errorSebastiaan van Stijn2022-02-173-11/+9
|\
| * distribution: PushLayer.Size(): remove unused error returnSebastiaan van Stijn2022-01-242-8/+6
| * layer: remove unused error return from .Size() and .DiffSize()Sebastiaan van Stijn2022-01-242-5/+5
* | Merge pull request #43174 from thaJeztah/move_platformcheckAkihiro Suda2022-01-264-28/+13
|\ \ | |/ |/|
| * distribution: xfer.LayerDownloadManager.Download(): remove "os" argumentSebastiaan van Stijn2022-01-213-18/+12
| * distribution: remove RootFSDownloadManager interfaceSebastiaan van Stijn2022-01-211-10/+1
* | xfer: fix a simple goroutine leak in unit testZiheng Liu2022-01-071-0/+1
|/
* distribution: validate blob typeSamuel Karp2021-11-232-8/+107