1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Brian Goff ec90839ca3 Don't sort plugin mounts slice
This was added as part of a53930a04f with
the intent to sort the mounts in the plugin config, but this was sorting
*all* the mounts from the default OCI spec which is problematic.

In reality we don't need to sort this because we are only adding a
self-binded mount to flag it as rshared.

We may want to look at sorting the plugin mounts before they are added
to the OCI spec in the future, but for now I think the existing behavior
is fine since the plugin author has control of the order (except for the
propagated mount).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-03-28 09:10:43 -04:00
..
build integration/*: make e2e run without failure 2018-03-19 09:47:17 +01:00
config Automated migration using 2018-03-16 11:03:43 -04:00
container Use unique names for container/rename_test.go 2018-03-25 21:16:32 +03:00
image Automated migration using 2018-03-16 11:03:43 -04:00
internal integration/*: make e2e run without failure 2018-03-19 09:47:17 +01:00
network Fix for Flaky test TestServiceWithPredefinedNetwork 2018-03-21 11:49:23 -04:00
plugin Don't sort plugin mounts slice 2018-03-28 09:10:43 -04:00
secret Automated migration using 2018-03-16 11:03:43 -04:00
service Post migration assertion fixes 2018-03-16 11:03:46 -04:00
session Automated migration using 2018-03-16 11:03:43 -04:00
system Test for systemd cgroupdriver memory setting 2018-03-19 10:33:03 -07:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Automated migration using 2018-03-16 11:03:43 -04:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00