sciapp / nojava-ipmi-kvm

nojava-ipmi-kvm is a utility to access Java based ipmi kvm consoles without a local java installation.
MIT License
78 stars 26 forks source link

nojava-ipmi-kvm-podman requires a modified registries.conf ... #23

Closed gardar closed 6 months ago

gardar commented 6 months ago

...Since the container is published on dockerhub and by podman by default does not search docker.io

Running nojava-ipmi-kvm installed from nojava-ipmi-kvm-podman with a clean install of podman causes this error:

[ERROR] Docker terminated with return code 125.

Which is not really descriptive of the issue.

Possible solutions:

Jeff-liaojinfu commented 6 months ago

您的邮件我已经收到,我会尽快回复您!

IngoMeyer441 commented 6 months ago

Thanks for your issue report. I think using fully qualified image names is the cleanest solution. I have added the docker.io domain in the latest commit on develop (624338d4fc735d31ee0ce3d9d5de8c4a202abed9). Could you please test this with the nojava-ipmi-kvm-podman-git AUR package?

gardar commented 6 months ago

Yes that's excellent, thanks for the quick resolution!