summaryrefslogtreecommitdiff
path: root/api/server/backend
Commit message (Expand)AuthorAgeFilesLines
* Use the image service instead of the reference store for taggingDjordje Lukic2023-04-261-1/+1
* 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
* | daemon/imageService: Remove TagImageWithReferencePaweł Gronowski2023-02-072-2/+2
* | daemon: Pass ctx to image tagging operationsNicolas De Loof2023-02-072-4/+5
|/
* api/server/backend/build: remove Tagger and NewTaggerSebastiaan van Stijn2022-09-072-28/+7
* API: add "prune" eventsSebastiaan van Stijn2020-07-281-2/+11
* builder: remove legacy build's session handlingTibor Vass2019-10-021-32/+6
* build: fix panic when exporting to tarTibor Vass2019-06-031-1/+3
* grpc: register BuildKit controller to /grpcTibor Vass2019-04-021-0/+8
* builder-next: fix squashAkihiro Suda2019-03-211-1/+1
* builder: add prune options to the APITibor Vass2018-09-011-3/+4
* builder: return image ID in API when using buildkitTibor Vass2018-07-031-1/+1
* builder: move tagging to exporterTonis Tiigi2018-06-101-1/+1
* builder: lint fixesTonis Tiigi2018-06-101-0/+1
* builder: add support for separate upload-requestTonis Tiigi2018-06-101-0/+4
* builder: add support for building from tarballTonis Tiigi2018-06-101-6/+1
* builder: expand prune to buildkitTonis Tiigi2018-06-101-4/+27
* builder: add graceful cancellation endpointTonis Tiigi2018-06-101-2/+8
* builder: experimental buildkit baseTonis Tiigi2018-06-101-5/+22
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-052-2/+2
* LCOW: Re-coalesce storesJohn Howard2018-01-182-9/+2
* return prune data when context canceledallencloud2017-07-101-1/+1
* Merge pull request #33824 from ijc/build-iidfile-with-squashVincent Demeester2017-06-301-0/+5
|\
| * builder: Emit a BuildResult after squashing.Ian Campbell2017-06-261-0/+5
* | LCOW: Fix nits from 33241John Howard2017-06-271-1/+1
|/
* Implement incremental file sync using client sessionTonis Tiigi2017-06-221-7/+21
* Add long-running client session endpointTonis Tiigi2017-06-221-3/+3
* LCOW: Move daemon stores to per platformJohn Howard2017-06-202-2/+9
* Fix copy when used with scratch and images with empty RootFSDaniel Nephin2017-06-081-2/+3
* Extract squash and tagging from the Dockerfile builder.Daniel Nephin2017-05-012-0/+147