Add simple readme.
This commit is contained in:
parent
248cb76ac6
commit
336685e63b
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -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.
|
Reference in a new issue