Automating Docker Image Builds and Pushes to Docker Hub using Jenkins on AWS EC2
Jun 29, 2024 · 9 min read · Overview In this guide, we will walk through the process of setting up a CI/CD pipeline using Jenkins to build Docker images from a Node.js application and push them to Docker Hub. The pipeline will be set up on an AWS EC2 instance running Ubuntu, en...
Join discussion