summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45469 from thaJeztah/deprecate_virtualsize_STEP2Akihiro Suda2023-05-162-6/+4
|\
| * API: omit deprecated VirtualSize field for API v1.44 and upSebastiaan van Stijn2023-05-062-6/+4
* | Merge pull request #45484 from thaJeztah/remove_deprecated_stubsSebastiaan van Stijn2023-05-125-42/+6
|\ \
| * | daemon: remove handling for deprecated "oom-score-adjust", and produce errorSebastiaan van Stijn2023-05-065-42/+6
| |/
* | c8d: The authorizer needs to be set even if AuthConfig is emptyDjordje Lukic2023-05-121-4/+1
* | Merge pull request #45322 from laurazard/c8d-upstream-classic-builderTianon Gravi2023-05-116-14/+592
|\ \
| * | c8d/builder: implement cacheLaura Brehm2023-05-113-44/+69
| * | c8d: implement classic builderLaura Brehm2023-05-116-10/+563
* | | c8d: Don't create authorizer for empty AuthConfigPaweł Gronowski2023-05-111-8/+14
* | | c8d/authorizer: Default to docker.ioPaweł Gronowski2023-05-111-1/+1
|/ /
* | Merge pull request #45508 from laurazard/c8d-dangling-image-historySebastiaan van Stijn2023-05-101-3/+6
|\ \
| * | c8d: fix image history for dangling imagesLaura Brehm2023-05-101-3/+6
* | | Merge pull request #45427 from laurazard/c8d-fix-incomplete-imagesSebastiaan van Stijn2023-05-102-14/+334
|\ \ \
| * | | c8d: implement missing image delete logicLaura Brehm2023-05-082-14/+334
* | | | Merge pull request #45507 from corhere/cleanup-reexec-initsSebastiaan van Stijn2023-05-103-12/+0
|\ \ \ \
| * | | | [chore] clean up reexec.Init() callsCory Snider2023-05-093-12/+0
* | | | | Merge pull request #45490 from Jeyanthinath/consistent_aliasBrian Goff2023-05-0912-53/+52
|\ \ \ \ \
| * | | | | fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-0812-53/+52
* | | | | | Merge pull request #45486 from thaJeztah/daemon_monitor_logcleanSebastiaan van Stijn2023-05-101-22/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | daemon: handleContainerExit(): use logrus.WithFieldsSebastiaan van Stijn2023-05-071-22/+32
| | |_|_|/ | |/| | |
* | | | | Merge pull request #45501 from laurazard/c8d-image-historySebastiaan van Stijn2023-05-092-1/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | c8d: fix missing image historyLaura Brehm2023-05-092-1/+18
* | | | | daemon: handleContainerExit(): add execDuration in attributesDorin Geman2023-05-081-1/+2
| |/ / / |/| | |
* | | | Merge pull request #45463 from corhere/copy-xattr-notsuppBrian Goff2023-05-041-0/+6
|\ \ \ \
| * | | | d/graphdriver/copy: support src fs w/o xattr supportCory Snider2023-05-041-0/+6
| |/ / /
* | | | Merge pull request #45338 from thaJeztah/split_securityoptionsSebastiaan van Stijn2023-05-047-81/+103
|\ \ \ \ | |/ / / |/| | |
| * | | container: split security options to a SecurityOptions structSebastiaan van Stijn2023-04-297-81/+103
* | | | Merge pull request #45438 from thaJeztah/c8d_fix_image_commitSebastiaan van Stijn2023-05-042-19/+8
|\ \ \ \
| * | | | daemon: Daemon.CreateImageFromContainer(): remove intermediate varsSebastiaan van Stijn2023-04-291-4/+2
| * | | | c8d: commit: generateCommitImageConfig: don't merge image configSebastiaan van Stijn2023-04-291-15/+6
| |/ / /
* | | | daemon/containerd: containerConfigToOciImageConfig: add ArgsEscapedSebastiaan van Stijn2023-04-291-8/+9
|/ / /
* | | Merge pull request #45426 from vvoland/c8d-import-danglingBrian Goff2023-04-281-6/+24
|\ \ \
| * | | c8d/import: Don't gc unnamed imagesPaweł Gronowski2023-04-281-6/+24
* | | | Merge pull request #45431 from laurazard/remove-dangling-pullSebastiaan van Stijn2023-04-281-2/+21
|\ \ \ \ | |/ / / |/| | |
| * | | c8d: delete dangling image on pullLaura Brehm2023-04-281-2/+21
| | |/ | |/|
* | | Merge pull request #45392 from thaJeztah/filters_inline_and_simplifyTianon Gravi2023-04-275-95/+52
|\ \ \ | |_|/ |/| |
| * | daemon/cluster: inline filtersSebastiaan van Stijn2023-04-252-8/+6
| * | daemon: inline filters in testsSebastiaan van Stijn2023-04-253-87/+46
* | | Merge pull request #45298 from thaJeztah/pkg_pkatform_cleanupSebastiaan van Stijn2023-04-271-1/+1
|\ \ \
| * | | pkg/platform: deprecate OSType in favor or runtime.GOOSSebastiaan van Stijn2023-04-081-1/+1
* | | | Merge pull request #45339 from vvoland/c8d-prune-upstream-gcSebastiaan van Stijn2023-04-263-9/+118
|\ \ \ \
| * | | | c8d/prune: Logging fixesPaweł Gronowski2023-04-261-3/+7
| * | | | c8d/prune: Remove gc.ref labels from configs of deleted imagesPaweł Gronowski2023-04-263-7/+112
* | | | | Merge pull request #45393 from vvoland/c8d-fix-panic-imagemanifestSebastiaan van Stijn2023-04-263-9/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | c8d: Handle nil container.ImageManifestPaweł Gronowski2023-04-263-9/+52
| | |/ / | |/| |
* | | | Merge pull request #45362 from laurazard/c8d-delete-short-imagesSebastiaan van Stijn2023-04-262-24/+31
|\ \ \ \
| * | | | c8d: add support for removing images by shortIDLaura Brehm2023-04-212-24/+31
* | | | | Merge pull request #45366 from akerouanton/fix-docker0-PreferredPoolBrian Goff2023-04-251-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | daemon: set docker0 subpool as the IPAM poolAlbin Kerouanton2023-04-251-0/+3
* | | | | Merge pull request #45387 from cuishuang/masterSebastiaan van Stijn2023-04-255-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |