fkie-cad / FACT_docker

Dockerfile for building the FACT container
GNU General Public License v3.0
21 stars 9 forks source link

Don't show unsupported distribution when `./start.py pull` #24

Closed maringuu closed 11 months ago

maringuu commented 2 years ago

This issue is relevant once #20 is merged.

The issue is that the FACT installer is very much distribution dependent. The distribution is ignored when only pulling containers (which is kind of a hack itself afterall). When ignoring the distribution this message will be printed:

[CRITICAL]: Your Distribution (alpine 3.15.5) is not supported. FACT Installer requires Ubuntu 18.04, 20.04 or compatible!

This message might confuse users to think that exectuting ./start.py pull failed when instead this is the expected behavior.