You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to "profile" a docker build. The ideal output would include elapsed time, download size, and final layer size for every command in the Dockerfile. End goal is to find the best optimizations for Tutor's Dockerfiles without relying purely on my hunches about what I believe are the slowest parts.
Subtasks
Profile & analyze the build for tutor images build openedx and tutor dev dc build lms, which build the opendx and openedx-dev images, respectively.
Link to any profiling artifacts here
Preate follow-up tickets for applying optimizations and/or diving deeper into analysis.
The text was updated successfully, but these errors were encountered:
Backgroud
I'd like to "profile" a docker build. The ideal output would include elapsed time, download size, and final layer size for every command in the Dockerfile. End goal is to find the best optimizations for Tutor's Dockerfiles without relying purely on my hunches about what I believe are the slowest parts.
Subtasks
tutor images build openedx
andtutor dev dc build lms
, which build the opendx and openedx-dev images, respectively.The text was updated successfully, but these errors were encountered: