Skip to content

Instantly share code, notes, and snippets.

@yrashish

yrashish/file.md Secret

Created April 13, 2021 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yrashish/7b1fa1801e04ed64abd6fde0fe85b919 to your computer and use it in GitHub Desktop.
Save yrashish/7b1fa1801e04ed64abd6fde0fe85b919 to your computer and use it in GitHub Desktop.
Image Building Method Ease of use Time taken for first time build and push Time taken for subsequent build and push time without changes Time taken for subsequent build and push with changes Space utilization Memory consumption
Docker simple Complex 1 minute 41 seconds 24.26 seconds 38.27 seconds 664 MB 138.7MiB
Docker Multistage Complex ~ 4 minutes 12.3 seconds 2 minutes 79 seconds 237 MB 139.8MiB
Jib without Docker Easy 33.03 seconds 12.39 seconds 17.73 seconds 214 MB 116.8MiB
Jib with Docker Complex 56.60 seconds 24.41 seconds 34.34 seconds 214 MB 115.4MiB
Buildpack Easy 3 minutes 40 seconds 53.69 seconds 258 MB 121.8MiB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment