dhiaayachi / temporal

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

Missing docker images for release 1.22.5 #197

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

Expected Behavior

https://github.com/temporalio/temporal/releases/tag/v1.22.5 images should exist

Actual Behavior

Failed to pull image "temporalio/admin-tools:1.22.5": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/temporalio/admin-tools:1.22.5": failed to resolve reference "docker.io/temporalio/admin-tools:1.22.5": docker.io/temporalio/admin-tools:1.22.5: not found

Steps to Reproduce the Problem

  1. Docker pull temporalio/admin-tools:1.22.5
dhiaayachi commented 1 month ago

Expected Behavior

https://github.com/temporalio/temporal/releases/tag/v1.22.5 images (including temporalio/admin-tools:1.22.5) should exist.

Actual Behavior

Failed to pull image "temporalio/admin-tools:1.22.5": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/temporalio/admin-tools:1.22.5": failed to resolve reference "docker.io/temporalio/admin-tools:1.22.5": docker.io/temporalio/admin-tools:1.22.5: not found

Steps to Reproduce the Problem

  1. Docker pull temporalio/admin-tools:1.22.5

Possible Causes

The error indicates that the Docker image temporalio/admin-tools:1.22.5 is not found in the Docker registry. This could be due to a few reasons:

Troubleshooting

  1. Verify the image name and tag: Ensure you are using the correct image name (temporalio/admin-tools) and tag (1.22.5).
  2. Check Docker Hub: Visit the Docker Hub page for temporalio/admin-tools and see if the 1.22.5 tag is available. If the tag is missing, it could be a missing image or a registry issue.
  3. Check the Temporal release notes: Look at the release notes for Temporal v1.22.5 to see if there is any mention of image availability or any known issues with image building.
  4. Contact Temporal support: If you've verified the image name and tag, and you've checked Docker Hub and release notes, you can contact Temporal support for further assistance.

Solution

If the image is not found on Docker Hub, you may need to build the image locally using the Dockerfiles provided in the Temporal repository. To build the image locally, you can refer to the Temporal documentation on building Docker images.

Alternatively, you can use the temporal CLI command to run the development server:

temporal server start-dev 

This will start the Temporal Server with SQLite persistence and an embedded UI. It will be accessible at localhost:8233.

After you have the Temporal Server running, you can run the temporal CLI command to perform other operations such as starting a workflow, managing namespaces, and more.

For more information on using the temporal CLI, you can refer to the Temporal documentation.

dhiaayachi commented 1 month ago

Thanks for reporting this issue. It seems like the docker image temporalio/admin-tools:1.22.5 is not found on docker.io. Please check the available docker image tags at https://hub.docker.com/r/temporalio/admin-tools/tags and use the correct tag. If you are using the Temporal CLI v1.17 or later use the command temporal completion bash to install auto-completion and avoid typos.

dhiaayachi commented 1 month ago

Thanks for reporting this issue. The temporalio/admin-tools:1.22.5 image is not available yet.
We recommend using temporalio/admin-tools:1.17.0 instead for now. You can find more information on this page.

dhiaayachi commented 1 month ago

Thanks for reporting this issue! It looks like the temporalio/admin-tools:1.22.5 Docker image is not available on Docker Hub. To work around this issue, you can try using a different version of the image, for example, temporalio/admin-tools:1.21.0.

If you require a specific image, please reach out to our team and we will be happy to investigate.

dhiaayachi commented 1 month ago

Thanks for reporting this issue. It seems that the docker images for release 1.22.5 are not yet available. To work around this issue you can use docker images from latest release. You can find the latest release notes here: https://github.com/temporalio/cli/releases/