Documentation on the OpenRMF application, including scripts to run the whole stack as well as just infrastructure with documentation on using the tool.
Is your feature request related to a problem? Please describe.
For podman-compose the startup script asks to pull from 3 registries if you do not specify docker.io/.
Describe the solution you'd like
Put the full path to the image. When using docker it assumes docker.io.
Describe alternatives you've considered
Current way of picking as you run the ./start.sh command works. But is cumbersome.
Is your feature request related to a problem? Please describe. For
podman-compose
the startup script asks to pull from 3 registries if you do not specify docker.io/.Describe the solution you'd like Put the full path to the image. When using
docker
it assumes docker.io.Describe alternatives you've considered Current way of picking as you run the
./start.sh
command works. But is cumbersome.Additional context