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

Docker: Reduce build context size #348

Open
vdice opened this issue Sep 30, 2022 · 0 comments
Open

Docker: Reduce build context size #348

vdice opened this issue Sep 30, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@vdice
Copy link
Member

vdice commented Sep 30, 2022

As of #343 we have a Dockerfile for bindle.

Currently it copies everything into the image for building, which results in a large build context. Let's see if we can reduce to copying in only the source code needed and ignoring (eg .Dockerignore) the rest.

@thomastaylor312 thomastaylor312 added enhancement New feature or request good first issue Good for newcomers labels Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants