Open dhiaayachi opened 2 months ago
https://github.com/temporalio/temporal/releases/tag/v1.22.5 images (including temporalio/admin-tools:1.22.5
) should exist.
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
temporalio/admin-tools:1.22.5
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:
temporalio/admin-tools
) and tag (1.22.5
).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.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.
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.
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.
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.
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/
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
temporalio/admin-tools:1.22.5