Skip to content

Concourse extension confused by docker-image resource type #196

Closed
@marco-m

Description

@marco-m

Hello,

consider a pipeline beginning with:

resource_types:

- name: docker-image
  privileged: true
  type: docker-image
  source:
    repository: concourse/docker-image-resource

This seems bizarre at first, on the other hand the repetition of docker-image in the name: and type: is needed, since docker-image is a special one.

The stanza above uses the built-in docker-image to download this new docker-image and use it during the pipeline. Confusing at first but it works :-)

The extension is confused and reports an non existing error:

duplicate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions