Karolis Tamutis

Docker

Friends don't let friends apt-update in Dockerfiles

One common anti-pattern that keeps popping up is the use of package updates in Dockerfiles. A simple search on github.com reveals 1M+ results! Can we do better? The issue when you include apt-get update in your Dockerfile or Containerfile, …
Read more