Skip to content

The same version in all docker images? #2010

@dnsppv

Description

@dnsppv

Hello!
I found that several last docker images contains the same version in all of them, older than image version. Is it okay?

docker images
REPOSITORY                      TAG                                  IMAGE ID            CREATED             SIZE
gittools/gitversion             5.1.4-linux                          b70194891610        2 days ago          285MB
gittools/gitversion             5.1.3-linux-centos-7-netcoreapp3.1   8b259666f976        3 days ago          459MB
gittools/gitversion             latest                               2d1d36c0807e        3 days ago          285MB
docker run --rm -v "$(pwd):/repo" gittools/gitversion:5.1.3-linux-centos-7-netcoreapp3.1 -version
4.0.0+Branch.master.Sha.e715eb5dd515037d90a257f527e62442cae8c1c5
docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest -version
4.0.0+Branch.master.Sha.e715eb5dd515037d90a257f527e62442cae8c1c5
docker run --rm -v "$(pwd):/repo" gittools/gitversion:5.1.4-linux -version
4.0.0+Branch.master.Sha.e715eb5dd515037d90a257f527e62442cae8c1c5

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