estesp / mquery

Multi-platform (manifest list/OCI index) registry image query utility
Apache License 2.0
83 stars 5 forks source link

AWS lambda backend is unreachable #38

Closed wholtz closed 1 year ago

wholtz commented 1 year ago

Hello. My queries are all failing:

docker run --rm mplatform/mquery mplatform/mquery:latest
ERROR: failed to query backend: Get "https://2xopp470jc.execute-api.us-east-2.amazonaws.com/mquery?image=mplatform%2Fmquery%3Alatest": dial tcp 18.191.128.67:443: connect: network is unreachable
estesp commented 1 year ago

Sorry for the delay; was traveling. I just attempted it and it worked properly. Maybe a temporary failure; or a brief outage was underway at that time?

Let me know if you are having a persisting issue with this

Output from my test run

(estesp) ~ $ date
Fri Aug 11 08:38:21 CEST 2023
(estesp) ~ $ finch run --rm mplatform/mquery:latest mplatform/mquery:latest
Image: mplatform/mquery:latest (digest: sha256:d0989420b6f0d2b929fd9355f15c767f62d0e9a72cdf999d1eb16e6073782c71)
 * Manifest List: Yes (Image type: application/vnd.docker.distribution.manifest.list.v2+json)
 * Supported platforms:
   - linux/ppc64le
   - linux/amd64
   - linux/386
   - linux/s390x
   - linux/riscv64
   - linux/arm64/v8
   - linux/arm/v7
   - linux/arm/v6
   - windows/amd64:10.0.17763.2300
   - windows/amd64:10.0.14393.4770
wholtz commented 1 year ago

It is now working for me as well -- thanks!