graboid icon indicating copy to clipboard operation
graboid copied to clipboard

Graboid failing to make a connection on aarch64

Open cristianrz opened this issue 4 years ago • 2 comments

$ 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?

cristianrz avatar Jan 08 '22 11:01 cristianrz

When I try:

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

blacktop avatar Apr 09 '22 16:04 blacktop

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

blacktop avatar Apr 09 '22 16:04 blacktop