mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Aaron Lehmann](/assets/img/avatar_default.png)
Update swarmkit to 037b491. As swarmkit switched to a newer gRPC version, this also involves updating Docker's vendored gRPC, which in turn requires updating containerd to a new version that has protobufs generated against this gRPC version. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
9 lines
398 B
Bash
9 lines
398 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
RUNC_COMMIT=51371867a01c467f08af739783b8beafc154c4d7
|
|
CONTAINERD_COMMIT=d7975b89804b207b68f8b446cf1e2af72589bfcf
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=0f534354b813003a754606689722fe253101bc4e
|
|
VNDR_COMMIT=f56bd4504b4fad07a357913687fb652ee54bb3b0
|
|
BINDATA_COMMIT=a0ff2567cfb70903282db057e799fd826784d41d
|