Skip to main content

Container Images and Registries

What You Will Learn

  • What container registries are
  • How Junovy uses AWS ECR

This page is a placeholder. Full content will be written after tone/depth review of priority chapters.

Planned Content

  • Registry = image storage (like a game store for containers)
  • Tags and versioning
  • Multi-arch builds (amd64 + arm64)
  • Junovy's ECR setup in eu-central-1
  • Pushing and pulling images

Key Takeaways

  • Registries store and distribute container images
  • Always tag images with specific versions, not just "latest"

What Is Next

Next up: What Is Kubernetes (Chapter 3) where you will learn about the system that runs all these containers at scale.