netshoot
netshoot copied to clipboard
no matching manifest for linux/arm/v7 in the manifest list entries
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.
Indeed, an arm v7 build would be great.
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
FR to provide ctop arm v7 binary: https://github.com/bcicen/ctop/issues/313