mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Kenfe-Mickael Laventure](/assets/img/avatar_default.png)
This include ensure that containerd GRPC healthcheck service is register before the restore process is done as this can take a while. Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
11 lines
472 B
Bash
11 lines
472 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=54296cf40ad8143b62dbcaa1d90e520a2136ddfe
|
|
CONTAINERD_COMMIT=9f68f96b8c0746e254b52bc1defcf7cc0c1a62eb
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
|
VNDR_COMMIT=19220953c4a45310a4c404b7905154e29120249e
|
|
BINDATA_COMMIT=a0ff2567cfb70903282db057e799fd826784d41d
|