dhiaayachi / temporal

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

temporalio/admin-tools:1.24.0 missing from dockerhub #137

Open dhiaayachi opened 2 weeks ago

dhiaayachi commented 2 weeks ago

Expected Behavior

temporalio/admin-tools:1.24.0 should be present in dockerhub

Actual Behavior

it isn't

Steps to Reproduce the Problem

  1. docker pull temporalio/admin-tools:1.24.0
dhiaayachi commented 1 week ago

Expected Behavior

temporalio/admin-tools:1.24.0 should be present in Docker Hub.

Actual Behavior

It isn't.

Steps to Reproduce the Problem

  1. docker pull temporalio/admin-tools:1.24.0

Troubleshooting

This issue is likely due to a missing Docker image in Docker Hub. It is important to verify the image tag's existence and the correct image name.

Verify Image Tag

  1. Go to Temporal Admin Tools on Docker Hub.
  2. Check the "Tags" section for the availability of 1.24.0.

Correct Image Name

  1. Ensure that the image name is temporalio/admin-tools and not temporalio/temporal.
  2. Refer to the Temporal CLI documentation for the correct image name and tag.

Image Build Process

  1. Check the Temporal GitHub repository for potential updates or changes related to image builds.
  2. Verify the Dockerfile used to build the admin-tools image.

Check for Updates

  1. Update your Docker CLI to the latest version to ensure compatibility.
  2. Refer to the Temporal Release Notes for recent updates and potential image changes.

Resolution

Additional Notes

By following the troubleshooting steps and verifying the image details, you should be able to resolve the issue and pull the temporalio/admin-tools:1.24.0 image.

dhiaayachi commented 6 days ago

Thanks for reporting this.

The temporalio/admin-tools image is not yet available on Dockerhub for version 1.24.0.

You can use a workaround by specifying the correct Docker image tag for the current release of admin-tools.

To check the available tags, run this command:

docker pull temporalio/admin-tools:latest

This will pull the latest version of the admin-tools image and make it available for use.

dhiaayachi commented 6 days ago

Thanks for reporting this issue! Docker images with temporalio/admin-tools tags are built on demand and pushed to Dockerhub. This means that they won't be available in Dockerhub unless you have requested the image to be built, for example by using docker pull temporalio/admin-tools:1.24.0.

dhiaayachi commented 6 days ago

Thanks for reporting this issue.

The temporalio/admin-tools:1.24.0 image is not yet available on DockerHub.

You can use the latest available version of the temporalio/admin-tools image by replacing 1.24.0 with the latest available version in the command.

You can check the available versions on DockerHub: https://hub.docker.com/r/temporalio/admin-tools/tags.

Please let us know if you have any other questions.