-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
improve Dockerfile
build time and add CI to catch future slow downs
#16348
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #16348 will not alter performanceComparing Summary
|
- name: Clean Docker system again | ||
run: | | ||
docker system prune -af | ||
docker builder prune -af |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
avoid sharing any cache that would bias results
curl \ | ||
ca-certificates \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont think we need these, and they were added in #16235, not before
4a05742
to
5139936
Compare
there's still work to be done here, since i'm not sure what caused the dramatically inflated runtime of the
Docker images
job, but now at least we can relatively quantify all changes to theDockerfile
inspired by #16327 (see https://github.com/PrefectHQ/prefect/actions/runs/12284945352?pr=16348)