No description
Find a file
2022-08-29 18:15:09 +02:00
ci Remove push flag, output as oci tarball. 2022-08-29 16:17:02 +02:00
.dockerignore Add ci, update README add dockerignore. 2022-03-09 14:52:01 +01:00
Dockerfile Alias entrypoint.sh to build. 2022-03-09 16:37:09 +01:00
entrypoint.sh Change quoting on output archive. 2022-08-29 18:15:09 +02:00
README.md Update readme.md. 2022-08-29 18:04:26 +02:00

concourse-buildkit

A docker image to build multiarch images on concourse 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.