Skip to content

Instantly share code, notes, and snippets.

@mxschmitt
Last active September 11, 2023 16:41
Show Gist options
  • Save mxschmitt/1853efa074b7461a1fd5c402e566a7fe to your computer and use it in GitHub Desktop.
Save mxschmitt/1853efa074b7461a1fd5c402e566a7fe to your computer and use it in GitHub Desktop.
Docker image cache overview

.NET:

  • no cache hit (probably because we sign and its then different, or because we do a local install)
  • we still have the 600 MB cache folder (which never gets used)

Python:

  • no cache hit
  • 0MB cache (probably local install does not end up in the cache)

Java:

  • cache hit
  • 347M cache /root/.m2/

Node.js:

  • no cache hit
  • 5.6MB cache probably with a different key. No Node.js driver in it, so only 5.6MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment