Deepomatic / dmake

DMake is a tool to manage micro-service based applications
MIT License
36 stars 3 forks source link

Allow to personalize the built docker image tag #526

Closed vdel closed 1 year ago

vdel commented 2 years ago

Today, one can specify a tag for a built image: https://github.com/Deepomatic/dmake/blob/cc614bf89e726511d186cee0c0f7be5dc329688b/dmake/docker_image.py#L105

But this is too limiting:

In Deepomatic/thoth#761, we need to push two different images to the deepomatic/thoth Docker registry. But one cannot do it:

We would need to be able to use templates in the tag to customize the tag with the branch and build number.

(this is not an urgent need)