Bug #32473
openRunning hammer cli in a debian docker container produces empty output
Description
I try to run the following command in a debian docker container
hammer -s https://servername -u username-p password host info --location Z1 --organization Corporate --name abv10000vmx.z1 --fields 'Content Information/Applicable Errata/Bug Fix'
Its producing a 2 line empty output
If I remove --fields the information of the host is shown correctly
If I activate -d its showing the complete debug output with all erratas
If I run it directly in the terminal of a orcharhino instance its showing everything correctly
I think this has something to do with running it in a container
--output has no effect
if I add --output-file file
file has the same 2 empty lines
can somebody tell me what is going on, and what I can do about it? Thanks.
Updated by Daniel Ullrich over 3 years ago
Have to add:
It is occuring in a ubuntu 2004 wsl too
and in a ubuntu container