xiangtianyu commented on issue #1205: URL: https://github.com/apache/apisix-ingress-controller/issues/1205#issuecomment-1203426683
When i used localhost it will output ``` Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them docker tag test-backend:dev "localhost:5000"/test-backend:dev docker tag apache/apisix-ingress-controller:dev "localhost:5000"/apache/apisix-ingress-controller:dev docker pull jmalloc/echo-server:latest latest: Pulling from jmalloc/echo-server Digest: sha256:e43a10c9ecbd025df7ed6dac1e45551ce7bd676142600b0734fe7dcd10a47abe Status: Image is up to date for jmalloc/echo-server:latest docker.io/jmalloc/echo-server:latest docker tag jmalloc/echo-server:latest "localhost:5000"/jmalloc/echo-server:dev docker pull busybox:1.28 1.28: Pulling from library/busybox Digest: sha256:141c253bc4c3fd0a201d32dc1f493bcf3fff003b6df416dea4f41046e0f37d47 Status: Image is up to date for busybox:1.28 docker.io/library/busybox:1.28 docker tag busybox:1.28 "localhost:5000"/busybox:dev docker push "localhost:5000"/apache/apisix:dev The push refers to repository [localhost:5000/apache/apisix] Get "http://localhost:5000/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) make: *** [push-images] Error 1 ``` -- 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]
