docker-builds
docker-builds copied to clipboard
Temporal service Docker images build
### What are you really trying to do? I'm trying to run the newest version of temporal server, 1.23.1, on an Azure linux/arm64 virtual machine. There are no issues with...
### Is your feature request related to a problem? Please describe. We use Supabase (i.e., built on top of Postgres) as our database provider and backend-as-a-service. As part of their...
## What was changed Added `sleep 10` to wait for namespace cache to refresh. ## Why? Sleeping 10 seconds is the only safe way to ensure all namespace caches are...
### What are you really trying to do? ### Describe the bug `temporal` CLI reports version `0.0.0` instead of a proper version ### Minimal Reproduction `docker exec temporal-admin-tools temporal -v...
### Is your feature request related to a problem? Please describe. in my case, databases are managed by a central team, they can't offer db "temporal" and "temporal_visibility" with same...
## What was changed Added docker build details ## Why? Visibility and info into the Docker images build process Plus https://github.com/temporalio/temporal/pull/2456#discussion_r799009240 ## Checklist 1. Closes 2. How was this tested:...
### Is your feature request related to a problem? Please describe. This repo depends on submodules to build binaries that are already built and should be artifacts tagged as releases...
## What was changed We use the pre-built CLI artifacts from the official releases rather than compiling them ourselves ## Why? Calculating the CLI's version based on the tag is...
### What are you really trying to do? I'm using https://github.com/alexandrevilain/temporal-operator which uses the temporal version (1.23.1) for the admintools tag. It used to work, but the tag has gone....