Skip to content

Support for custom resource in fly execute #318

@tom-meyer

Description

@tom-meyer

We just came across an issue when trying to fly execute where one of the inputs is a user-defined resource_type. Concourse gives us this for the output of the get for our custom git-lfs resource:

no workers satisfying: resource type 'git-lfs'

available workers:
  - platform 'linux'
  - platform 'linux'
  - platform 'linux'
  - platform 'linux'

Our custom resource is defined like this:

resource_types:
- name: git-lfs
  type: docker-image
  source:
    repository: "docker.ci.eng.pivotal.io:443/git-lfs-resource"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions