Skip to content

CI: add final image size to output

Jason Plum requested to merge ci-output-image-size into master

What does this MR do?

Add the container size to the output, allowing to inspect/compare any size changes over time. We do this by a "blind" Awk call, which is made to match the exact expected output of .[].Size string from the JSON output of docker inspect IMAGE:TAG

Closes gitlab-org/charts/gitlab#1267 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by Hossein Pursultani

Merge request reports