Skip to content

[Bug] Release 1.5, GenAIExamples/version.txt. the VERSION_MAJOR change to "v1" breaks Docker Image Pulls #2377

@cogniware-devops

Description

@cogniware-devops

Priority

P2-High

OS type

N/A

Hardware type

N/A

Installation method

  • Pull docker images from hub.docker.com
  • Build docker images from source
  • Other
  • N/A

Deploy method

  • Docker
  • Docker Compose
  • Kubernetes Helm Charts
  • Kubernetes GMC
  • Other
  • N/A

Running nodes

N/A

What's the version?

Release version 1.5
Repo - GenAIExamples, file - version.txt

Description

With the new v1.5 release GenAIExamples repo, the file version.txt now contains a new prefix "v" attached to the major release number ("1"). Thus making the TAG to become "v1.5", this breaks the pull of images from Docker Hub. The opea images on Docker Hub are tagged as numeric "major.minor", such as the TAG "1.5". This mismatch fails to pull images from v1.5 GenAIExamples docker compose files.

Reproduce steps

git clone https://github.com/opea-project/GenAIExamples.git
git checkout v1.5
cd GenAIExamples/ChatQnA/docker_compose/intel/cpu/xeon/
"set up user specific environment variables for deploying ChatQnA"
source ./set_env.sh
docker compose up -d

Raw log

✘ Image opea/retriever:v1.5                                   Error failed to resolve reference "docker.io/opea/retriever:v1.5": docker.io/opea/retriever:v1.5: not found

✘ Image opea/nginx:v1.5                                       Error failed to resolve reference "docker.io/opea/nginx:v1.5": docker.io/opea/nginx:v1.5: not found

Attachments

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions