sclorg / container-workflow-tool

MIT License
1 stars 9 forks source link

Traceback `cwt brew latestbuilds` for RHEL8 #77

Open phracek opened 1 year ago

phracek commented 1 year ago

Container platform

No response

Version

No response

OS version of the container image

No response

Bugzilla, Jira

No response

Description

Traceback (most recent call last): File "/usr/local/bin/rhcwt", line 33, in sys.exit(load_entry_point('rhcwt==0.8.0', 'console_scripts', 'rhcwt')()) File "/home/phracek/.local/lib/python3.10/site-packages/rh_cwt/cli.py", line 182, in run cli.run() File "/home/phracek/.local/lib/python3.10/site-packages/rh_cwt/cli.py", line 176, in run run_function() File "/home/phracek/.local/lib/python3.10/site-packages/container_workflow_tool/main.py", line 496, in print_brew_builds for builds in self.get_brew_builds(print_time=print_time): File "/home/phracek/.local/lib/python3.10/site-packages/container_workflow_tool/main.py", line 374, in get_brew_builds name = archive["docker"]["config"]["config"]["Labels"]["name"] KeyError: 'docker'

Reproducer

No response