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
|
# concourse-buildkit
|
||||||
|
|
||||||
A docker image to build multiarch images on [concourse](https://concourse-ci.org)
|
**DEPRECATED: this resource is no longer needed, the concourse build
|
||||||
since buildx is flakey for me.
|
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
|
## parameters
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ resources:
|
||||||
fetch_tags: true
|
fetch_tags: true
|
||||||
- name: upstream-image
|
- name: upstream-image
|
||||||
type: registry-image
|
type: registry-image
|
||||||
|
check_every: 6h
|
||||||
source:
|
source:
|
||||||
repository: moby/buildkit
|
repository: moby/buildkit
|
||||||
|
|
||||||
|
|
Reference in a new issue