ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: Failed to build docker image

Open shaoyie opened this issue 1 year ago • 3 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Branch name

main

Commit ID

081f922ee61334f2f6895b01d3ed3ff5d3252b8e

Other environment information

No response

Actual behavior

image Build docker failed with the error below:

=> ERROR [internal] load metadata for docker.io/infiniflow/ragflow-base:v2.0 2.6s

[internal] load metadata for docker.io/infiniflow/ragflow-base:v2.0:


failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/infiniflow/ragflow-base:v2.0: not found

Is there any spelling error the docker image name?

Expected behavior

Can build docker image successfully

Steps to reproduce

Download the latest code and try 
docker build -t ragflow/ragflow:dev .

Additional information

No response

shaoyie avatar May 17 '24 09:05 shaoyie

image Although the error message is different, but the same command error.

Alchemistqqqq avatar May 18 '24 01:05 Alchemistqqqq

I have the same error. I checked, and the version infiniflow/ragflow-base:v2.0 does not exist in the repository. I tried modifying the Dockerfile without success.

Domi31tls avatar May 18 '24 09:05 Domi31tls

Fixed. Pull the image infiniflow/ragflow-base:v2.0

KevinHuSh avatar May 20 '24 01:05 KevinHuSh