Skip to content

[Bug] Docker latest points to alpha #3322

@mikesigs

Description

@mikesigs

Our build scripts were using the :latest label in Docker to execute GitVersion with the following command

docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest /repo

Something has changed recently where that command no longer outputs the JSON response, but instead it's printing out the visual tree of the repo. We're hard coding back to 5.11.1 now to fix things, but I figured I'd report this. I don't know what's of more concern, if the default behavior is changing to this tree output, or that the latest is pointing at a pre-release version. Shouldn't it point at the latest stable version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions