We are using numbered releases now, but the generated makefile doesn't use these release version numbers in the docker image tag. e.g., atlas.customer.logs release v0.4.1 results in the docker image infobloxcto/atlas.customer.logs-server:thayward-dev-0ce5df6.
With this PR, the same version would build as infobloxcto/atlas.customer.logs-server:v0.4.1-thayward.
We are using numbered releases now, but the generated makefile doesn't use these release version numbers in the docker image tag. e.g., atlas.customer.logs release v0.4.1 results in the docker image
infobloxcto/atlas.customer.logs-server:thayward-dev-0ce5df6
.With this PR, the same version would build as
infobloxcto/atlas.customer.logs-server:v0.4.1-thayward
.