From 336685e63bf966f5c6c1eb16a4f793e4d7fef2a7 Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 14:23:20 +0100 Subject: [PATCH] Add simple readme. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7fb655 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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 + +- username: Optional. The username used to log into the registry. +- password: Optional. The password used to log into the registry.