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

Output the size of the images being pushed to the image registry in the build process #3224

Closed
seanhamlin opened this issue Jul 25, 2022 · 0 comments · Fixed by #3232
Closed
Labels
2-build-deploy Build & Deploy subsystem

Comments

@seanhamlin
Copy link
Contributor

seanhamlin commented Jul 25, 2022

We are looking to solve some performance issues around image pushes from the Lagoon docker host to the image registry and the time it takes. In order to help with this it would be good to emit the size of the images in the dockerhost, prior to the push in the build log.

e.g.

Image master/solr:latest	238.52MB
Image master/php:latest		435.58MB
Image master/nginx:latest	147.05MB
Image master/cli:latest		248.02MB
Image Size Total			1069.17MB

Using this information we can then approximate the MB/sec for the image push (the time it takes to do this is already in the build log).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-build-deploy Build & Deploy subsystem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant