Dennis Chen
f88c2c04ef
busybox: Fix ls compatible issue
...
BusyBox v1.26.2 (2017-03-09 00:04:38 UTC) supports `-le` option
to get the full date and time information, while BusyBox v1.27.2
(2017-11-01 23:22:25 UTC, which is used by the official multi-arch
image, uses `--full-time` instead of `-e` to get the same data. As
a result, we will get below error for the `DockerSuite.TestBuildLastModified`
test case in case of multi-arch image used:
> docker_cli_build_test.go:446:
> out2 = cli.DockerCmd(c, "run", name, "ls", "-le", "/file").Combined()
> o/src/github.com/docker/docker/vendor/github.com/gotestyourself/gotestyourself/icmd/command.go:61:
> t.Fatalf("at %s:%d - %s\n", filepath.Base(file), line, err.Error())
> ... Error: at cli.go:33 -
> Command: /usr/local/bin/docker run testbuildlastmodified ls -le /file
> ExitCode: 1
> Error: exit status 1
> Stdout:
> Stderr: ls: invalid option -- e
> BusyBox v1.27.2 (2017-11-01 23:22:25 UTC) multi-call binary.
This PR tries to fix the above compatible issue for busybox image.
Signed-off-by: Dennis Chen <dennis.chen@arm.com >
2018-01-11 06:34:54 +00:00
..
2016-12-30 18:26:34 +01:00
2017-10-28 09:03:02 +08:00
2017-10-30 16:16:18 +01:00
2017-09-20 19:50:17 +02:00
2018-01-11 05:16:09 +00:00
2017-03-15 10:43:18 -07:00
2017-09-14 19:27:09 +02:00
2017-08-30 13:13:18 -04:00
2016-12-30 18:26:34 +01:00
2017-10-24 14:24:25 -04:00
2017-01-12 16:57:59 +01:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-11-06 18:22:15 -08:00
2017-09-19 10:46:38 -04:00
2017-11-01 10:14:01 -04:00
2017-08-07 11:34:36 -07:00
2017-08-23 17:10:04 -04:00
2017-04-16 23:39:30 +02:00
2017-08-23 17:10:04 -04:00
2017-11-13 15:48:21 -08:00
2017-09-14 19:27:09 +02:00
2017-12-12 10:43:56 -08:00
2017-11-10 13:42:38 +08:00
2017-09-14 19:27:09 +02:00
2017-10-18 10:26:58 +08:00
2017-12-14 23:20:44 -08:00
2017-10-25 14:29:20 +02:00
2017-08-23 17:10:04 -04:00
2017-08-22 17:15:26 -04:00
2017-10-20 07:11:37 -07:00
2017-03-06 16:41:33 +01:00
2017-09-11 19:53:18 -04:00
2017-02-11 00:18:01 +08:00
2017-09-11 19:53:18 -04:00
2017-09-27 16:17:55 -07:00
2017-10-11 14:23:55 -04:00
2017-08-22 17:15:26 -04:00
2017-08-23 17:10:04 -04:00
2017-09-15 16:01:15 +02:00
2017-10-20 07:11:37 -07:00
2017-09-14 19:27:09 +02:00
2018-01-11 06:34:54 +00:00
2017-10-20 07:11:37 -07:00
2017-11-10 13:42:38 +08:00
2017-12-20 11:03:38 -08:00
2017-05-11 10:18:44 -07:00
2017-05-11 10:18:44 -07:00
2017-09-14 19:27:09 +02:00
2017-10-30 18:39:11 -04:00
2017-08-25 12:07:30 -04:00
2017-11-21 20:57:02 +01:00
2017-04-12 10:33:19 +00:00
2017-09-07 09:44:08 +08:00
2017-12-14 21:10:29 -08:00
2017-01-20 06:01:48 +00:00
2017-08-25 12:07:30 -04:00
2017-12-28 13:08:41 -08:00
2017-04-14 19:27:33 +02:00
2017-12-20 12:40:05 +01:00
2017-09-05 17:19:57 +02:00
2017-10-20 07:11:38 -07:00
2016-12-30 18:26:34 +01:00
2017-08-25 12:07:30 -04:00
2017-09-14 12:07:52 -07:00
2017-09-14 19:27:09 +02:00
2017-10-07 00:10:24 +08:00
2017-03-23 18:35:22 +01:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-11-12 03:11:37 +01:00
2016-12-30 18:26:34 +01:00
2017-08-25 12:07:30 -04:00
2017-09-14 19:27:09 +02:00
2017-08-22 17:15:26 -04:00
2016-12-30 18:26:34 +01:00
2017-07-03 13:13:09 -07:00
2017-12-09 02:24:43 -08:00
2017-10-20 07:11:38 -07:00
2017-04-14 19:27:33 +02:00
2017-11-29 11:22:57 -08:00
2017-10-20 07:11:37 -07:00
2016-12-30 18:26:34 +01:00
2017-07-12 10:35:48 -04:00
2017-08-23 17:10:04 -04:00
2017-11-28 13:06:24 -08:00
2017-09-14 19:27:09 +02:00
2017-08-25 12:07:30 -04:00
2017-09-27 16:17:55 -07:00
2017-09-15 16:01:15 +02:00
2017-08-25 12:07:30 -04:00
2017-12-09 02:24:43 -08:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-06-12 20:18:03 +02:00
2017-08-31 18:19:17 -04:00
2017-04-16 23:39:30 +02:00
2017-04-03 21:58:05 +02:00
2017-08-25 12:07:30 -04:00
2017-12-28 13:08:41 -08:00
2017-10-20 07:11:38 -07:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-01-24 11:16:19 +01:00
2017-03-20 16:30:01 +08:00
2017-03-20 16:30:01 +08:00
2017-03-27 10:16:45 +08:00
2017-09-27 16:17:55 -07:00
2017-05-18 12:23:28 -07:00
2017-10-20 07:11:38 -07:00
2017-09-27 17:47:51 -07:00
2017-09-27 16:17:55 -07:00
2017-08-25 12:07:30 -04:00
2017-10-20 07:11:38 -07:00
2016-12-30 18:26:34 +01:00
2017-12-05 14:51:14 -08:00
2017-10-30 16:16:18 +01:00
2017-12-14 21:10:29 -08:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-10-03 12:13:29 -04:00
2017-08-22 17:15:26 -04:00
2017-12-09 02:24:43 -08:00
2017-09-15 16:01:15 +02:00
2017-08-25 12:07:30 -04:00
2017-10-20 07:11:37 -07:00
2017-08-23 17:10:04 -04:00
2017-08-25 12:07:30 -04:00
2017-09-14 19:27:09 +02:00
2017-09-14 19:27:09 +02:00
2017-10-20 07:11:37 -07:00
2017-09-17 22:04:31 -07:00
2017-09-26 11:50:44 -07:00
2017-09-14 19:27:09 +02:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-01-17 12:39:08 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-08-25 12:07:30 -04:00
2017-10-28 09:03:02 +08:00