This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Update github.com/containerd/console in vendor #410
Comments
Could you please help me how can I properly update the $ cd $GOPATH/src/github.com/opencontainers/runc
$ COMMIT_FIX=59e5b61c5c57a6e8f9ad54860a02cde75a6024db
$ KATA_RUNC=cc4307ab6643668ce5abc6b524e1764a54c32550
$ git merge-base --is-ancestor $KATA_RUNC $COMMIT_FIX; echo $?
1 |
50 tasks
Unfortunately, the version of containerd/console is an older one. Lines 4 to 10 in 3bef612
|
Do you mean to add the console package in Gopkg.toml as dependency? |
Yes. I don't know why it happens. cc @jodh-intel |
alicefr
pushed a commit
to alicefr/agent
that referenced
this issue
Nov 14, 2018
This fix issue kata-containers#410 Signed-off-by: Alice Frosi <[email protected]>
alicefr
pushed a commit
to alicefr/agent
that referenced
this issue
Nov 14, 2018
This PR fixes the issue kata-containers#410 The console package in vendor contains a big endian bug. The issue has already been solved in runc. See PRs: - opencontainers/runc#1727 - containerd/console#20 The console version has been updated from commit 84eeaae905 to commit 2748ece166. The console package has been add in the Gopkg.toml because the console package is not directly used in the code and the dep command doesn't automatically update the console package. Signed-off-by: Alice Frosi <[email protected]>
alicefr
pushed a commit
to alicefr/agent
that referenced
this issue
Nov 14, 2018
This PR fixes the issue kata-containers#410 The console package in vendor contains a big endian bug. The issue has already been solved in runc. See PRs: - opencontainers/runc#1727 - containerd/console#20 The console version has been updated from commit 84eeaae905 to commit 2748ece166. The console package has been add in the Gopkg.toml because the console package is not directly used in the code and the dep command doesn't automatically update the console package. Signed-off-by: Alice Frosi <[email protected]>
alicefr
pushed a commit
to alicefr/agent
that referenced
this issue
Nov 14, 2018
This PR fixes the issue kata-containers#410 The console package in vendor contains a big endian bug. The issue has already been solved in runc. See PRs: - opencontainers/runc#1727 - containerd/console#20 The console version has been updated from commit 84eeaae905 to commit 2748ece166 (commit that fixed the big-endian issue) The console package has been added in the Gopkg.toml because the console package is not directly used in the code and the dep command doesn't automatically update the console package. Signed-off-by: Alice Frosi <[email protected]>
alicefr
pushed a commit
to alicefr/agent
that referenced
this issue
Nov 15, 2018
The console package in vendor contains a big endian bug. The issue has already been solved in runc. See PRs: - opencontainers/runc#1727 - containerd/console#20 The console version has been updated from commit 84eeaae905 to commit 2748ece166 (commit that fixed the big-endian issue) The console package has been added in the Gopkg.toml because the console package is not directly used in the code and the dep command doesn't automatically update the console package. Signed-off-by: Alice Frosi <[email protected]>
alicefr
pushed a commit
to alicefr/agent
that referenced
this issue
Nov 15, 2018
Fixes: kata-containers#410 The console package in vendor contains a big endian bug. The issue has already been solved in runc. See PRs: - opencontainers/runc#1727 - containerd/console#20 The console version has been updated from commit 84eeaae905 to commit 2748ece166 (commit that fixed the big-endian issue) The console package has been added in the Gopkg.toml because the console package is not directly used in the code and the dep command doesn't automatically update the console package. Signed-off-by: Alice Frosi <[email protected]>
alicefr
pushed a commit
to alicefr/agent
that referenced
this issue
Nov 15, 2018
Fixes: kata-containers#410 The console package in vendor contains a big endian bug. The issue has already been solved in runc. See PRs: - opencontainers/runc#1727 - containerd/console#20 The console version has been updated from commit 84eeaae905 to commit 2748ece166 (commit that fixed the big-endian issue) The console package has been added in the Gopkg.toml because the console package is not directly used in the code and the dep command doesn't automatically update the console package. Signed-off-by: Alice Frosi <[email protected]>
jshachm
pushed a commit
to jshachm/agent
that referenced
this issue
Nov 22, 2018
Fixes: kata-containers#410 The console package in vendor contains a big endian bug. The issue has already been solved in runc. See PRs: - opencontainers/runc#1727 - containerd/console#20 The console version has been updated from commit 84eeaae905 to commit 2748ece166 (commit that fixed the big-endian issue) The console package has been added in the Gopkg.toml because the console package is not directly used in the code and the dep command doesn't automatically update the console package. Signed-off-by: Alice Frosi <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
I'm working on IBM Z support for kata. IBM Z is a big endian architecture and the old version of the
github.com/containerd/console
has a bug. The issue has already been solved for runc see issue with this fix in the console package. Thegithub.aaakk.us.kg/containerd/console
needs to be updated to include the fix. The bug shows up withexec
commandThe text was updated successfully, but these errors were encountered: