This repository contains Dockerfiles for ChainSafe Infrastructure services.
Docker image for storing FIL snapshots.
Usage:
docker pull ghcr.io/chainsafe/fil-snapshots-archive:latest
docker run -d \
--name fil-snapshots-archive \
-v /path/to/snapshots:/snapshots \
ghcr.io/chainsafe/fil-snapshots-archive:latest
This repository uses:
- pre-commit hooks for commit quality and linting.
- release-please for automated releases.
- GitHub Actions workflows to build and push Docker images to GitHub Container Registry (GHCR).
docker build -t fil-snapshots-archive ./images/fil-snapshots-archive
docker run -it --rm fil-snapshots-archive
Contributions are welcome! Please ensure:
- Code is formatted and linted using pre-commit hooks.
- PRs follow the repository workflow.
This repository is licensed under the MIT License. See LICENSE for details.