Files
Paul Holzinger df9344ac4b compat container create: match duplicate mounts correctly
The logic which checks for duplicated volumes here did not work
correctly because it used filepath.Clean(). However the writes to the
volDestinations map did not thus the string no longer matched when you
included a final slash for example.

So we can either call Clean() on all or no paths. I decided to call it
on no path because this is what we do right now. Just the check did it.

Fixed #18454

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-05-04 11:57:02 +02:00
..
2022-01-18 12:47:07 +01:00
2023-04-13 11:45:40 -04:00
2022-10-17 09:19:41 +02:00
2022-09-01 13:02:01 -04:00