summaryrefslogtreecommitdiff
path: root/api/server/router
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45469 from thaJeztah/deprecate_virtualsize_STEP2Akihiro Suda2023-05-162-1/+13
|\
| * API: omit deprecated VirtualSize field for API v1.44 and upSebastiaan van Stijn2023-05-062-1/+13
* | fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-084-12/+12
|/
* api/server/router/container: containerRouter.postCommit: inline structSebastiaan van Stijn2023-04-291-4/+2
* 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
* Merge pull request #44963 from vvoland/c8d-push-upstreamTianon Gravi2023-03-302-2/+20
|\
| * images/push: Accept referencePaweł Gronowski2023-03-302-2/+20
* | c8d: add support for `docker diff`Laura Brehm2023-03-302-2/+2
|/
* registry/search: pass User-Agent through headersSebastiaan van Stijn2023-03-212-8/+11
* Merge pull request #45086 from corhere/search-in-registry-serviceBjorn Neergaard2023-03-153-4/+9
|\
| * Move filtered registry search out of image serviceCory Snider2023-03-103-4/+9
* | volumes: fix error-handling when removing volumes with swarm enabledSebastiaan van Stijn2023-03-131-14/+18
|/
* remove GetLayerByID from ImageService interfaceNicolas De Loof2023-03-102-2/+2
* c8d: Compute container's layer sizeLaura Brehm2023-03-082-2/+2
* api: Remove <none> in Repo(Tags|Digests) for >= 1.43Paweł Gronowski2023-02-271-3/+12
* Merge pull request #45025 from corhere/oci-annotation-passthruBrian Goff2023-02-241-0/+5
|\
| * daemon: add annotations to container HostConfigCory Snider2023-02-231-0/+5
* | api: Move Repo(Digests|Tags) <none> fallback from daemonPaweł Gronowski2023-02-221-0/+7
|/
* api/s/r/swarm: log backend errors at Debug levelCory Snider2023-02-151-16/+40
* api: Extract parsing reference from repo and tagPaweł Gronowski2023-02-072-39/+12
* 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-036-12/+12
* implement docker system dfNicolas De Loof2022-11-021-1/+1
* Merge pull request #44224 from dperny/cluster-volumes-updateBrian Goff2022-10-252-7/+20
|\
| * fix force remove for cluster volumesDrew Erny2022-10-122-7/+20
* | Volume prune: only prune anonymous volumes by defaultBrian Goff2022-10-041-0/+6
|/
* api/server: fix empty-lines (revive)Sebastiaan van Stijn2022-09-282-2/+0
* ImageService.GetImage(): pass contextSebastiaan van Stijn2022-09-072-2/+2
* Merge pull request #43968 from thaJeztah/implement_GetImageOptsSebastiaan van Stijn2022-08-242-2/+3
|\
| * introduce GetImageOpts to manage image inspect data in backendNicolas De Loof2022-08-162-2/+3
* | Merge pull request #43657 from thaJeztah/default_builder_versionSebastiaan van Stijn2022-08-181-10/+19
|\ \ | |/ |/|
| * api: set default "Builder-Version" to "2" (BuildKit) on LinuxSebastiaan van Stijn2022-05-291-10/+19
* | Merge pull request #43899 from thaJeztah/fix_build_api_errorsSamuel Karp2022-08-131-18/+16
|\ \
| * | api: api/server/router/build: fix API errorsSebastiaan van Stijn2022-08-021-18/+16
* | | api/server/router/image: address some linter warningsSebastiaan van Stijn2022-08-082-57/+53
* | | Merge pull request #43822 from thaJeztah/image_load_saveSebastiaan van Stijn2022-08-042-4/+4
|\ \ \
| * | | add image load/save supportNicolas De Loof2022-08-042-4/+4
* | | | api: add BuildCache.Parents for API >= v1.42Sebastiaan van Stijn2022-08-041-0/+2
* | | | api: deprecate BuildCache.Parent in API >= v1.42Sebastiaan van Stijn2022-08-041-0/+7
|/ / /
* | | 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-293-72/+27