summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use golang.org/x/sys/execabsv20.10.3jenkins-test-1Tibor Vass2021-01-28172-1514/+5143
* pull: Validate layer digest formatBrian Goff2021-01-282-0/+9
* buildkit: Apply apparmor profileBrian Goff2021-01-287-3/+19
* vendor buildkit 68bb095353c65bc3993fd534c26cf77fe05e61b1Tibor Vass2021-01-287-12/+46
* Use real root with 0701 permsBrian Goff2021-01-2612-59/+48
* Do not set DOCKER_TMP to be owned by remapped rootBrian Goff2021-01-261-5/+3
* Ensure MkdirAllAndChown also sets permsBrian Goff2021-01-262-7/+18
* Merge pull request #41786 from thaJeztah/test_selinux_tipv20.10.2Akihiro Suda2020-12-2615-53/+14
|\
| * vendor: opencontainers/selinux v1.8.0, and remove selinux build-tag and stubsSebastiaan van Stijn2020-12-2415-53/+14
* | Merge pull request #41817 from simonferquel/desktop-startup-hangTibor Vass2020-12-233-15/+101
|\ \ | |/ |/|
| * Cleanup container shutdown check and add testBrian Goff2020-12-233-18/+102
| * Fix a potential hang when starting after a non-clean shutdownSimon Ferquel2020-12-181-1/+3
* | Merge pull request #41805 from arkodg/vendor-libnetwork-ipv6-port-forwardingTibor Vass2020-12-236-66/+112
|\ \
| * | Vendor in Libnetwork changesArko Dasgupta2020-12-156-66/+112
* | | Merge pull request #41801 from thaJeztah/selinux_1.7Akihiro Suda2020-12-239-80/+237
|\ \ \
| * | | vendor: opencontainers/selinux v1.7.0Sebastiaan van Stijn2020-12-229-80/+237
* | | | Merge pull request #41832 from thaJeztah/sd_notify_stoppingAkihiro Suda2020-12-234-14/+29
|\ \ \ \ | |/ / / |/| | |
| * | | cmd/dockerd: sd_notify STOPPING=1 when shutting downSebastiaan van Stijn2020-12-224-14/+29
* | | | Merge pull request #41740 from EricMountain/dishonoured-capabilities-testSebastiaan van Stijn2020-12-2211-23/+191
|\ \ \ \ | |/ / / |/| | |
| * | | Move use of debian:buster frozen image to debian:bullseyeEric Mountain2020-12-198-21/+20
| * | | TESTING.md: note that integration-cli is deprecatedEric Mountain2020-12-181-0/+7
| * | | TESTING.md: Fix path the test environment conditionsEric Mountain2020-12-181-1/+1
| * | | Add a test for #41723Eric Mountain2020-12-181-0/+140
| * | | Add IsUserNamespaceInKernel() test environment conditionEric Mountain2020-12-181-0/+21
| * | | Add debian:bullseye to frozen imagesEric Mountain2020-12-182-2/+3
| | |/ | |/|
* | | Merge pull request #41830 from ob/masterAkihiro Suda2020-12-221-2/+2
|\ \ \ | |/ / |/| |
| * | Fix off-by-one bugOscar Bonilla2020-12-201-2/+2
|/ /
* | Merge pull request #41811 from AkihiroSuda/fuseoverlayfs-wrong-commentBrian Goff2020-12-171-5/+2
|\ \
| * | fuse-overlayfs: fix godocAkihiro Suda2020-12-161-5/+2
* | | Merge pull request #41806 from dperny/fix-jobs-filter-spellingAkihiro Suda2020-12-161-2/+2
|\ \ \
| * | | Fix jobs mode filter spellingDrew Erny2020-12-151-2/+2
| | |/ | |/|
* | | Merge pull request #41800 from thaJeztah/daemon_improve_loggingAkihiro Suda2020-12-161-49/+58
|\ \ \
| * | | daemon: improve log messages during startup / shutdownSebastiaan van Stijn2020-12-151-49/+58
| |/ /
* | | Merge pull request #41708 from thaJeztah/bump_gotest_tools_v3.0.3Brian Goff2020-12-1512-252/+264
|\ \ \
| * | | vendor: gotest.tools v3.0.3Sebastiaan van Stijn2020-11-2312-252/+264
* | | | Merge pull request #41719 from elboulangero/skip-some-root-testsBrian Goff2020-12-153-0/+9
|\ \ \ \
| * | | | plugin/manager_linux_test: Skip privileged tests when non-rootArnaud Rebillout2020-12-151-0/+1
| * | | | pkg/chrootarchive: Skip privileged tests when non-rootArnaud Rebillout2020-12-151-0/+3
| * | | | daemon/oci_linux_test: Skip privileged tests when non-rootArnaud Rebillout2020-12-151-0/+5
* | | | | Merge pull request #41729 from thaJeztah/add_network_list_regression_testTibor Vass2020-12-151-0/+29
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Networking: add regression test for networks endpoint with trailing slashSebastiaan van Stijn2020-11-301-0/+29
* | | | | Merge pull request #41793 from tiborvass/bump_buildkit_0.8.1v20.10.1Tibor Vass2020-12-1412-46/+92
|\ \ \ \ \
| * | | | | vendor buildkit to v0.8.1Tibor Vass2020-12-1512-46/+92
|/ / / / /
* | | | | Merge pull request #41783 from arkodg/bump-libnetwork-ipv6tablesAkihiro Suda2020-12-135-6/+12
|\ \ \ \ \
| * | | | | Vendor in libnetwork changesArko Dasgupta2020-12-115-6/+12
|/ / / / /
* | | | | Merge pull request #41773 from thaJeztah/revert_after_multiuserTibor Vass2020-12-101-1/+1
|\ \ \ \ \
| * | | | | Revert "Add multi-user.target to After="Sebastiaan van Stijn2020-12-101-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #41761 from thaJeztah/api_docsBrian Goff2020-12-101-0/+11425
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | docs: add API v1.41Sebastiaan van Stijn2020-12-101-0/+11425
|/ / / /
* | | | Merge pull request #41697 from AkihiroSuda/improve-rootless-setuptool-errorTibor Vass2020-12-081-2/+20
|\ \ \ \