index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
commit.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: Daemon.CreateImageFromContainer(): remove intermediate vars
Sebastiaan van Stijn
2023-04-29
1
-4
/
+2
*
api: Extract parsing reference from repo and tag
Paweł Gronowski
2023-02-07
1
-22
/
+3
*
daemon/imageService: Remove TagImageWithReference
Paweł Gronowski
2023-02-07
1
-3
/
+25
*
daemon: Pass ctx to image tagging operations
Nicolas De Loof
2023-02-07
1
-1
/
+1
*
images: Pass context to commit related operations
Nicolas De Loof
2023-01-18
1
-1
/
+1
*
daemon: use strings.Cut() and cleanup error messages
Sebastiaan van Stijn
2022-12-21
1
-6
/
+6
*
imageservice: Add context to various methods
Nicolas De Loof
2022-11-03
1
-2
/
+3
*
daemon: add "isWindows" const
Sebastiaan van Stijn
2019-10-17
1
-2
/
+2
*
Windows: (WCOW) Generate OCI spec that remote runtime can escape
John Howard
2019-03-12
1
-1
/
+0
*
Move all daemon image methods into imageService
Daniel Nephin
2018-02-26
1
-2
/
+2
*
Image commit
Daniel Nephin
2018-02-21
1
-118
/
+0
*
Use TagImage in Commit
Daniel Nephin
2018-02-09
1
-28
/
+6
*
Merge pull request #36224 from dnephin/refactor-commit
Akihiro Suda
2018-02-08
1
-48
/
+84
|
\
|
*
Refactor commit
Daniel Nephin
2018-02-07
1
-48
/
+84
*
|
Add canonical import comment
Daniel Nephin
2018-02-05
1
-1
/
+1
|
/
*
Address feedback from Tonis
John Howard
2018-01-18
1
-0
/
+5
*
LCOW: Refactor to multiple layer-stores based on feedback
John Howard
2018-01-18
1
-6
/
+6
*
LCOW: Re-coalesce stores
John Howard
2018-01-18
1
-6
/
+6
*
Move api/errdefs to errdefs
Brian Goff
2018-01-11
1
-1
/
+1
*
Add helpers to create errdef errors
Brian Goff
2018-01-11
1
-2
/
+3
*
Fix environ substitutions in `docker commit --change ...`
Anthony Sottile
2017-12-20
1
-0
/
+4
*
Remove solaris files
Michael Crosby
2017-10-24
1
-2
/
+2
*
LCOW: API: Add platform to /images/create and /build
John Howard
2017-10-06
1
-10
/
+10
*
Fixes #29654: take reference to RWLayer while committing/exporting
Yuanhong Peng
2017-09-22
1
-5
/
+33
*
LCOW: Rework after 33454 merged which refactored daemon/builder interface
John Howard
2017-06-20
1
-1
/
+1
*
LCOW: commit to use image platform, not host
John Howard
2017-06-20
1
-1
/
+1
*
LCOW: Move daemon stores to per platform
John Howard
2017-06-20
1
-11
/
+6
*
LCOW: Pass platform through into layer store
John Howard
2017-06-20
1
-1
/
+6
*
Fix copy when used with scratch and images with empty RootFS
Daniel Nephin
2017-06-08
1
-1
/
+1
*
Remove CopyOnBuild from the daemon.
Daniel Nephin
2017-06-08
1
-48
/
+18
*
Cleanup all the mutate + defer revert of b.runConfig in the builder
Daniel Nephin
2017-05-01
1
-2
/
+7
*
Added start period option to health check.
Elias Faxö
2017-04-06
1
-0
/
+3
*
Use distribution reference
Derek McGowan
2017-02-07
1
-5
/
+8
*
commit: do not change container labels on commit
Alexander Morozov
2016-12-19
1
-4
/
+3
*
Windows: Builder case insensitive env
John Howard
2016-11-28
1
-0
/
+5
*
Fix several issues with `go vet` and `go fmt`
Yong Tang
2016-11-17
1
-2
/
+2
*
Remove redundant 'if' statement
Yanqiang Miao
2016-11-16
1
-4
/
+0
*
Merge pull request #28128 from leth/commit_image_id
Victor Vieux
2016-11-10
1
-0
/
+4
|
\
|
*
Add Image ID & Ref to container commit event
Marcus Cobden
2016-11-10
1
-0
/
+4
*
|
Add functional support for Docker sub commands on Solaris
Amit Krishnan
2016-11-07
1
-3
/
+3
|
/
*
Add basic prometheus support
Michael Crosby
2016-10-27
1
-0
/
+2
*
pkg/archive: remove unnecessary Archive and Reader type
Stephen J Day
2016-10-20
1
-2
/
+2
*
Add engine-api types to docker
Michael Crosby
2016-09-07
1
-1
/
+1
*
Windows: CMD not honouring arg escaping
John Howard
2016-06-15
1
-0
/
+1
*
Add support for user-defined healthchecks
Thomas Leonard
2016-06-02
1
-0
/
+19
*
Remove reference package dependency from the api.
David Calavera
2016-04-07
1
-1
/
+1
*
Add os_version and os_features to Image
John Starks
2016-04-04
1
-2
/
+8
*
Merge pull request #21454 from anusha-ragunathan/fix_overlay
Brian Goff
2016-03-23
1
-0
/
+1
|
\
|
*
Move layer mount refcounts to mountedLayer
Brian Goff
2016-03-23
1
-0
/
+1
|
*
Revert "Move layer mount refcounts to mountedLayer"
Tonis Tiigi
2016-03-23
1
-1
/
+0
[next]