Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
f0de4509fe | |||
f5789a873e |
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -19,6 +19,7 @@ resources:
|
|||
fetch_tags: true
|
||||
- name: upstream-image
|
||||
type: registry-image
|
||||
check_every: 6h
|
||||
source:
|
||||
repository: alpine
|
||||
- name: concourse-oci-resource
|
||||
|
|
Reference in a new issue