Showing posts with the label GitHub Actions

GitHub Actions 배포 속도 50% 단축: Docker Buildx 캐싱 실전 적용기

개발자에게 가장 고통스러운 시간 중 하나는 코드를 푸시한 후 CI/CD 파이프라인이 완료되기를 기다리는 "멍 때리는" 시간일 것입니다. 특히 MSA(Microservices Architecture) 환경이나 무거운 라이브러리를 포함하는 Node.js, Java Spring 프로젝트의 경우, Docker 이미지 빌드 단계에서만 5분 이…
GitHub Actions 배포 속도 50% 단축: Docker Buildx 캐싱 실전 적용기

GitHub Actions Slow? Fix Docker Layer Caching with Buildx (Mode=Max)

There is nothing more frustrating than pushing a critical hotfix and staring at the "Building..." spinner for 15 minutes. In a recent production incident involving a high-traffic Node.js m…
GitHub Actions Slow? Fix Docker Layer Caching with Buildx (Mode=Max)

GitHub Actions lento? Cómo reduje el build de Docker un 50% con Layer Caching y Buildx

No hay nada más frustrante para un equipo de ingeniería que mirar una barra de progreso congelada un viernes por la tarde. Recientemente, en un proyecto de microservicios basado en Node.js y Python…
GitHub Actions lento? Cómo reduje el build de Docker un 50% con Layer Caching y Buildx

DevSecOps: Seguridad en Pipelines CI/CD

E l modelo tradicional de desarrollo trata la seguridad como una fase final de auditoría, a menudo realizada días antes del lanzamiento. Este enfoque, conocido como "security at the end", …
DevSecOps: Seguridad en Pipelines CI/CD
OlderHomeNewest