Compare commits
No commits in common. "master" and "v0.1.0" have entirely different histories.
2 changed files with 0 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
||||||
# 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,7 +19,6 @@ 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