Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants