Sign inSign up

rtlong/ipfs

By rtlong

Updated almost 11 years ago

Tiny static builds of the IPFS binary ~13MB

Image
0

1.1K

rtlong/ipfs repository overview

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.

Tag summary

Content type

Image

Digest

sha256:aa3538e17

Size

3.4 MB

Last updated

almost 11 years ago

docker pull rtlong/ipfs