dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Use the new CLI's rewrite branch when building temporal images #175

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

Describe the solution you'd like Our admin-tools and other official images should use the new pre-release CLI branch once it has a release rather than cli v0.11.0

Additional context

We discussed this briefly in https://github.com/temporalio/docker-builds/pull/190

dhiaayachi commented 2 months ago

Thanks for the request!

This feature is coming soon as part of the Temporal CLI's v1.0 release.

For now, you can manually update your Dockerfiles to use the pre-release branch.

Please let us know if you have any further questions.

dhiaayachi commented 2 months ago

Thanks for the feature request!

This is a great idea. While we don't currently have plans to automatically switch admin tools to a new CLI branch release, you can accomplish this using the following steps:

  1. Update the Dockerfile to use the new CLI branch.
  2. Rebuild your image.
  3. Push the new image to your registry.
  4. Update any Kubernetes deployments or Docker Compose configurations to use the new image.

Let us know if you have any other questions.