Generator: Mismatch Docker tag <-> generator version

Created on 28 Apr 2021  路  4Comments  路  Source: asyncapi/generator

Describe the bug

The generator within Docker images seems to be one (patch?) version higher than the Docker image tag says.

How to Reproduce

godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.5 --version
1.6.6
godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.6 --version
1.6.7
godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.7 --version
1.6.8
godsboss@godsboss-HP-EliteBook-x360-1030-G3:~$ docker run --rm -it asyncapi/generator:1.6.10 --version
1.6.11

I skipped 1.6.8 and 1.6.9, but I guess they show the same phenomen.

Expected behavior

Running docker run --rm -it asyncapi/generator:<x> --version outputs <x> for future images.

bug released

All 4 comments

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.

Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@GodsBoss sorry for keeping you waiting. I just opened a PR to fix it https://github.com/asyncapi/generator/pull/585

:tada: This issue has been resolved in version 1.6.15 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

I see 1.6.15 also on docker hub and 1.6.14 was skipped, so lgtm

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcortw picture marcortw  路  7Comments

alexanderTilg picture alexanderTilg  路  10Comments

fmvilas picture fmvilas  路  9Comments

karlwbrown picture karlwbrown  路  8Comments

derberg picture derberg  路  8Comments