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

Make the Docker image smaller and build faster #1037

Closed
karalekas opened this issue Oct 7, 2019 · 0 comments · Fixed by #1039
Closed

Make the Docker image smaller and build faster #1037

karalekas opened this issue Oct 7, 2019 · 0 comments · Fixed by #1039
Assignees
Labels
devops 🚀 An issue related to CI/CD.
Milestone

Comments

@karalekas
Copy link
Contributor

  • Once we downgrade quilc to use glibc 2.28, we can reduce the image size and build time
  • Additionally, we can only copy over the binaries themselves (rather than the full repos)
  • Could also experiment with using a .dockerignore file to get rid of the .git and docs directories, but should probably add the commit information inside the image somehow (via an ENV, file, or addition to the version like in Package and push to Test PyPI every commit #1017)
@karalekas karalekas added the devops 🚀 An issue related to CI/CD. label Oct 7, 2019
@karalekas karalekas added this to the v2.13 milestone Oct 7, 2019
@karalekas karalekas self-assigned this Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops 🚀 An issue related to CI/CD.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant