You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To which distribution image and which version should we add this package?
Ubuntu 18.04
Why should we include this package by default?
The ubuntu-toolbox:18.04 doesn't work at the moment because capsh(1) is absent.
The container gets created:
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:18.04
Image required to create toolbox container.
Download quay.io/toolbx-images/ubuntu-toolbox:18.04 (68.98MB)? [y/N]: y
Created container: ubuntu-toolbox-18.04
Enter with: toolbox enter ubuntu-toolbox-18.04
... but it can't be entered:
$ toolbox --verbose enter ubuntu-toolbox-18.04
...
Error: crun: executable file `capsh` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found
...
dpkg -S bin/capsh on other Ubuntu versions indicate that the libcap2-bin package provides capsh(1).
The text was updated successfully, but these errors were encountered:
To which distribution image and which version should we add this package?
Ubuntu 18.04
Why should we include this package by default?
The
ubuntu-toolbox:18.04
doesn't work at the moment becausecapsh(1)
is absent.The container gets created:
... but it can't be entered:
dpkg -S bin/capsh
on other Ubuntu versions indicate that thelibcap2-bin
package providescapsh(1)
.The text was updated successfully, but these errors were encountered: