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

Share the Go build cache when building in Dockerfiles #1853

Merged
merged 1 commit into from
Dec 22, 2021

Commits on Dec 22, 2021

  1. Share the Go build cache when building in Dockerfiles

    On my machine this makes image rebuilds go from ~5m to 1.5s.
    
    This also required setting DOCKER_BUILDKIT=1 in integration test image
    builds.
    
    I also took the opportunity to bump the Go version used in those tests
    to Go 1.17 to match the image build processes, and tidied up the
    workflow files a bit too (renaming for consistency, typos, whitespace,
    etc.)
    imjasonh committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    5112a78 View commit details
    Browse the repository at this point in the history