Skip to content

Fix incorrect Docker image references in documentation #2311

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wgzhao
Copy link

@wgzhao wgzhao commented Apr 22, 2025

The current documentation incorrectly refers to non-existent Docker images 'apache/doris.fe-ubuntu' and 'apache/doris.be-ubuntu'. The correct image format is 'apache/doris:fe-' and 'apache/doris:be-', which are regularly updated in the Docker registry.

Updated the guide to reflect the actual image naming convention.

Versions

  • dev
  • 3.0
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

The current documentation incorrectly refers to non-existent Docker images 
'apache/doris.fe-ubuntu' and 'apache/doris.be-ubuntu'. The correct image 
format is 'apache/doris:fe-<version>' and 'apache/doris:be-<version>', 
which are regularly updated in the Docker registry.

Updated the guide to reflect the actual image naming convention.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants