falk-werner / docker-bake-example

Example of using Docker buildx bake as build system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker buildx bake example

This repository contains an example how to use Docker buildx bake as build system.

Build

docker buildx bake

This creates a directoy named out will be created, where the build results are stored to. This trivial example will only copy a single file README.md to the out directory.

References

About

Example of using Docker buildx bake as build system

License:The Unlicense


Languages

Language:HCL 71.7%Language:Dockerfile 28.3%