One key tip for building your own Docker images: always use the latest #OS version for OS Distribution Images.
Specific versions become outdated quickly, leaving you vulnerable to unfixed issues and security patches.
I learned this lesson from my own experimentation with #Docker and #Kubernetes within my personal home lab, rather than in a production environment (luckily).
Check out my #blog post for more insights on some #DevOps #engineering highlight and practices.
https://fernandocejas.com/blog/engineering/2023-01-06-over-engineered-home-lab-docker-kubernetes/