aboutsummaryrefslogtreecommitdiff
path: root/distribution
Commit message (Expand)AuthorAgeFilesLines
* Add a PostV2Registry method for push authorizationGalen Guyer2022-08-312-2/+2
* distribution: use types/registry.AuthConfigSebastiaan van Stijn2022-07-296-23/+21
* 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
* distribution: do not retry unsupported layer media typesSebastiaan van Stijn2021-10-271-1/+1
* Merge pull request #42782 from dkkb/McGrady/code_improvementSebastiaan van Stijn2021-08-303-9/+8
|\
| * Remove platform argument from Puller interface.Da McGrady2021-08-273-9/+8
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-278-19/+12
* | Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
|/
* distribution: remove LCOW codeSebastiaan van Stijn2021-07-272-49/+11
* Merge pull request #42445 from thaJeztah/bump_golang_ciSebastiaan van Stijn2021-06-161-1/+2
|\
| * gosec: G601: Implicit memory aliasing in for loopSebastiaan van Stijn2021-06-101-1/+2
* | remove layerstore indexing by OS (used for LCOW)Sebastiaan van Stijn2021-06-104-38/+24
|/
* distribution: fix errors testsTibor Vass2021-02-231-27/+11