This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
concourse-buildkit/README.md

19 lines
663 B
Markdown
Raw Normal View History

2022-03-09 14:23:20 +01:00
# concourse-buildkit
2024-10-30 00:40:15 +01:00
**DEPRECATED: this resource is no longer needed, the concourse build
task in combination with the registry-image can build and push multiarch
images now.**
2022-08-30 17:30:04 +02:00
A docker image to build multiarch images on [concourse](https://concourse-ci.org).
2022-03-09 14:23:20 +01:00
## parameters
- dest: Required. The output path for the oci image.
2022-03-09 16:37:41 +01:00
- 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`
2022-03-09 16:40:28 +01:00
## Example
To view a simple invocation just look at [pipeline.yml](ci/pipeline.yml).