Skip to content

vastdata image cannot find in dockerhub #18853

New issue

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

By clicking “No 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? No Sign in to your account

Open
5 tasks done
xgdyp opened this issue Apr 27, 2025 · 2 comments
Open
5 tasks done

vastdata image cannot find in dockerhub #18853

xgdyp opened this issue Apr 27, 2025 · 2 comments
Labels
🐞 bug Something isn't working

Comments

@xgdyp
Copy link

xgdyp commented Apr 27, 2025

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

latest

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  # get image from https://www.vastdata.com.cn/
  vastbase:
    image: vastdata/vastbase-vector
    profiles:
      - vastbase
    restart: always
    environment:
      - VB_DBCOMPATIBILITY=PG
      - VB_DB=dify
      - VB_USERNAME=dify
      - VB_PASSWORD=Difyai123456
    ports:
      - '5434:5432'
    volumes:
      - ./vastbase/lic:/home/vastbase/vastbase/lic
      - ./vastbase/data:/home/vastbase/data
      - ./vastbase/backup:/home/vastbase/backup
      - ./vastbase/backup_log:/home/vastbase/backup_log
    healthcheck:
      test: [ 'CMD', 'pg_isready' ]
      interval: 1s
      timeout: 3s
      retries: 30

vastdata/vastbase-vector in docker-compose file doesn't exist in docker-hub. The image field need to change to a correct path.

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

Copy link

dosubot bot commented Apr 27, 2025

Hello @xgdyp! I'm here to help you with bugs, answer questions, and assist you in becoming a contributor. While you wait for a human maintainer, feel free to share your concerns, and I'll do my best to assist!

The correct Docker Hub path for the vastdata/vastbase-vector image used in the docker-compose file is indeed vastdata/vastbase-vector [1]. However, if you are unable to find the image on Docker Hub, it might be necessary to obtain it directly from the source mentioned in the comments: "https://www.vastdata.com.cn/" [2].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot dosubot bot added the 🐞 bug Something isn't working label Apr 27, 2025
@linjicong
Copy link

I have this problem too

No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants