Compare commits

...

2 commits

Author SHA1 Message Date
f0de4509fe
docs: add deprecation notice. 2024-10-30 00:39:09 +01:00
f5789a873e
Check upstream image every 6h. 2024-03-16 10:51:04 +01:00
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,9 @@
# concourse-oci-resource
**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 resource type for oci image tarballs.
## Source configuration

View file

@ -19,6 +19,7 @@ resources:
fetch_tags: true
- name: upstream-image
type: registry-image
check_every: 6h
source:
repository: alpine
- name: concourse-oci-resource