A Concourse resource for manipulating fly
957
A Concourse resource for manipulating fly.
resource_types:
- name: fly
type: docker-image
source:
repository: troykinsella/concourse-fly-resource
tag: latest
Currently only HTTP basic authentication is supported.
url: Required. The base URL of the concourse instance to contact. (i.e. https://example.com/concourse)username: Required. The concourse basic auth username.password: Required. The concourse basic auth password.resources:
- name: fly
type: fly
source:
url: {{concourse_url}}
username: {{concourse_username}}
password: {{concourse_password}}
check: No-Opin: No-OpFuture: Import fly command output
out: Execute fly CommandExecute the given fly command along with given options. The fly client is downloaded from the target
Concourse instance if not already present or if there is a version mismatch between fly and Concourse.
command: Required. The fly command to execute.options: Optional. The options to pass to fly.Parameters are passed through to the fly command as follows:
fly -t main $command $options
main is the name of the target Concourse instance.
MIT © Troy Kinsella
Content type
Image
Digest
Size
6.1 MB
Last updated
over 8 years ago
docker pull egeland/concourse-fly-resource