summaryrefslogtreecommitdiff
path: root/api/server
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
* Merge pull request #45314 from corhere/graceful-shutdownSebastiaan van Stijn2023-04-281-80/+3
|\
| * cmd/dockerd: gracefully shut down the API serverCory Snider2023-04-261-80/+3
* | Use the image service instead of the reference store for taggingDjordje Lukic2023-04-261-1/+1
|/
* 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 #45300 from thaJeztah/errdefs_aliasSebastiaan van Stijn2023-04-131-7/+7
|\
| * use consistent alias for containerd's errdefs packageSebastiaan van Stijn2023-04-081-7/+7
* | Merge pull request #44510 from thaJeztah/api_server_sanitizeRepoAndTagsSebastiaan van Stijn2023-04-121-11/+5
|\ \ | |/ |/|
| * api/server/backend/build: sanitizeRepoAndTags() check for digestSebastiaan van Stijn2022-11-241-11/+5
* | 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
* | Merge pull request #45088 from corhere/make-apiserver-less-weirdCory Snider2023-03-011-15/+2
|\ \
| * | api/server: delete Wait methodCory Snider2023-03-011-15/+2
* | | Merge pull request #45083 from corhere/unused-api-config-structCory Snider2023-03-012-26/+1
|\ \ \ | |/ / |/| |
| * | api/server: drop unused Config structCory Snider2023-02-282-26/+1
* | | 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
* | | chore: use http constants to replace numbersxin.li2023-02-211-6/+6
|/ /
* | 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-073-39/+47
* | api/tag: Reject digested target referencesPaweł Gronowski2023-02-071-0/+4
* | daemon/imageService: Remove TagImageWithReferencePaweł Gronowski2023-02-074-4/+26
* | daemon: Pass ctx to image tagging operationsNicolas De Loof2023-02-074-6/+7
* | 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-283-3/+0
* Merge pull request #44111 from thaJeztah/remove_taggerSebastiaan van Stijn2022-09-272-28/+7
|\
| * api/server/backend/build: remove Tagger and NewTaggerSebastiaan van Stijn2022-09-072-28/+7
* | set ReadHeaderTimeout to address G112: Potential Slowloris Attack (gosec)Sebastiaan van Stijn2022-09-221-1/+3
|/