Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

compatibility with docker 17.06 #1021

Open
chavafg opened this issue Jun 28, 2017 · 0 comments
Open

compatibility with docker 17.06 #1021

chavafg opened this issue Jun 28, 2017 · 0 comments
Labels

Comments

@chavafg
Copy link
Contributor

chavafg commented Jun 28, 2017

Docker 17.06 just came out and it is already available for download as the latest edge/stable package. But seems that we need to support a new option for the create command: --console-socket

2017-06-28T12:02:43.208348Z:27102:cc-oci-runtime:debug:cc-oci-runtime 2.2.0 558dc8044b81c297a024b43018ce69e6de585dbf called as: /usr/bin/cc-oci-runtime create --bundle /var/run/docker/libcontainerd/d2b2a68df961f2099f7d6cf94af93b744fcee1a9381abd41edb31604e721820e --console-socket /tmp/pty064320846/pty.sock --pid-file /run/docker/libcontainerd/containerd/d2b2a68df961f2099f7d6cf94af93b744fcee1a9381abd41edb31604e721820e/init/pid d2b2a68df961f2099f7d6cf94af93b744fcee1a9381abd41edb31604e721820e
2017-06-28T12:02:43.208754Z:27102:cc-oci-runtime:critical:/usr/bin/cc-oci-runtime: create: Unknown option --console-socket

2017-06-28T12:02:43.215465Z:27115:cc-oci-runtime:debug:cc-oci-runtime 2.2.0 558dc8044b81c297a024b43018ce69e6de585dbf called as: /usr/bin/cc-oci-runtime delete d2b2a68df961f2099f7d6cf94af93b744fcee1a9381abd41edb31604e721820e
2017-06-28T12:02:43.215597Z:27115:cc-oci-runtime:warning:state file does not exist for container d2b2a68df961f2099f7d6cf94af93b744fcee1a9381abd41edb31604e721820e
2017-06-28T12:02:43.250279Z:27119:cc-oci-runtime:debug:cc-oci-runtime 2.2.0 558dc8044b81c297a024b43018ce69e6de585dbf called as: /usr/bin/cc-oci-runtime delete d2b2a68df961f2099f7d6cf94af93b744fcee1a9381abd41edb31604e721820e
2017-06-28T12:02:43.250405Z:27119:cc-oci-runtime:warning:state file does not exist for container d2b2a68df961f2099f7d6cf94af93b744fcee1a9381abd41edb31604e721820e

@egernst egernst added the CC 2.1 label Jul 18, 2017
jcvenegas added a commit to jcvenegas/cc-oci-runtime that referenced this issue Jul 28, 2017
** Changes
- versions: Update image to version 16670
- OBS: add dependencies' versions
- documentation: ciao-down prepare is now ciao-down create

** Shortlog
cbdfd1d versions: Update image to version 16670
2c13fb1 OBS: add dependencies' versions
68d00dc documentation: Add the -u flag when go getting ciao-down
0c9d6bb documentation: ciao-down prepare is now ciao-down create

** Compatibility with Docker
Clear Containers 2.2.4 is compatible with Docker v17.05.0-ce
** OCI Runtime Specification
Clear Containers 2.2.4 support the OCI Runtime Specification
[1.0.0-rc5][ocispec]
** Clear Linux Containers image
Clear Containers 2.2.4 requires at least Clear Linux containers image
[16670][clearlinuximage]
** Clear Linux Containers Kernel
Clear Containers 2.2.4 requires at least Clear Linux Containers  kernel
4.9.35-76

* Installation
- [Centos][centos]
- [Ubuntu][ubuntu]
- [Fedora][fedora]
- [Clear Linux][clearlinux]

* Issues & limitations
- Qemu segfault (free(): invalid pointer) running dnf install intel#669
- DNS Resolution in Swarm intel#854
- docker rm -f reports 'Driver devicemapper failed to remove root
filesystem' intel#795
compatibility with docker 17.06 intel#1021

[centos]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-Centos-7.md
[ubuntu]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-Ubuntu.md
[fedora]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-Fedora.md
[clearlinux]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-ClearLinux.md
[clearlinuximage]:
https://download.clearlinux.org/releases/16670/clear/clear-16670-containers.img.xz
[ocispec]:
https://github.com/opencontainers/runtime-spec/releases/tag/v1.0.0-rc5

Fixes: intel#1050

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
jcvenegas added a commit to jcvenegas/cc-oci-runtime that referenced this issue Jul 28, 2017
** Changes
- versions: Update image to version 16670
- OBS: add dependencies' versions
- documentation: ciao-down prepare is now ciao-down create

** Shortlog
cbdfd1d versions: Update image to version 16670
2c13fb1 OBS: add dependencies' versions
68d00dc documentation: Add the -u flag when go getting ciao-down
0c9d6bb documentation: ciao-down prepare is now ciao-down create

** Compatibility with Docker
Clear Containers 2.2.4 is compatible with Docker v17.05.0-ce
** OCI Runtime Specification
Clear Containers 2.2.4 support the OCI Runtime Specification
[1.0.0-rc5][ocispec]
** Clear Linux Containers image
Clear Containers 2.2.4 requires at least Clear Linux containers image
[16670][clearlinuximage]
** Clear Linux Containers Kernel
Clear Containers 2.2.4 requires at least Clear Linux Containers  kernel
4.9.35-76

* Installation
- [Centos][centos]
- [Ubuntu][ubuntu]
- [Fedora][fedora]
- [Clear Linux][clearlinux]

* Issues & limitations
- Qemu segfault (free(): invalid pointer) running dnf install intel#669
- DNS Resolution in Swarm intel#854
- docker rm -f reports 'Driver devicemapper failed to remove root
filesystem' intel#795
compatibility with docker 17.06 intel#1021

[centos]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-Centos-7.md
[ubuntu]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-Ubuntu.md
[fedora]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-Fedora.md
[clearlinux]:
https://github.com/01org/cc-oci-runtime/blob/master/documentation/Installing-Clear-Containers-on-ClearLinux.md
[clearlinuximage]:
https://download.clearlinux.org/releases/16670/clear/clear-16670-containers.img.xz
[ocispec]:
https://github.com/opencontainers/runtime-spec/releases/tag/v1.0.0-rc5

Fixes: intel#1050

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants