summaryrefslogtreecommitdiff
path: root/api/server/router/build
Commit message (Expand)AuthorAgeFilesLines
* api/server: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* 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: use types/registry.AuthConfigSebastiaan van Stijn2022-07-291-2/+3
|/
* api/server: build: refactor for better readabilitySebastiaan van Stijn2019-12-041-43/+40
* api/server: build: use locally scoped variablesSebastiaan van Stijn2019-12-041-19/+19
* api/types: minor BuilderVersion refactorSebastiaan van Stijn2019-12-041-3/+7
* api/server: explicitly ignore unhandled errors (errcheck)Sebastiaan van Stijn2019-09-181-7/+7
* builder-next: allow outputs configurationTonis Tiigi2019-03-191-0/+11
* Rely on request.Context() cancellationBrian Goff2018-11-271-2/+2
* builder: treat unset keep-storage as 0Tibor Vass2018-10-081-0/+3
* always hornor client side to choose which builder to use with DOCKER_BUILDKIT...Anda Xu2018-09-111-6/+0
* Merge pull request #37651 from tiborvass/new-builder-pruneTibor Vass2018-09-042-2/+22
|\
| * builder: add prune options to the APITibor Vass2018-09-012-2/+22
* | allow features option live reloadableAnda Xu2018-08-312-7/+27
|/
* Fix logic when enabling buildkitTibor Vass2018-08-211-1/+1
* remove experimental guard for buildkitAndrew Hsu2018-08-211-2/+1
* add optional fields in daemon.json to enable buildkitAnda Xu2018-08-192-8/+14
* builder: fix duplicate calls to mountableTonis Tiigi2018-07-101-1/+0
* api: Change Platform field back to string (temporary workaround)Tibor Vass2018-07-031-14/+2
* builder: return image ID in API when using buildkitTibor Vass2018-07-031-4/+4
* system: add back lcow validation functionTonis Tiigi2018-06-271-0/+4
* api: fix platform typeTonis Tiigi2018-06-261-2/+2
* Initial support for OCI multi-platform imageDennis Chen2018-06-261-5/+7
* builder: correct output buffering orderTonis Tiigi2018-06-101-16/+26
* builder: more experimental/windows validationTonis Tiigi2018-06-101-0/+4
* builder: notify output buffering on body closeTonis Tiigi2018-06-101-0/+5
* builder: protect early progress writesTonis Tiigi2018-06-101-2/+103
* builder: add support for building from tarballTonis Tiigi2018-06-101-0/+15
* builder: add graceful cancellation endpointTonis Tiigi2018-06-103-0/+15
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Switch from x/net/context -> contextKir Kolyshkin2018-04-232-2/+3
* Remove interim env var LCOW_API_PLATFORM_IF_OMITTEDJohn Howard2018-02-091-11/+0
* Add canonical import commentDaniel Nephin2018-02-053-3/+3
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-16/+7
* LCOW: API change JSON header to string POST parameterJohn Howard2017-10-061-6/+20
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-0/+6
* Remove string checking in API error handlingBrian Goff2017-08-151-8/+24
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Implement incremental file sync using client sessionTonis Tiigi2017-06-223-0/+13
* Add long-running client session endpointTonis Tiigi2017-06-221-0/+1
* Stop referring CLI flags in error messages if API client is unknownStanislav Bondarenko2017-05-221-1/+1
* Add `docker build --iidfile=FILE`Ian Campbell2017-05-051-3/+14
* Refacator pkg/streamformatterDaniel Nephin2017-05-021-19/+12
* Extract squash and tagging from the Dockerfile builder.Daniel Nephin2017-05-013-58/+68
* Refactor remote context parsingTonis Tiigi2017-04-252-6/+5
* Use function arguments for route setup.Brian Goff2017-04-121-1/+1