No description
Find a file
2022-03-09 16:40:28 +01:00
ci Fix formatting of ci/pipeline.yml. 2022-03-09 16:06:51 +01: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 Fix arguments of buildctl. 2022-03-09 16:25:35 +01:00
README.md Improve readme formatting. 2022-03-09 16:40:28 +01: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

  • repository: Required. The repository of the image.
  • tag: Optional. The tag for the image, default: latest
  • additional_tags: Optional. Path to a file containing one additional tag per line.
  • push: Optional. Should the built image be pushed, default: false
  • 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
  • username: Optional. The username used to log into the registry.
  • password: Optional. The password used to log into the registry.

Example

To view a simple invocation just look at pipeline.yml.