temporal icon indicating copy to clipboard operation
temporal copied to clipboard

`temporalio/server` image 1.23.0 reports RC version

Open danieljoos opened this issue 1 year ago • 0 comments

Expected Behavior

The version string of a release version of temporal-server should not include -rc.

Actual Behavior

The temporal-server binary in the official temporalio/[email protected] image on Docker reports a -rc version:

docker run -it temporalio/server:1.23.0 -- bash
$ temporal-server --version
temporal version 1.23.0-rc16

Steps to Reproduce the Problem

  1. Load the official docker image temporalio/[email protected] from docker hub. (digest sha256:c97983007672fd402c4e4c460a80d0056821bc8338732ede2e1fafd4f86d3ce2)
  2. Start a container and run temporal-server --version
  3. Alternatively, use the temporal-ui to show the server version.

Specifications

  • Version: 1.23.0
  • Platform: tried amd64 and arm64 images

danieljoos avatar Mar 26 '24 16:03 danieljoos