Where is the Dockerfile for the Arm version of TiDB's image?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: TiDB 的Arm版的镜像的Dockerfile在哪里?

| username: TiDBer_jYQINSnf

Take 6.1 as an example:
https://hub.docker.com/layers/tidb/pingcap/tidb/v6.1.1-pre/images/sha256-e1590a5c6d73325a7f6a4b43b543999c1d18dd5100ffc9accb2c915cc06abdb7?context=explore

Is the corresponding Dockerfile on GitHub?

| username: Lucien-卢西恩 | Original post link

Hello, this image is in the PingCAP Docker Hub. You can try to pull the image to your local machine by using docker pull images and then selecting the corresponding Hash value.

| username: TiDBer_jYQINSnf | Original post link

I’m looking for the Dockerfile. Is the ARM version of the Dockerfile on GitHub?

| username: Lucien-卢西恩 | Original post link

If you need an image consistent with the official website, you can choose from here: ci/jenkins/Dockerfile/release/linux-arm64 at main · PingCAP-QE/ci · GitHub
If you are compiling it yourself, you can directly download from the TiDB repo on Github, package an arm binary yourself, and then build to generate docker images.