Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] admin tools image: Missing server-versioned docker tag for 1.24.x #222

Open
chlunde opened this issue Jun 21, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@chlunde
Copy link

chlunde commented Jun 21, 2024

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

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
@chlunde chlunde added the bug Something isn't working label Jun 21, 2024
@chlunde 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
@zaenk
Copy link

zaenk commented Jul 25, 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

@jmcnevin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants