What are you really trying to do?
Use the default compose setup
Describe the bug
#148
this PR broke the default compose setup as container versions of temporal after 1.30 where shipped without curl.
|
echo 'WARNING: curl will be removed from admin-tools in v1.30.' |
Minimal Reproduction
Ran docker compose up
checked the logs of admin-tools container:
Elasticsearch not ready yet, waiting... (attempt 19/30) /scripts/setup-postgres-es.sh: line 68: curl: not found
got sad 😩.
Environment/Versions
- OS and processor: intel i7 something, Linux
- Temporal Version: 1.31.0
- Docker compose
Additional context
Also, I believe the script is not passing postgres password to temporal-sql-tool
What are you really trying to do?
Use the default compose setup
Describe the bug
#148
this PR broke the default compose setup as container versions of temporal after 1.30 where shipped without curl.
samples-server/compose/scripts/setup-postgres-es.sh
Line 32 in ca1106b
Minimal Reproduction
Ran docker compose up
checked the logs of admin-tools container:
Elasticsearch not ready yet, waiting... (attempt 19/30) /scripts/setup-postgres-es.sh: line 68: curl: not foundgot sad 😩.
Environment/Versions
Additional context
Also, I believe the script is not passing postgres password to temporal-sql-tool