2016-10-24 18:18:58 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
2017-02-22 14:45:43 -05:00
|
|
|
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
2018-01-23 15:02:31 -05:00
|
|
|
RUNC_COMMIT=9f9c96235cc97674e935002fc3d78361b696a69e
|
2017-12-07 15:52:14 -05:00
|
|
|
|
|
|
|
# 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.
|
2018-01-11 16:00:41 -05:00
|
|
|
CONTAINERD_COMMIT=9b55aab90508bd389d7654c4baf173a981477d55 # v1.0.1
|
2016-11-17 16:03:32 -05:00
|
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
2018-01-12 17:30:19 -05:00
|
|
|
LIBNETWORK_COMMIT=fcf1c3b5e57833aaaa756ae3c4140ea54da00319
|
2017-09-29 09:09:57 -04:00
|
|
|
VNDR_COMMIT=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
|
2017-04-17 19:18:46 -04:00
|
|
|
|
2017-08-17 13:52:14 -04:00
|
|
|
# Linting
|
2017-09-11 14:55:05 -04:00
|
|
|
GOMETALINTER_COMMIT=bfcc1d6942136fd86eb6f1a6fb328de8398fbd80
|