mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
a5e83836a4
This reverts to a version of runc without the ONCLR cleared to not cause a regression with different clients using --tty. This also reverts the OPOST changes to the term package to support the initial change. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
15 lines
582 B
Bash
15 lines
582 B
Bash
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=2d41c047c83e09a6d61d464906feb2a2f3c52aa4
|
|
CONTAINERD_COMMIT=3addd840653146c90a254301d6c3a663c7fd6429
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
|
VNDR_COMMIT=c56e082291115e369f77601f9c071dd0b87c7120
|
|
BINDATA_COMMIT=a0ff2567cfb70903282db057e799fd826784d41d
|
|
|
|
# CLI
|
|
DOCKERCLI_REPO=https://github.com/docker/cli
|
|
DOCKERCLI_COMMIT=3dfb8343b139d6342acfd9975d7f1068b5b1c3d3
|