We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
params
resource_type
Example:
resource_types: - name: cogito type: registry-image check_every: 24h params: <*> source: repository: ((docker-registry))/cogito
Invoking completions where the cursor <*> is should suggest attributes as in the params of a get step of a registry_image resource. These are documented here: https://github.com/concourse/registry-image-resource#in-fetch-the-images-rootfs-and-metadata
<*>
get
registry_image
At the moment it only has one valid attribute called format
format
Similarly any attributes below the params should be validated (i.e. at the moment the only valid attribute is format.
Related discussion: concourse/docs#273
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
Invoking completions where the cursor
<*>
is should suggest attributes as in the params of aget
step of aregistry_image
resource. These are documented here: https://github.com/concourse/registry-image-resource#in-fetch-the-images-rootfs-and-metadataAt the moment it only has one valid attribute called
format
Similarly any attributes below the params should be validated (i.e. at the moment the only valid attribute is
format
.Related discussion: concourse/docs#273
The text was updated successfully, but these errors were encountered: