blacktop / graboid

Clientless Docker Image Downloader
MIT License
83 stars 11 forks source link

Graboid failing to make a connection on aarch64 #11

Open cristianrz opened 2 years ago

cristianrz commented 2 years ago
$ uname -m
aarch64
$ ./graboid -V arm64v8/debian
   • Querying Registry image=arm64v8/debian
   • proxy info from environment http_proxy= https_proxy= no_proxy=
   • getting auth token       
   ⨯ Get "https://auth.docker.io/token?service=registry.docker.io&scope=repository:arm64v8/debian:pull": dial tcp: lookup auth.docker.io on [::1]:53: read udp [::1]:38741->[::1]:53: read: connection refused

Version of graboid 0.15.8

Any other logs I can get/produce?

blacktop commented 2 years ago

When I try:

❯ graboid tags -V library/arm64v8/debian I'm getting a HTTP Error: 401 Unauthorized ??

blacktop commented 2 years ago

Maybe docker has switched to a different token auth API version?