netshoot icon indicating copy to clipboard operation
netshoot copied to clipboard

no matching manifest for linux/arm/v7 in the manifest list entries

Open AxReds opened this issue 3 years ago • 3 comments

Hi Nikolaka,

I'm trying to install netshoot on my RPI with this command: _sudo docker run -it --net host nicolaka/netshoot_

after a few seconds this is what I get in return: _docker: no matching manifest for linux/arm/v7 in the manifest list entries._

Not sure what I'm doing wrong.

AxReds avatar Nov 08 '22 14:11 AxReds

Indeed, an arm v7 build would be great.

varac avatar Feb 05 '25 12:02 varac

Building the image on arm v7 also fails with:

$ buildah build .
...
[1/2] STEP 4/4: RUN /tmp/fetch_binaries.sh
--2025-02-05 12:40:49--  https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-armv7l
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-02-05 12:40:49 ERROR 404: Not Found.

Error: building at STEP "RUN /tmp/fetch_binaries.sh": while running runtime: exit status 8

varac avatar Feb 05 '25 12:02 varac

FR to provide ctop arm v7 binary: https://github.com/bcicen/ctop/issues/313

varac avatar Feb 07 '25 14:02 varac