matching the version that's used by containerd 1.0.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: f58aa31075bf74ab8d2369dafb591ae43ed36ee6 Component: engine
18 lines
660 B
Bash
18 lines
660 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=7f24b40cc5423969b4554ef04ba0b00e2b4ba010
|
|
|
|
# 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=9b55aab90508bd389d7654c4baf173a981477d55 # v1.0.1
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
|
VNDR_COMMIT=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
|
|
|
|
# Linting
|
|
GOMETALINTER_COMMIT=bfcc1d6942136fd86eb6f1a6fb328de8398fbd80
|