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

Optimize Docker Builds #266

Open
justlevine opened this issue Jun 11, 2022 · 0 comments
Open

Optimize Docker Builds #266

justlevine opened this issue Jun 11, 2022 · 0 comments
Labels
good first issue 🐣 Good for newcomers help wanted 🙋‍♂️ Extra attention is needed scope: build scripts 🔧 status: confirmed 📍 The issue has been confirmed and reproduced. type: enhancement ⚡ Improves on an existing feature
Projects
Milestone

Comments

@justlevine
Copy link
Member

What problem does this address?

The Docker builds are not cached, causing integration tests to take upwards of 4 minutes.

We should cache them and consider switching to a muti-stage build and/or buildx.

What is your proposed solution?

https://evilmartians.com/chronicles/build-images-on-github-actions-with-docker-layer-caching

What alternatives have you considered?

No response

Additional Context

No response

@justlevine justlevine added type: enhancement ⚡ Improves on an existing feature scope: build scripts 🔧 status: confirmed 📍 The issue has been confirmed and reproduced. labels Jun 11, 2022
@justlevine justlevine added this to the Future milestone Jun 11, 2022
@justlevine justlevine added this to To Do in V1 Aug 4, 2022
@justlevine justlevine added help wanted 🙋‍♂️ Extra attention is needed good first issue 🐣 Good for newcomers labels May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue 🐣 Good for newcomers help wanted 🙋‍♂️ Extra attention is needed scope: build scripts 🔧 status: confirmed 📍 The issue has been confirmed and reproduced. type: enhancement ⚡ Improves on an existing feature
Projects
V1
To Do
Development

No branches or pull requests

1 participant