Skip to content

Docker Hub is missing the -0 suffix on the first image for a tag #71

Description

@manics

https://hub.docker.com/r/openmicroscopy/omero-web-standalone/tags

- name: Get other tags
id: gettags
uses: jupyterhub/action-major-minor-tag-calculator@v2.0.0

only creates higher-level tags, so if this repository is tagged with 5.14.0 instead of 5.14.0-0 the Docker Hub tags 5.14.0 and 5.14 are created, and 5 is updated.

If the image is later rebuilt and tagged as 5.14.0-1 Docker Hub tags 5.14.0, 5.14 and 5 are updated, but since there was never a 5.14.0-0 tag the original 5.14.0 image is lost.

This also applies to https://hub.docker.com/r/openmicroscopy/omero-server/tags

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions