### What are you really trying to do? Pull up temporal compose post .29 update ### Describe the bug Tag for admin-tools is written as 1.29 rather than 1.29.0 as the repo specifies, causing it not to be found ``` [+] Pulling 3/3 ✘ temporal Error context canceled 0.3s ✘ temporal-admin-tools Error manifest for temporalio/admin-tools:1.29.0 not found: manifest unknown: manifest unknown 0.3s ✘ temporal-ui Error context canceled 0.3s Error response from daemon: manifest for temporalio/admin-tools:1.29.0 not found: manifest unknown: manifest unknown ``` <img width="1868" height="951" alt="Image" src="https://github.com/user-attachments/assets/c4e32c9e-11ae-4e4d-9db6-39c3f999fb28" /> ### Minimal Reproduction `docker compose up` ### Environment/Versions Ubuntu ### Additional context Probably just need to either publish with correct tag, or correct repo example .env here.
What are you really trying to do?
Pull up temporal compose post .29 update
Describe the bug
Tag for admin-tools is written as 1.29 rather than 1.29.0 as the repo specifies, causing it not to be found
Minimal Reproduction
docker compose upEnvironment/Versions
Ubuntu
Additional context
Probably just need to either publish with correct tag, or correct repo example .env here.