-
Notifications
You must be signed in to change notification settings - Fork 208
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 extension doesn't know about the registry-image #380
Comments
I would like to update this in our editor, without an explanation in the doc about this I'm not sure what changes are actually required. Do I understand correctly that 'registry-image' is a new built-in resource type? Where is this documented? I was trying to find where they currently list all the built-in resource types, but can't seem to find that in the current concourse documentation. (Places I looked: https://concourse-ci.org/resource-types.html and https://concourse-ci.org/resources.html) As a quickfix I can add 'registry-image' as a known 'built-in' resource type to our editor without any Schema information. This will get rid of the error but will not provide any kind of completions or validation for stuff in the 'source' section of the resource definition or in the get and put params of resources of this type. |
I found some kind of a list here: https://github.com/concourse/concourse/wiki/Resource-Types But it doesn't say which resources are 'builtin'. I am guessing it might be the resources that are listed as 'maintained by @concourse'. Though that's really just a guess. |
Okay, here's what I will do: Do a quick short term fix now: add After the release I will work on fleshing out a proper schema for the new resource type. |
@kdvolder as usual, you are very reactive, thanks! Yes, To know the list of all built-in resource types, one can query the ATC with The returned resource types are: |
I've now also pushed some changes to flesh out the Schema for @marco-m If you have time to test and take it for a spin, that would be most welcome. As allways you can download a .vsix file of the snapshot builds from this page: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html Also thanks again for reporting the issue as well as for the pointers to the relevant docs. |
PS: I mentioned that there would be release this week. However the release has been pushed back a bit till the beginning of november (which is why I decided I could still work in this bigger schema change as their's still enough time to test it before releasing it to the masses :-) |
You are right. I completely forgot about it.
I will. Please ping me back if you don't hear from me in a few days.
You are the one to thank Kris! :-) |
@kdvolder I tested the nightly build. It correctly handles the new On the other hand I found two other aspects that need to be updated, I will open a separate ticket. |
@marco-m Thanks for testing.
Yes, please do! Thanks in advance. |
Hello,
since a while the Concourse
docker-image
resource has an alternative, the drop-in replacementregistry-image
resource. Development ondocker-image
has stopped.The Concourse documentation unfortunately is partially out of date, but to show that
registry-image
is the preferred type to use I can quote the Concourse introduction documentation:This snippet configuration:
reports the error:
The 'registry-type' Resource Type does not exist.
Thanks!
The text was updated successfully, but these errors were encountered: