yaoquanxin opened a new issue, #8968:
URL: https://github.com/apache/seatunnel/issues/8968

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   在官方文档中发现docker 不能正常拉取:
   
   PS D:\Study_code\Seatunnel_deployment> docker pull apache/seatunnel:2.3.9
   Error response from daemon: Head 
"https://registry-1.docker.io/v2/apache/seatunnel/manifests/2.3.9": EOF
   PS D:\Study_code\Seatunnel_deployment> docker pull 
apache/seatunnel:<version_tag>
   invalid reference format
   PS D:\Study_code\Seatunnel_deployment> docker pull apache/seatunnel:2.3.8
   Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
   PS D:\Study_code\Seatunnel_deployment>
   
   已经试过打开梯子和关闭梯子,都没用.
   
   对应的helm 也有同样的问题:
   /d/work_comteck/helm/charts (main)
   $ helm pull oci://registry-1.docker.io/apache/seatunnel-helm --version 
${VERSION}
   Error: failed to do request: Head 
"https://registry-1.docker.io/v2/apache/seatunnel-helm/manifests/2.3.10": dial 
tcp 184.173.136.86:443: connectex: A connection attempt failed because the 
connected party did not properly respond after a period of time, or established 
connection failed because connected host has failed to respond.
   
   
   
   ### SeaTunnel Version
   
   2.3.8,2.3.9
   
   ### SeaTunnel Config
   
   ```conf
   docker pull apache/seatunnel:2.3.8
   docker pull apache/seatunnel:2.3.9
   
   对应helm也同样的问题:
   # Choose the corresponding version yourself
   export VERSION=2.3.9
   helm pull oci://registry-1.docker.io/apache/seatunnel-helm --version 
${VERSION}
   tar -xvf seatunnel-helm-${VERSION}.tgz
   cd seatunnel-helm
   helm install seatunnel .
   ```
   
   ### Running Command
   
   ```shell
   docker pull apache/seatunnel:2.3.8
   
   export VERSION=2.3.9
   
   helm pull oci://registry-1.docker.io/apache/seatunnel-helm --version 
${VERSION
   ```
   
   ### Error Exception
   
   ```log
   /d/work_comteck/helm/charts (main)
   $ helm pull oci://registry-1.docker.io/apache/seatunnel-helm --version 
${VERSION}
   Error: failed to do request: Head 
"https://registry-1.docker.io/v2/apache/seatunnel-helm/manifests/2.3.10": dial 
tcp 184.173.136.86:443: connectex: A connection attempt failed because the 
connected party did not properly respond after a period of time, or established 
connection failed because connected host has failed to respond.
   
   
   使用docker直接拉取:
   PS D:\Study_code\Seatunnel_deployment> docker pull apache/seatunnel:2.3.9
   Error response from daemon: Head 
"https://registry-1.docker.io/v2/apache/seatunnel/manifests/2.3.9": EOF
   PS D:\Study_code\Seatunnel_deployment> docker pull 
apache/seatunnel:<version_tag>
   invalid reference format
   PS D:\Study_code\Seatunnel_deployment> docker pull apache/seatunnel:2.3.8
   Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
   PS D:\Study_code\Seatunnel_deployment>
   ```
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to