End-to-end automated Dockerfile #78
Labels
dif/expert
Extensive knowledge (implications, ramifications) required
effort/days
Estimated to take multiple days, but less than a week
help wanted
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
P2
Medium: Good to have, but can wait until someone steps up
snapshots
issues related to snapshot creation and updates
The version from #77 creates a basic environment with all dependencies for dev and debugging, but is not useful for end-to-end automation like one described in #58
The complexity involved is way too big for anyone sane to dig into this, so if we want to build snapshots more often than every 3-6 months, we must simplify the entire process and produce Docker image that:
IPFS_PATH
with the outputIPFS_PATH
with all blocksThis way
IPFS_PATH
is independent of the Docker image and can be persisted/managed by other means (could be an ephemeral repo, or a permanent one).The text was updated successfully, but these errors were encountered: