An alpine docker image with go-ipfs prebuilt.
IPFS defaults to /root/.ipfs
for storing data. Custom data directories are supported via the IPFS_PATH
environment variable. The image entrypoint will initialize IPFS if no data directory is detected.
The default command is ipfs daemon --migrate
.
The latest build from the latest release of IPFS.
Built on top of latest
with an entrypoint script that pins certain CIDS. Useful for spinning up swarms of machines, documentation here.
Specific version tags are available for go-ipfs releases, full list here.
To build all version tags using travis include [build versions]
in the commit message.