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
Crawler can not make os feature for specified os image, that is because os_utils.py expects to get os name and os version simultaneously. Crawler retrieves os related info from distribution dependent file (such as /etc/lsb-release and /etc/os-release), but distribution dependent file does not often contain mandatory info that we expect. Especially in debian testing & unstable version (i.e. debian/buster/sid), os version info is missing.
How to Reproduce
We can reproduce it by using tomcat:9.0 and debian:latest. tomcat:9.0 builds on top of debian unstable release, and debian:latest builds on top of debian stable release.
Description
Crawler can not make os feature for specified os image, that is because
os_utils.py
expects to getos name
andos version
simultaneously. Crawler retrieves os related info from distribution dependent file (such as/etc/lsb-release
and/etc/os-release
), but distribution dependent file does not often contain mandatory info that we expect. Especially in debian testing & unstable version (i.e.debian/buster/sid
),os version
info is missing.How to Reproduce
We can reproduce it by using
tomcat:9.0
anddebian:latest
.tomcat:9.0
builds on top ofdebian unstable release
, anddebian:latest
builds on top ofdebian stable release
.VERSION_ID
does not exist)VERSION_ID
exists)Log Output
Debugging Commands Output
Output of
docker version
:Output of
docker info
:Output of
python --version
:Output of
pip freeze
:The text was updated successfully, but these errors were encountered: