Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 556 Bytes

File metadata and controls

11 lines (6 loc) · 556 Bytes

Docker Bake Example Project

This repository contains the example code used in the article: Introduction to Docker Bake.

Overview

This project demonstrates how to use Docker Bake to build multi-platform Docker images for an application.

CI/CD

The .github/workflows/docker-bake-pipeline.yml workflow demonstrates how to integrate Docker Bake into a CI/CD pipeline using GitHub Actions. It builds the images using and verifies their existence and architecture.