Compare commits
No commits in common. "master" and "v0.3.0" have entirely different histories.
2 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
||||||
# concourse-buildkit
|
# concourse-buildkit
|
||||||
|
|
||||||
**DEPRECATED: this resource is no longer needed, the concourse build
|
A docker image to build multiarch images on [concourse](https://concourse-ci.org)
|
||||||
task in combination with the registry-image can build and push multiarch
|
since buildx is flakey for me.
|
||||||
images now.**
|
|
||||||
|
|
||||||
A docker image to build multiarch images on [concourse](https://concourse-ci.org).
|
Currently only the docker registry is supported.
|
||||||
|
|
||||||
## parameters
|
## parameters
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ 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