Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and publish boost devnet containers via CI #1661

Merged
merged 1 commit into from
Sep 1, 2023

Commits on Sep 1, 2023

  1. Build and publish boost devnet containers via CI

    Build boost containers on each PR to assert that all containers used by
    devnet build. On non PR events publish the containers onto ghcr.io.
    
    This should significantly reduce wait time when interacting with devnet
    for well known versions of boost since a user would no longer have to
    build all related images from scratch. The CI is setup to use GitHub
    actions caching layers which should further speed up builds per commit.
    
    The containers built will have a tag prefix that corresponds to the
    target name of devnet dockerfile.source. This includes:
    
    * `boost-dev`
    * `booster-http-dev`
    * `booster-bitswap-dev`
    * `lotus-dev`
    * `lotus-miner-dev`
    masih committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a7fa60b View commit details
    Browse the repository at this point in the history