wagoodman / dive

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

Build for ARM v8 #504

Open corasaniti opened 5 months ago

corasaniti commented 5 months ago

It would be nice to have a build that I could use on the Raspberry Pi. Thank you

strophy commented 5 months ago

This doesn't work for you? https://github.com/wagoodman/dive/releases/download/v0.12.0/dive_0.12.0_linux_arm64.deb

vonProteus commented 2 months ago

arm64 docker image would by nice on mac with arm64

docker run -ti --rm  -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive --help  
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
This tool provides a way to discover and explore the contents of a docker image. Additionally the tool estimates
the amount of wasted space and identifies the offending files from the image.
…
wglas85 commented 1 month ago

Same problem here, please provide an arm64 docker image. TIA, Wolfgang

gliptak commented 1 month ago

https://goreleaser.com/customization/docker/#customization

a potential example with buildx

https://github.com/goproxy/goproxy/blob/master/.goreleaser.yaml#L49