concourse / registry-image-resource

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

Prerelease builds not picked up #330

Closed kkavitha closed 11 months ago

kkavitha commented 1 year ago

Hi, I am using the latest version of registry-image-resource. My resource definition is as follows:

- name: my-image
  type: registry-image
  icon: docker
  source:
    repository: <>
    username: <>
    password: <>
    semver_constraint: ">=1.2.1-0"

I was expecting to see 1.2.1-beta.1 version pop up in my resource list, but I dont see it. Is there a mistake in the way I have specified the semver_constraint?

Thank you!