We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug packages is not finding a package manager for the platform, while it does on v8:
packages
cnquery shell container image ubuntu:latest packages
v9:
could not detect suitable package manager for platform packages.list: no data available
v8:
cnquery> packages packages.list: [ 0: package name="adduser" version="3.118ubuntu5" 1: package name="apt" version="2.4.10" 2: package name="base-files" version="12ubuntu4.4" 3: package name="base-passwd" version="3.5.52build1" 4: package name="bash" version="5.1-6ubuntu1" 5: package name="bsdutils" version="1:2.37.2-4ubuntu3" 6: package name="coreutils" version="8.32-4.1ubuntu1" 7: package name="dash" version="0.5.11+git20210903+057cd650a4ed-3build1" 8: package name="debconf" version="1.5.79ubuntu1" 9: package name="debianutils" version="5.5-1ubuntu2" ...
The text was updated successfully, but these errors were encountered:
Fixed with the platform ID fixes
Sorry, something went wrong.
No branches or pull requests
Describe the bug
packages
is not finding a package manager for the platform, while it does on v8:v9:
v8:
The text was updated successfully, but these errors were encountered: