Tiny static builds of the IPFS binary ~13MB
1.1K
Unfortunately I don't believe there's a way to do this as an automated build. Here's the commands/Dockerfile used:
docker run --rm -v ${GOPATH}/src/github.com/jbenet/go-ipfs/cmd/ipfs:/src -v ${GOPATH}/src:/go/src centurylink/golang-builder
docker build -t ipfs .
Dockerfile:
FROM scratch
COPY ipfs /
ENTRYPOINT ["/ipfs"]
The tags match the version of the go-ipfs repo I built.
Content type
Image
Digest
sha256:aa3538e17…
Size
3.4 MB
Last updated
almost 11 years ago
docker pull rtlong/ipfs