aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add custom build scriptmasterGalen Guyer2022-08-311-0/+27
* Add a PostV2Registry method for push authorizationGalen Guyer2022-08-313-2/+32
* Merge pull request #44043 from thaJeztah/bump_klauspost_compressSebastiaan van Stijn2022-08-3147-2296/+6405
|\
| * vendor: github.com/klauspost/compress v1.15.9Sebastiaan van Stijn2022-08-2647-2296/+6405
* | Merge pull request #44021 from thaJeztah/client_remove_deprecated_errorutilsAkihiro Suda2022-08-312-26/+1
|\ \
| * | client: remove redundant pluginPermissionDeniedSebastiaan van Stijn2022-08-232-9/+1
| * | client: remove deprecated IsErrUnauthorized, IsErrNotImplementedSebastiaan van Stijn2022-08-231-17/+0
* | | Merge pull request #44051 from thaJeztah/migrate_sequentialBrian Goff2022-08-3013-216/+479
|\ \ \
| * | | replace pkg/system Sequential funcs with moby/sys/sequentialSebastiaan van Stijn2022-08-3013-216/+479
|/ / /
* | | Merge pull request #44058 from crazy-max/ci-buildkitSebastiaan van Stijn2022-08-302-71/+114
|\ \ \
| * | | ci: move buildkit tests to a dedicated workflowCrazyMax2022-08-292-71/+114
* | | | Merge pull request #44014 from corhere/healthcheck-kill-timeoutCory Snider2022-08-292-4/+5
|\ \ \ \
| * | | | daemon: stop health checks before deleting taskCory Snider2022-08-251-3/+5
| * | | | Unskip TestHealthCheckProcessKilled on WindowsCory Snider2022-08-251-1/+0
| | |_|/ | |/| |
* | | | Merge pull request #44052 from thaJeztah/simplify_isabsBrian Goff2022-08-293-24/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | pkg/system: make IsAbs() platform-agnosticSebastiaan van Stijn2022-08-273-24/+20
* | | | Merge pull request #44047 from thaJeztah/validate_yamlSebastiaan van Stijn2022-08-2914-25/+62
|\ \ \ \
| * | | | validate: address SC2155 (shellcheck)Sebastiaan van Stijn2022-08-299-9/+9
| * | | | validate: format vendor script with shfmtSebastiaan van Stijn2022-08-291-10/+10
| * | | | validate: add yamllint validationSebastiaan van Stijn2022-08-292-0/+30
| * | | | validate: yamllint: ignore "truthy value should be one of" warningsSebastiaan van Stijn2022-08-291-0/+5
| * | | | validate: yamllint: set locale in config fileSebastiaan van Stijn2022-08-292-1/+2
| * | | | validate: yamllint: use "parsable" outputSebastiaan van Stijn2022-08-291-1/+1
| * | | | validate: yamllint rename config-fileSebastiaan van Stijn2022-08-292-1/+1
| * | | | Dockerfile: update yamllint to v1.27.1Sebastiaan van Stijn2022-08-291-1/+2
|/ / / /
* | | | Merge pull request #44035 from crazy-max/ci-rm-win-2019Sebastiaan van Stijn2022-08-296-62/+74
|\ \ \ \ | |/ / / |/| | |
| * | | ci(windows): move windows-2019 to another workflowCrazyMax2022-08-266-62/+74
|/ / /
* | | Merge pull request #44040 from thaJeztah/containerd_binary_1.6.8Sebastiaan van Stijn2022-08-262-2/+2
|\ \ \
| * | | update containerd binary to v1.6.8Sebastiaan van Stijn2022-08-262-2/+2
| |/ /
* | | Merge pull request #44037 from thaJeztah/update_runc_1.1.4Sebastiaan van Stijn2022-08-261-1/+1
|\ \ \
| * | | update runc to v1.1.4Akihiro Suda2022-08-261-1/+1
| |/ /
* | | Merge pull request #44045 from crazy-max/fix-ci-workflowSebastiaan van Stijn2022-08-261-2/+2
|\ \ \
| * | | ci: fix broken workflowCrazyMax2022-08-261-2/+2
|/ / /
* | | Merge pull request #44036 from benlangfeld/patch-1Sebastiaan van Stijn2022-08-261-1/+1
|\ \ \ | |/ / |/| |
| * | Upgrades buildx to 0.9.1Ben Langfeld2022-08-251-1/+1
* | | Merge pull request #44028 from thaJeztah/bump_buildkitSebastiaan van Stijn2022-08-2614-44/+120
|\ \ \ | |/ / |/| |
| * | vendor: github.com/moby/buildkit v0.10.4Sebastiaan van Stijn2022-08-2513-43/+117
| * | gha: temporarily pin BuildKit integration test versionSebastiaan van Stijn2022-08-251-1/+3
|/ /
* | Merge pull request #43564 from corhere/libcontainerd-overhaulTianon Gravi2022-08-2540-1198/+1262
|\ \
| * | daemon: Maintain container exec-inspect invariantCory Snider2022-08-244-9/+23
| * | integration: synchronize TestWaitConditionsCory Snider2022-08-241-23/+43
| * | Lock container when deleting its root directoryCory Snider2022-08-241-1/+8
| * | Share logic to create-or-replace a containerCory Snider2022-08-243-66/+67
| * | Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-2436-1111/+1156
| * | Update container OOMKilled flag immediatelyCory Snider2022-08-246-24/+4
| * | Stop locking container exec store while startingCory Snider2022-08-242-14/+11
* | | Merge pull request #44020 from thaJeztah/client_remove_withdialerSamuel Karp2022-08-251-7/+0
|\ \ \
| * | | client: remove deprecated WithDialer() optionSebastiaan van Stijn2022-08-231-7/+0
| | |/ | |/|
* | | Merge pull request #44030 from thaJeztah/fix_inspectSebastiaan van Stijn2022-08-241-7/+11
|\ \ \ | |_|/ |/| |
| * | daemon: getInspectData(): reduce cyclomatic complexitySebastiaan van Stijn2022-08-241-7/+6