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

[internal] Avoid hard dependency on dockerfile #13026

Closed
kaos opened this issue Sep 28, 2021 · 0 comments · Fixed by #13027
Closed

[internal] Avoid hard dependency on dockerfile #13026

kaos opened this issue Sep 28, 2021 · 0 comments · Fixed by #13027
Labels

Comments

@kaos
Copy link
Member

kaos commented Sep 28, 2021

As we don't want to add to the load time of resolving dependencies, we should defer our dependency on the dockerfile package until we actually require it. This also frees us from requiring a workable Go env for platforms where there is no wheel for dockerfile.
Slack thread.

@kaos kaos added the bug label Sep 28, 2021
kaos added a commit to kaos/pants that referenced this issue Sep 28, 2021
kaos added a commit that referenced this issue Sep 30, 2021
Rather than having it as a direct dependency, package it into a PEX tool that we run out of process on demand.

Closes #13026.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant