ipedrazas / dublin-meetup

Examples for the talk at the Docker Dublin Meetup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Meetup, Dublin

Examples to understand how to use build-context and bake file to reduce friction between development and CI.

Buildx options:

  • build-context
  • builder

Use cases

  • Add resources to the Docker build context
  • Change the base docker image
  • Building Multi-arch images
  • Execute heavy builds in remote machines

Examples and code

Buildx options in docker build

Bake example

More resources:

About

Examples for the talk at the Docker Dublin Meetup


Languages

Language:HCL 73.0%Language:Dockerfile 21.5%Language:HTML 5.5%