summaryrefslogtreecommitdiff
path: root/api/server/router/image
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45469 from thaJeztah/deprecate_virtualsize_STEP2Akihiro Suda2023-05-161-1/+8
|\
| * API: omit deprecated VirtualSize field for API v1.44 and upSebastiaan van Stijn2023-05-061-1/+8
* | fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-082-5/+5
|/
* API: deprecate VirtualSize field for /images/json and /images/{id}/jsonSebastiaan van Stijn2023-04-181-1/+1
* api/server: getImagesJSON(): don't check version in a loopSebastiaan van Stijn2023-04-171-1/+2
* images/push: Accept referencePaweł Gronowski2023-03-302-2/+20
* registry/search: pass User-Agent through headersSebastiaan van Stijn2023-03-212-8/+11
* Move filtered registry search out of image serviceCory Snider2023-03-103-4/+9
* api: Remove <none> in Repo(Tags|Digests) for >= 1.43Paweł Gronowski2023-02-271-3/+12
* api: Move Repo(Digests|Tags) <none> fallback from daemonPaweł Gronowski2023-02-221-0/+7
* api: Extract parsing reference from repo and tagPaweł Gronowski2023-02-071-37/+6
* api/tag: Reject digested target referencesPaweł Gronowski2023-02-071-0/+4
* daemon/imageService: Remove TagImageWithReferencePaweł Gronowski2023-02-072-2/+24
* daemon: Pass ctx to image tagging operationsNicolas De Loof2023-02-072-2/+2
* api/import: Guard from Digested instead of Canonical referencePaweł Gronowski2023-01-111-1/+1
* daemon/import: Extract common logic to apiPaweł Gronowski2023-01-112-3/+62
* add support for image inspect with containerd-integrationNicolas De Loof2023-01-051-2/+1
* manage image inspect data in backendNicolas De Loof2022-12-091-27/+6
* ImageService.ImageHistory(): pass contextSebastiaan van Stijn2022-12-092-2/+2
* imageservice: Add context to various methodsNicolas De Loof2022-11-032-2/+2
* ImageService.GetImage(): pass contextSebastiaan van Stijn2022-09-072-2/+2
* introduce GetImageOpts to manage image inspect data in backendNicolas De Loof2022-08-162-2/+3
* api/server/router/image: address some linter warningsSebastiaan van Stijn2022-08-082-57/+53
* add image load/save supportNicolas De Loof2022-08-042-4/+4
* Merge pull request #43820 from thaJeztah/image_deleteBrian Goff2022-08-032-2/+2
|\
| * Implement ImageDelete for containerdDjordje Lukic2022-07-282-2/+2
* | api: add registry.DecodeAuthConfig, registry.DecodeAuthConfigBodySebastiaan van Stijn2022-07-291-41/+20
* | api/server/router: use types/registry.AuthConfigSebastiaan van Stijn2022-07-292-9/+9
* | api: add const for 'X-Registry-Auth'Sebastiaan van Stijn2022-07-291-3/+4
|/
* Move the inspect code away from the image serviceDjordje Lukic2022-06-223-6/+106
* search: remove parsing JSON filters out of the backendSebastiaan van Stijn2022-03-182-2/+7
* search: un-export registry.DefaultSearchLimit, and fix API status codesSebastiaan van Stijn2022-03-181-6/+6
* Add support for platform (os and architecture) on image importSebastiaan van Stijn2022-01-242-6/+2
* api: postImagesCreate(): use local variable for platformSebastiaan van Stijn2022-01-241-3/+2
* api: postImagesCreate(): rename ambiguous err variableSebastiaan van Stijn2022-01-241-15/+12
* API: add shared-size parameter to image queriesRoman Volosatovs2021-07-131-2/+9
* API, daemon/images: add ImageListOptions and pass contextRoman Volosatovs2021-07-132-2/+6
* Remove LCOW code (step 1)Sebastiaan van Stijn2021-06-031-4/+0
* API: remove deprecated "filter" parameter for API v1.41 and upSebastiaan van Stijn2020-02-101-4/+6
* api: normalize comment formattingSebastiaan van Stijn2019-11-271-2/+2
* api/server: explicitly ignore unhandled errors (errcheck)Sebastiaan van Stijn2019-09-181-4/+4
* Remove the "err == nil" because is always equal nil.Xiao YongBiao2019-04-081-27/+25
* Rely on request.Context() cancellationBrian Goff2018-11-271-3/+3
* system: add back lcow validation functionTonis Tiigi2018-06-271-0/+4
* distribution: fix passing platform struct to pullerTonis Tiigi2018-06-272-4/+9
* api: fix platform typeTonis Tiigi2018-06-261-1/+1
* Initial support for OCI multi-platform imageDennis Chen2018-06-261-5/+7
* Switch from x/net/context -> contextKir Kolyshkin2018-04-232-2/+2
* Move commit to container backendDaniel Nephin2018-02-143-55/+2
* Merge pull request #36269 from Microsoft/jjh/remove-lcow-api-platform-if-omittedJohn Stephens2018-02-131-11/+0
|\