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

Fix Docker builds #43

Open
gabcoh opened this issue Mar 29, 2021 · 2 comments
Open

Fix Docker builds #43

gabcoh opened this issue Mar 29, 2021 · 2 comments

Comments

@gabcoh
Copy link
Collaborator

gabcoh commented Mar 29, 2021

Right now the dockerfile setup is pretty annoying for a few reasons:

  1. It relies on caching build stages for the build not to take forever. This works, but I'd rather not rely on it. Better if the caching were a bit more explicit and maybe a bit more extensive
  2. It only builds from git, so you can't really test things locally without pushing them. That is pretty horrible
@gabcoh
Copy link
Collaborator Author

gabcoh commented Apr 1, 2021

Look into practices described here: https://docs.docker.com/develop/develop-images/multistage-build/

@cdecompilador
Copy link

The fact that docker is the main way to build this means that something is very wrong in the build-system files

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

No branches or pull requests

2 participants