Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
9c9cd28de9 | |||
f7d3e95ef0 | |||
03513ee320 |
2 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
# concourse-buildkit
|
||||
|
||||
A docker image to build multiarch images on [concourse](https://concourse-ci.org)
|
||||
since buildx is flakey for me.
|
||||
**DEPRECATED: this resource is no longer needed, the concourse build
|
||||
task in combination with the registry-image can build and push multiarch
|
||||
images now.**
|
||||
|
||||
Currently only the docker registry is supported.
|
||||
A docker image to build multiarch images on [concourse](https://concourse-ci.org).
|
||||
|
||||
## parameters
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ resources:
|
|||
fetch_tags: true
|
||||
- name: upstream-image
|
||||
type: registry-image
|
||||
check_every: 6h
|
||||
source:
|
||||
repository: moby/buildkit
|
||||
|
||||
|
|
Reference in a new issue