This fix updates runc to 0351df1c5a66838d0c392b4ac4cf9450de844e2d With this fix the warnings generated by netgo and dlopen by go 1.9 are addressed. See - opencontainers/runc#1577 - opencontainers/runc#1579 This fix is part of the efforts for go 1.9 (#33892) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: e0ff1d147bc12234f1be25a620bf6b3bf3179d97 Component: engine
14 lines
488 B
Bash
14 lines
488 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=0351df1c5a66838d0c392b4ac4cf9450de844e2d
|
|
CONTAINERD_COMMIT=06b9cb35161009dcb7123345749fef02f7cea8e0
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
|
VNDR_COMMIT=9909bb2b8a0b7ea464527b376dc50389c90df587
|
|
|
|
# Linting
|
|
GOMETALINTER_COMMIT=bfcc1d6942136fd86eb6f1a6fb328de8398fbd80
|