TIL 20250217

  • With larger Docker images, splitting out the busy work ( git checkouts, compilation ) of the build state, and creating a new image as the base for the remainder of the Docker image can make the builds and pushes much faster.
  • If you're building Docker images for architectures which aren't native to your local machine, you'll need to push them up to an image hub / repository.