External Issue: Docker Hub releases and tags are inconsistent, add ARM64 Docker support

19151, "GordonBGood", "Docker Hub releases and tags are inconsistent, add ARM64 Docker support...", "2022-02-01T03:35:49Z"

Summary of Problem

The README.md file used for the Docker Hub overview is not consistent with the most recent releases leading to the current stable version 1.25.1, still listing version 1.24.0 as latest, also, this is not consistent with the Docker Hub "Tags" field, which lists versions 1.24.1, 1.25.0, and 1.25.1 as being available. The version 1.25.1 DockerFile availability is not consistent with this repo in that the DockerFile linked to the tagged version 1.25.1 release has an internally coded version of 1.25.0 not 1.25.1.

Finally, with the trending greatly increased use of ARM64 architectures, Docker images for the Chapel compiler supporting this tag type and architecture should be made available from the Docker Hub.

Configuration Information

This is a "Meta" problem not related to the actual use of the compiler...