Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
651 stars 324 forks source link

Use release tags for Docker images #907

Open cecheta opened 1 month ago

cecheta commented 1 month ago

Required by #651

Description

Currently, Docker images are tagged with the date/run ID (e.g. 2024-05-15_643), and also with latest.

They should also be tagged with the corresponding release whenever one is taken. E.g.:

Tasks

_To be filled in by the engineer picking up the subtask