Building the Future: Why BuildKit Replaces Kaniko in Modern CI/CD

Building the Future: Why BuildKit Replaces Kaniko in Modern CI/CD TL;DR Kaniko is officially archived and no longer maintained, while BuildKit has become the standard for container image building, offering superior performance (up to 3x faster), native multi-architecture support, better security, and advanced caching. This guide provides practical examples to help you make the transition today. In the fast-paced world of containerization, staying ahead means embracing tools that deliver speed, security, and efficiency. For years, many relied on Kaniko for building Docker images, especially in daemonless environments like Kubernetes. However, the tide has turned. Kaniko is now officially archived and no longer a maintained project. This means it’s time to transition to the modern, highly performant, and feature-rich builder that is now the default choice: BuildKit. ...

June 5, 2025 · Nabil Noh

How to Set Up VS Code Copilot Custom Instructions

How to Set Up VS Code Copilot Custom Instructions Why Use Custom Instructions? Custom instructions help you automate, standardize, and supercharge your workflow—whether you’re writing commit messages, documentation, or onboarding new team members. Why Use Custom Instructions? Consistency: Ensure everyone follows the same standards for commits, docs, and more. Productivity: Automate repetitive tasks and reduce manual errors. AI Readiness: Make your workflow friendly for Copilot, ChatGPT, and other AI tools. Personalization: Tailor Copilot’s suggestions to your coding style and team practices. Quick Start ...

May 25, 2025 · Nabil Noh