Mar 22 · 7 min read · If your company uses containers, you know that keeping them safe is a never-ending job. And let's be honest, it is usually a job that ends up breaking your automated systems at 4:45 PM on a Friday. Wh
Join discussion
Mar 17 · 4 min read · Hello readers! 👋 I’m Umesh, and today we’re going to take a deep dive into how to write a Dockerfile step by step. Don’t worry if it sounds a bit technical right now—I’ve made this guide super simple
Join discussion
Mar 10 · 5 min read · Introduction When I joined PayPay, one of the first things I tried to understand was how our services were containerized. A common exercise when joining a new backend team is to look at the Dockerfile
Join discussion
Mar 5 · 5 min read · While working on a Django application deployment pipeline, I ran into an interesting issue during the Docker build stage in GitLab CI. The pipeline failed when installing Python dependencies, specific
Join discussionFeb 27 · 4 min read · The Problem with "Standard" Images If you are a Node.js developer, your Dockerfile probably starts with one of two lines: FROM node:24 or FROM node:25 (Debian-based) FROM node:24-alpine or FROM node
Kklement commented