Building Images

  • Builds run with only the information you share (via COPY)
  • Builds should run "from scratch" and be reproducible anywhere
  • Builds should rely only on "source code" rather than build artifacts or dependencies
  • Images build in a default command for containers you start

17 / 24