Yong Tang
e2707394d0
Fix issue in docker import -c with quoted flags
...
This fix tries to address the issue in 26173 where `docker import -c`
with quoted flags returns an error.
The issue was that in `api/client/image/import.go` the flag
`--change/-c` was handled by `StringSliceVarP` which does not handle
the quote well.
The similiar issue was enountered for 23309 (`docker commit`).
This fix takes the same approach as 23309 where `StringSliceVarP`
was replaced with `VarP` and `opts.ListOpts`.
An integration test has been added to cover the changes.
This fix fixes 26173.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: a79a27412d721a042ae96b411ab1b5b926a7d28a
Component: engine
2016-09-01 16:28:22 -07:00
..
2016-08-15 22:09:20 -07:00
2016-07-28 20:14:14 -04:00
2016-08-16 18:57:01 -07:00
2016-08-26 11:02:04 -04:00
2016-08-26 11:02:04 -04:00
2016-08-30 08:51:52 -04:00
2016-06-13 22:16:18 -07:00
2016-06-07 18:45:27 -07:00
2016-08-30 08:41:17 -07:00
2016-08-30 14:15:33 -07:00
2016-06-07 18:45:27 -07:00
2016-08-30 15:03:18 -07:00
2016-06-07 18:45:27 -07:00
2016-07-11 14:52:27 +08:00
2016-08-04 23:01:16 +08:00
2016-06-07 18:45:27 -07:00
2016-08-31 22:39:13 +02:00
2016-06-07 18:45:27 -07:00
2016-06-17 17:09:40 -07:00
2016-08-03 13:30:34 -07:00
2016-05-04 20:46:41 +02:00
2016-08-29 21:13:53 -07:00
2016-08-23 15:12:36 -04:00
2016-08-29 15:57:27 -07:00
2016-08-23 15:11:46 -04:00
2016-08-23 21:08:23 -07:00
2016-08-30 09:51:13 -07:00
2016-08-23 15:11:46 -04:00
2016-08-25 16:29:08 -07:00
2016-08-30 09:48:18 -07:00
2016-08-30 14:32:10 -07:00
2016-08-30 14:32:10 -07:00
2016-08-30 14:32:10 -07:00
2016-08-30 14:38:19 -07:00
2016-08-25 14:20:06 -07:00
2016-08-30 18:30:27 -07:00
2016-08-12 12:33:42 +01:00
2016-08-23 15:12:36 -04:00
2016-08-30 22:24:52 +02:00
2016-08-30 15:03:18 -07:00
2016-08-03 12:22:07 -04:00
2016-08-25 14:20:06 -07:00
2016-08-31 17:50:12 +01:00
2016-08-30 15:05:02 -07:00
2016-08-30 09:31:33 -07:00
2016-08-30 15:20:55 -07:00
2016-09-01 16:28:22 -07:00
2016-08-31 11:52:22 -07:00
2016-06-14 12:23:45 -07:00
2016-08-31 08:12:50 -07:00
2016-08-23 15:11:46 -04:00
2016-05-06 20:42:20 -04:00
2016-06-02 17:17:22 +08:00
2016-08-30 19:28:44 -07:00
2016-05-10 11:28:00 -07:00
2016-04-14 16:22:16 -07:00
2016-08-25 22:40:05 -07:00
2016-08-25 14:20:06 -07:00
2016-05-19 17:52:42 -05:00
2016-05-02 18:14:13 -07:00
2016-08-10 08:36:09 +08:00
2016-08-08 11:40:20 +08:00
2016-08-25 16:29:08 -07:00
2016-08-09 09:42:23 +08:00
2016-07-18 23:17:55 +02:00
2016-08-26 21:52:07 +02:00
2016-08-24 11:09:35 +01:00
2016-08-10 08:36:09 +08:00
2016-08-10 08:36:09 +08:00
2016-06-03 19:50:01 +02:00
2016-07-28 20:12:36 -04:00
2016-07-25 15:49:22 -07:00
2016-07-28 20:14:14 -04:00
2016-07-28 20:14:14 -04:00
2016-08-26 00:16:49 +08:00
2016-04-13 16:36:34 -04:00
2016-04-10 15:39:28 +08:00
2016-08-31 22:39:13 +02:00
2016-06-01 09:44:25 -07:00
2016-08-16 15:36:13 +08:00
2016-08-08 18:36:03 +08:00
2016-08-03 12:22:07 -04:00
2016-08-25 14:20:06 -07:00
2016-06-01 22:25:17 +08:00
2016-06-01 22:25:17 +08:00
2016-08-23 15:12:36 -04:00
2016-07-28 20:14:14 -04:00
2016-08-23 09:01:25 +08:00
2016-09-01 11:26:40 +08:00
2016-06-11 15:37:36 -07:00
2016-08-10 08:36:09 +08:00
2016-07-29 12:16:03 -04:00
2016-08-24 11:09:35 +01:00
2016-08-10 08:36:09 +08:00
2016-08-23 15:11:46 -04:00