summaryrefslogtreecommitdiff
path: root/daemon/commit.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: Daemon.CreateImageFromContainer(): remove intermediate varsSebastiaan van Stijn2023-04-291-4/+2
* api: Extract parsing reference from repo and tagPaweł Gronowski2023-02-071-22/+3
* daemon/imageService: Remove TagImageWithReferencePaweł Gronowski2023-02-071-3/+25
* daemon: Pass ctx to image tagging operationsNicolas De Loof2023-02-071-1/+1
* images: Pass context to commit related operationsNicolas De Loof2023-01-181-1/+1
* daemon: use strings.Cut() and cleanup error messagesSebastiaan van Stijn2022-12-211-6/+6
* imageservice: Add context to various methodsNicolas De Loof2022-11-031-2/+3
* daemon: add "isWindows" constSebastiaan van Stijn2019-10-171-2/+2
* Windows: (WCOW) Generate OCI spec that remote runtime can escapeJohn Howard2019-03-121-1/+0
* Move all daemon image methods into imageServiceDaniel Nephin2018-02-261-2/+2
* Image commitDaniel Nephin2018-02-211-118/+0
* Use TagImage in CommitDaniel Nephin2018-02-091-28/+6
* Merge pull request #36224 from dnephin/refactor-commitAkihiro Suda2018-02-081-48/+84
|\
| * Refactor commitDaniel Nephin2018-02-071-48/+84
* | Add canonical import commentDaniel Nephin2018-02-051-1/+1
|/
* Address feedback from TonisJohn Howard2018-01-181-0/+5
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-6/+6
* LCOW: Re-coalesce storesJohn Howard2018-01-181-6/+6
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-2/+3
* Fix environ substitutions in `docker commit --change ...`Anthony Sottile2017-12-201-0/+4
* Remove solaris filesMichael Crosby2017-10-241-2/+2
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-10/+10
* Fixes #29654: take reference to RWLayer while committing/exportingYuanhong Peng2017-09-221-5/+33
* LCOW: Rework after 33454 merged which refactored daemon/builder interfaceJohn Howard2017-06-201-1/+1
* LCOW: commit to use image platform, not hostJohn Howard2017-06-201-1/+1
* LCOW: Move daemon stores to per platformJohn Howard2017-06-201-11/+6
* LCOW: Pass platform through into layer storeJohn Howard2017-06-201-1/+6
* Fix copy when used with scratch and images with empty RootFSDaniel Nephin2017-06-081-1/+1
* Remove CopyOnBuild from the daemon.Daniel Nephin2017-06-081-48/+18
* Cleanup all the mutate + defer revert of b.runConfig in the builderDaniel Nephin2017-05-011-2/+7
* Added start period option to health check.Elias Faxö2017-04-061-0/+3
* Use distribution referenceDerek McGowan2017-02-071-5/+8
* commit: do not change container labels on commitAlexander Morozov2016-12-191-4/+3
* Windows: Builder case insensitive envJohn Howard2016-11-281-0/+5
* Fix several issues with `go vet` and `go fmt`Yong Tang2016-11-171-2/+2
* Remove redundant 'if' statementYanqiang Miao2016-11-161-4/+0
* Merge pull request #28128 from leth/commit_image_idVictor Vieux2016-11-101-0/+4
|\
| * Add Image ID & Ref to container commit eventMarcus Cobden2016-11-101-0/+4
* | Add functional support for Docker sub commands on SolarisAmit Krishnan2016-11-071-3/+3
|/
* Add basic prometheus supportMichael Crosby2016-10-271-0/+2
* pkg/archive: remove unnecessary Archive and Reader typeStephen J Day2016-10-201-2/+2
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* Windows: CMD not honouring arg escapingJohn Howard2016-06-151-0/+1
* Add support for user-defined healthchecksThomas Leonard2016-06-021-0/+19
* Remove reference package dependency from the api.David Calavera2016-04-071-1/+1
* Add os_version and os_features to ImageJohn Starks2016-04-041-2/+8
* Merge pull request #21454 from anusha-ragunathan/fix_overlayBrian Goff2016-03-231-0/+1
|\
| * Move layer mount refcounts to mountedLayerBrian Goff2016-03-231-0/+1
| * Revert "Move layer mount refcounts to mountedLayer"Tonis Tiigi2016-03-231-1/+0