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