Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image versioning #108

Open
walison17 opened this issue Feb 19, 2024 · 3 comments
Open

Docker image versioning #108

walison17 opened this issue Feb 19, 2024 · 3 comments
Assignees

Comments

@walison17
Copy link
Contributor

walison17 commented Feb 19, 2024

Today we only have 1 tag/version (latest) of the docker image, this approach means that consumers always use the most recent version of dialog which may have some breaking changes. It would be amazing if we had some versioning system like semantic versioning to avoid problems like this.

@vmesel
Copy link
Member

vmesel commented Feb 19, 2024

@walison17 its a cool idea, we need to start working on releases so we can get this kind of approach done.

@avelino
Copy link
Member

avelino commented Feb 19, 2024

First, we need to focus on versioning the Python software and then replicate that to the Docker image.

@vmesel vmesel self-assigned this Mar 14, 2024
@vmesel
Copy link
Member

vmesel commented Mar 14, 2024

I've added the auto-tagger, so every commit that goes to main, we generate a new tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants