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 buildkit for harness builds #582

Merged
merged 4 commits into from
Mar 18, 2021
Merged

Use buildkit for harness builds #582

merged 4 commits into from
Mar 18, 2021

Conversation

kierenevans
Copy link
Contributor

Shaves 3 to 12 minutes off the build vs the 1.1.x branch

Info: https://docs.docker.com/develop/develop-images/build_enhancements/

@kierenevans kierenevans added the enhancement New feature or request label Mar 18, 2021
@kierenevans kierenevans added this to the 1.1.0 milestone Mar 18, 2021
@andytson-inviqa
Copy link
Contributor

https://www.jenkins.io/doc/pipeline/tour/environment/

environment {
    COMPOSE_DOCKER_CLI_BUILD = '1'
    DOCKER_BUILDKIT = '1'
}

should work in the top level of the pipeline

@kierenevans kierenevans marked this pull request as draft March 18, 2021 10:25
@kierenevans kierenevans marked this pull request as ready for review March 18, 2021 10:26
@kierenevans kierenevans enabled auto-merge (squash) March 18, 2021 10:30
@kierenevans kierenevans merged commit bcdb675 into 1.1.x Mar 18, 2021
@kierenevans kierenevans deleted the feature/test-buildkit branch March 18, 2021 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants