Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp> Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp> Upstream-commit: 8e435b8279f2af3e0cebd73fa9e25ca1bb26004e Component: engine
24 lines
948 B
Bash
24 lines
948 B
Bash
#!/bin/sh
|
|
|
|
# When updating TOMLV_COMMIT, consider updating github.com/BurntSushi/toml
|
|
# in vendor.conf accordingly
|
|
TOMLV_COMMIT=a368813c5e648fee92e5f6c30e3944ff9d5e8895
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=6c55f98695e902427906eed2c799e566e3d3dfb5
|
|
|
|
# containerd is also pinned in vendor.conf. When updating the binary
|
|
# version you may also need to update the vendor version to pick up bug
|
|
# fixes or new APIs.
|
|
CONTAINERD_COMMIT=cfd04396dc68220d1cecbe686a6cc3aa5ce3667c # v1.0.2
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
|
|
# LIBNETWORK_COMMIT is used to build the docker-userland-proxy binary. When
|
|
# updating the binary version, consider updating github.com/docker/libnetwork
|
|
# in vendor.conf accordingly
|
|
LIBNETWORK_COMMIT=ed2130d117c11c542327b4d5216a5db36770bc65
|
|
VNDR_COMMIT=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
|
|
|
|
# Linting
|
|
GOMETALINTER_COMMIT=bfcc1d6942136fd86eb6f1a6fb328de8398fbd80
|