open-horizon / anax

Horizon agent control system
https://open-horizon.github.io/docs/anax/docs/
Apache License 2.0
72 stars 98 forks source link

Bug: Using remote directory for agent-install fails with podman #3954

Open dlarson04 opened 9 months ago

dlarson04 commented 9 months ago

Describe the bug.

In agent-install.sh in 2 places where it checks docker manifest to see if image exists, it is using

docker manifest

instead of

${DOCKER_ENGINE} manifest

Describe the steps to reproduce the behavior.

No response

Expected behavior.

No response

Screenshots.

No response

Operating Environment

Linux

Additional Information

No response