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

[Bug]: Speed up the docker build process #293

Open
3 tasks done
dmohns opened this issue Sep 26, 2024 · 0 comments
Open
3 tasks done

[Bug]: Speed up the docker build process #293

dmohns opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@dmohns
Copy link
Member

dmohns commented Sep 26, 2024

Preflight Checklist

Expected Behavior

docker build or docker compose up should be relatively quick (<5min). This is a pre-requisite for being able to run docker build on our CI to improve code quality.

Actual Behavior

docker compose up takes a long time, 10min or more depending on Network connection and CPU power.

This is probably related to PHP extension installation requiring the extensions to be compiles from scratch.

Steps to reproduce

  • Delete all local containers and images
  • docker compose up

What operating system(s) are you using?

macOS

Additional Information

No response

@dmohns dmohns added bug Something isn't working help wanted Extra attention is needed labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant