concourse / registry-image-resource

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

edge tag of Alpine is used by default #338

Open link2xt opened 1 year ago

link2xt commented 1 year ago

The readme says that latest tag is used by default. However, I have to configure Alpine image like this:

      image_resource:
        name: ""
        source:
          repository: alpine
          tag: latest
        type: registry-image

If I remove the tag, it uses the edge tag of https://hub.docker.com/_/alpine instead.