wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
45.76k stars 1.75k forks source link

wget return 302 #427

Closed tochitopor closed 1 year ago

tochitopor commented 1 year ago

wget https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb --2023-01-26 11:57:41-- https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb Resolving github.com (github.com)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. HTTP request sent, awaiting response... 302 Found

mark2185 commented 1 year ago

Latest version is v.0.10.0 tho

tochitopor commented 1 year ago

same thing

wget https://github.com/wagoodman/dive/releases/download/v0.10.0/dive_0.10.0_linux_amd64.deb sudo apt install ./dive_0.10.0_linux_amd64.deb --2023-01-26 12:15:23-- https://github.com/wagoodman/dive/releases/download/v0.10.0/dive_0.10.0_linux_amd64.deb Resolving github.com (github.com)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. HTTP request sent, awaiting response... 302 Found

mark2185 commented 1 year ago

No idea, tried it in a ubuntu container and it completed successfully.

Does wget download the file?

tochitopor commented 1 year ago

dive_0.10.0_linux_amd64.deb.4 0%[ ] 0 --.-KB/s in 0s

mark2185 commented 1 year ago

Alright, so it's a networking issue.

Are you behind a VPN, or in a country that has internet limitations or something of sorts?

Can you wget anything off of the internet?

tochitopor commented 1 year ago

You are right. I can't download anything. I use virtual box. Could it be because of this?

mark2185 commented 1 year ago

Could be.

Do you have internet access inside the machine at all?

In any case, it's not a dive issue.

tochitopor commented 1 year ago

I have internet. I can clone this project, for example. Thanx. I close issue and resolve this problem.