concourse / registry-image-resource

a resource for images in a Docker registry
Apache License 2.0
89 stars 107 forks source link

skip_download still downloads #266

Closed mmb closed 3 years ago

mmb commented 3 years ago

I'd like to use this resource for triggering only. I am using this config but it still does the download:

- get: image
  trigger: true
  get_params:
    skip_download: true

I first had it in params: but I got ERRO[0000] invalid payload: json: unknown field "skip_download". If get_params is right it might be something to add to the README.

mmb commented 3 years ago

This is what I think happened here:

With registry-image version 1.1.0 from a docker image it works. Thanks!