temporalio / temporalio/temporal
`temporalio/server` image 1.23.0 reports RC version
Open
Nobody has claimed this yet.
potential-bug
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
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/server@1.23.0 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
- Load the official docker image
temporalio/server@1.23.0from docker hub. (digestsha256:c97983007672fd402c4e4c460a80d0056821bc8338732ede2e1fafd4f86d3ce2) - Start a container and run
temporal-server --version - Alternatively, use the temporal-ui to show the server version.
Specifications
- Version: 1.23.0
- Platform: tried amd64 and arm64 images
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the report with the temporalio/server:1.23.0 image and temporal-server --version, using the digest and amd64 or arm64 variants mentioned. The payload names no source files or tests, so trace how the release version is embedded in the temporal-server image. Done means the 1.23.0 image reports 1.23.0 without an -rc suffix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- backend, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100