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

Multistage Docker + Test in Docker #6345

Merged
merged 1 commit into from
Oct 1, 2020
Merged

Multistage Docker + Test in Docker #6345

merged 1 commit into from
Oct 1, 2020

Commits on Oct 1, 2020

  1. Multistage Docker + Test in Docker

    This change updates force to use a multistage docker build and leverages
    the new docker build enginer, buildkit. Some of the benefits are better
    layer caching, meaning we should see decreases in the average image
    build time, we now run our tests in the same docker image that they are
    compiled in, and the production image is significantly smaller (down to
    500MiB from 3GiB).
    icirellik committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    55df972 View commit details
    Browse the repository at this point in the history