concourse-buildkit/README.md
2022-08-29 18:04:26 +02:00

17 lines
586 B
Markdown

# concourse-buildkit
A docker image to build multiarch images on [concourse](https://concourse-ci.org)
since buildx is flakey for me.
Currently only the docker registry is supported.
## parameters
- dest: Required. The output path for the oci image.
- platform: Optional. A comma seperated list of target platforms, default: current platform
- context: The context with which to build.
- manual: Optional. Don't use params and instead supply all arguments via the command line, default: `false`
## Example
To view a simple invocation just look at [pipeline.yml](ci/pipeline.yml).