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
|
# 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.
|
A resource type for oci image tarballs.
|
||||||
|
|
||||||
## Source configuration
|
## Source configuration
|
||||||
|
|
|
@ -19,6 +19,7 @@ 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: alpine
|
repository: alpine
|
||||||
- name: concourse-oci-resource
|
- name: concourse-oci-resource
|
||||||
|
|
Reference in a new issue