Closed 0xDEC0DE closed 5 months ago
The official images on Docker Hub have different running versions of the software than what the images advertise.
docker run --rm --entrypoint /usr/local/bin/temporal temporalio/server:1.23.0 --version docker run --rm --entrypoint /usr/local/bin/temporal temporalio/server:1.24.0 --version docker run --rm --entrypoint /usr/local/bin/temporal temporalio/server:1.24.0.0 --version
[...] server 1.23.0 [...] [...] server 1.24.0 [...] [...] server 1.24.0 [...]
...respectively
temporal version 0.11.0 (server 1.22.4) (ui 2.21.3) temporal version 0.0.0-DEV (server 1.23.0) (ui 2.26.2) temporal version 0.0.0-DEV (server 1.23.0) (ui 2.26.2)
You do not appear to be shipping the versions you think you are shipping.
temporal is the command line tool, not the server. The temporal-server command will return the versions you expect.
temporal
temporal-server
The official images on Docker Hub have different running versions of the software than what the images advertise.
Steps to reproduce
Expected result
...respectively
Actual behavior
Impact
You do not appear to be shipping the versions you think you are shipping.