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

Use linux-micro sandbox image for local development #1360

Merged
merged 2 commits into from
Apr 29, 2021

Commits on Apr 17, 2021

  1. Add support for overriding remote docker images

    Previously, only local images could be overridden.
    
    This adds a new env variable DOCSRS_DOCKER_IMAGE, and makes the existing
    variable DOCS_RS_LOCAL_DOCKER_IMAGE a synonym for it. At some point I
    want to remove the old name, but that requires updating forge first.
    jyn514 committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    75fb6c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Use the linux-micro image for tests

    I tested that this can build `hexponent 0.3.0` successfully. This cuts
    the download size down from over 1 GB to about 150 MB.
    jyn514 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    1980ac8 View commit details
    Browse the repository at this point in the history