-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
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
Install error when answering yes to Pull Malcolm images
with podman.
#604
Comments
What version of podman are you using? $ podman --version
podman version 5.3.2
$ podman pull --help 2>&1 | grep quiet
-q, --quiet Suppress output information when pulling images |
The command that is run by the script is: |
Ah, understood. I'm generally using |
One unrelated question, what's the difference between Malcolm ISO and Hedgehog ISO? |
The Malcolm ISO (docs here and here) installs a Debian-based Linux operating system which includes Malcolm. The Hedgehog Linux ISO installs a Debian-based Linux operating system which contains code and configuration to capture traffic on a network interface and forward network log metadata on to a Malcolm instance. In cases where there is not a need for multiple capture points, and/or network traffic flow is low, a Malcolm installation can also handle the traffic capture all by itself, without needing a Hedgehog Linux capture sensor. |
Bug description
When choosing podman as the container runtime engine, answering yes to
Pull Malcolm images
errors as the script tries to use the--quiet
flag, which is not implemented in podman.Removing this flag fixes the issue.
Malcolm Version:
How are you running Malcolm?
The text was updated successfully, but these errors were encountered: