mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
6cea6d40fc
This fix a conflict with systemd daemon-reload (see https://github.com/opencontainers/runc/pull/1344) Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
11 lines
472 B
Bash
11 lines
472 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
|
|
CONTAINERD_COMMIT=9f68f96b8c0746e254b52bc1defcf7cc0c1a62eb
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
|
VNDR_COMMIT=19220953c4a45310a4c404b7905154e29120249e
|
|
BINDATA_COMMIT=a0ff2567cfb70903282db057e799fd826784d41d
|