Skip to content

Concourse extension doesn't know about tag_file for docker-image resource #197

Closed
@marco-m

Description

@marco-m

Hello,

consider the following pipeline:

resources:

- name: banana-img.git
  type: docker-image
  source:
    repository: repo/banana-scratch-build

- name: repo.git
  type: git
  source:
    uri: https://example.com/repo.git

jobs:

- name: work-img
  plan:

  - get: repo.git
  - put: banana-img.git
    params:
      build: repo.git/img
      tag_prefix: hello
      tag_file: repo.git/img/tag_file

the extension says:

Unknown property 'tag_file' for type 'DockerImagePutParams'

tag

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