Compare commits

...

3 commits

Author SHA1 Message Date
9c9cd28de9
docs: add deprecation notice. 2024-10-30 00:40:15 +01:00
f7d3e95ef0
Check upstream image every 6h. 2024-03-16 10:49:08 +01:00
03513ee320
Remove mention of docker hub. 2022-08-30 17:30:04 +02:00
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -8,6 +8,7 @@ resources:
fetch_tags: true
- name: upstream-image
type: registry-image
check_every: 6h
source:
repository: moby/buildkit