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

manage_ctr_mgr.sh broken due to new 18.09 release and new package name docker-ce-cli #895

Closed
chavafg opened this issue Nov 8, 2018 · 1 comment
Assignees

Comments

@chavafg
Copy link
Contributor

chavafg commented Nov 8, 2018

No description provided.

@chavafg chavafg self-assigned this Nov 8, 2018
chavafg added a commit to chavafg/tests-1 that referenced this issue Nov 8, 2018
To get the proper docker version to install, we need to now use
`apt-cache madison` since `apt-cache show` is throwing an error.

Fixes: kata-containers#895.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
chavafg added a commit to chavafg/tests-1 that referenced this issue Nov 9, 2018
To get the proper docker version to install, we need to now use
`apt-cache madison` since `apt-cache show` is throwing an error.

Fixes: kata-containers#895.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
chavafg added a commit to chavafg/tests-1 that referenced this issue Nov 9, 2018
To get the proper docker version to install, we need to now use
`apt-cache madison` since `apt-cache show` is throwing an error.

Fixes: kata-containers#895.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
@jodh-intel
Copy link
Contributor

That is indeed weird:

$ dpkg -l|grep docker
ii  docker-ce                                  5:18.09.0~3-0~ubuntu-bionic                 amd64        Docker: the open-source application container engine
ii  docker-ce-cli                              5:18.09.0~3-0~ubuntu-bionic                 amd64        Docker CLI: the open-source application container engine
$ apt-cache show docker-ce-cli >/dev/null
$ apt-cache show docker-ce >/dev/null
E: read, still have 1 to read but none left
$ echo $?
100

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants