Hi :wave: I was looking at Octavia CLI's <docker ...
# help-api-cli-orchestration
a
Hi 👋 I was looking at Octavia CLI's docker compose configuration and noticed that it mentions
airbyte/octavia-cli:latest
for image name but in CLI Registry,
latest
tag doesn't exist and thus, running
./run-ab-platform.sh
fails once compose file is updated to include CLI service, I had manually use latest tag version
0.42.1
to make it work. 😅