Skip to content

ChainSafe/infra-docker

Repository files navigation

ChainSafe Infrastructure Docker Images

This repository contains Dockerfiles for ChainSafe Infrastructure services.

Available Images

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

Development

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).

Building Locally

docker build -t fil-snapshots-archive ./images/fil-snapshots-archive

Running Locally

docker run -it --rm fil-snapshots-archive

Contributing

Contributions are welcome! Please ensure:

  1. Code is formatted and linted using pre-commit hooks.
  2. PRs follow the repository workflow.

License

This repository is licensed under the MIT License. See LICENSE for details.

About

ChainSafe Infrastructure Docker Images

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •