You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to easily use a compatible version of the temporal CLI for a given version of the temporal cluster (via temporal-operator).
Describe the bug
repo
status
temporalio/server:1.23.0
🥇
temporalio/server:1.23.1
🥇
temporalio/server:1.24.2
🥇
temporalio/admin-tools:1.23.0
🥇
temporalio/admin-tools:1.23.1
🥇
temporalio/admin-tools:1.24.0
❌
temporalio/admin-tools:1.24.2
❌
It seems 1.24.x uses a new tagging strategy (temporalio/admin-tools:1.24.2-tctl-1.18.1-cli-0.13.0), but it would be very helpful if there also existed a tag for a "compatible CLI tool for that version of temporal" using the server tag only.
Minimal Reproduction
docker pull temporalio/admin-tools:1.24.2
Environment/Versions
Temporal Version: 1.24.2
The text was updated successfully, but these errors were encountered:
chlunde
changed the title
[Bug] admin tools image: Missing docker tag for 1.24.1 (and 1.24.0)
[Bug] admin tools image: Missing server-versioned docker tag for 1.24.x
Jun 21, 2024
this feels really sub-optimal right now - for a docker compose file three different versions need to be set up - one for the admin-tools, another for server or auto-setup and a third one for ui
Agreed. The current tagging strategy for the admin-tools container is... a lot. It would be nice to have at least one of these images tagged as a default for a particular Temporal version. I'm just trying to run some database migrations with it, so I don't really care about the CLI version.
What are you really trying to do?
We're trying to easily use a compatible version of the temporal CLI for a given version of the temporal cluster (via temporal-operator).
Describe the bug
It seems 1.24.x uses a new tagging strategy (
temporalio/admin-tools:1.24.2-tctl-1.18.1-cli-0.13.0
), but it would be very helpful if there also existed a tag for a "compatible CLI tool for that version of temporal" using the server tag only.Minimal Reproduction
Environment/Versions
The text was updated successfully, but these errors were encountered: