temporalio / temporalio/temporal
Docker deployment TEMPORAL_ADMINTOOLS_VERSION
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Using the docker compose deployment instructions, the .env contains TEMPORAL_ADMINTOOLS_VERSION=1.29.0, but the temporalio/admin-tools image only has tag 1.29 and docker compose fails:
✘ temporal-admin-tools Error manifest for temporalio/admin-tools:1.29.0 not found: manifest unknown: manifest unknown
Either TEMPORAL_ADMINTOOLS_VERSION should be 1.29 or the 1.29.0 tag should be included with the image.
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 with the linked self-hosted deployment instructions and inspect the .env value for TEMPORAL_ADMINTOOLS_VERSION alongside the available temporalio/admin-tools image tags. Verify the chosen version with Docker Compose and confirm that the deployment no longer fails with a missing manifest.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100