Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concourse support #30

Open
dannystaple opened this issue Jun 14, 2022 · 1 comment
Open

Concourse support #30

dannystaple opened this issue Jun 14, 2022 · 1 comment
Labels
enhancement New feature new-parser Request for a new parser

Comments

@dannystaple
Copy link

TL;DR

Concourse CI uses container images for resource types. Would it make sense to swap container references out for hashes too? It is also configured with YAML.

Detailed design

Concourse documentation on resource types: https://concourse-ci.org/resource-types.html


resource_types:
- name: rss
  type: registry-image
  source:
    repository: suhlig/concourse-rss-resource
    tag: latest


### Additional information

_No response_
@dannystaple dannystaple added the enhancement New feature label Jun 14, 2022
@sethvargo
Copy link
Owner

Hi @dannystaple

Sure - I'm going to rely on community contributions for many of these CI systems (there's an ever-growing number). If you want to take a stab at adding support, I'll happily review it.

@sethvargo sethvargo added the new-parser Request for a new parser label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature new-parser Request for a new parser
Projects
None yet
Development

No branches or pull requests

2 participants