containerd/integration/client
wllenyj 6d961f9673 CI: Switch to available latest images
`mirror.gcr.io/library/busybox:1.32` is unavailable.

```console
$ curl -s https://mirror.gcr.io//v2/library/busybox/tags/list | jq '.tags'
[
      "1.26.2",
      "1.27.2",
      "1.28",
      "1.29",
      "1.29.2",
      "1.29.3",
      "1.30",
      "1.30.1",
      "1.31",
      "1.31.0",
      "1.31.1",
      "1.32.0"
]
```

Signed-off-by: wllenyj <wllenyj@linux.alibaba.com>
2021-09-14 11:59:19 +08:00
..
benchmark_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
client_test.go Merge pull request #5906 from thaJeztah/replace_os_exec 2021-09-11 10:38:53 +08:00
client_ttrpc_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
client_unix_test.go CI: Switch to available latest images 2021-09-14 11:59:19 +08:00
client_windows_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
container_checkpoint_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
container_linux_test.go replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
container_test.go replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
content_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
convert_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
daemon_config_linux_test.go replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
daemon_test.go replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
export_test.go Implement windowsDiff.Compare via hcsshim/pkg/ociwclayer 2021-04-10 02:02:33 +10:00
go.mod go.mod: Update hcsshim to v0.8.21 2021-08-31 15:09:35 -07:00
go.sum Merge pull request #5976 from ukontainer/pr-continuity 2021-09-11 20:32:48 +09:00
helpers_unix_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
helpers_windows_test.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
image_test.go Update Pause image in tests & config 2021-08-31 19:42:57 +03:00
import_test.go Implement windowsDiff.Compare via hcsshim/pkg/ociwclayer 2021-04-10 02:02:33 +10:00
lease_test.go Update Pause image in tests & config 2021-08-31 19:42:57 +03:00
restart_monitor_linux_test.go integration: investigate TestRestartMonitor's failure 2021-08-19 11:38:53 -07:00
signals_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
snapshot_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
task_opts_unix_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00