{"id":26109491,"url":"https://github.com/dyrnq/docker-doris","last_synced_at":"2026-04-17T23:34:35.309Z","repository":{"id":263094291,"uuid":"887860613","full_name":"dyrnq/docker-doris","owner":"dyrnq","description":"A clearer apache doris docker image.","archived":false,"fork":false,"pushed_at":"2025-12-20T00:06:44.000Z","size":34,"stargazers_count":9,"open_issues_count":33,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T10:46:58.585Z","etag":null,"topics":["all-in-one","apache-doris","doris","eclipse-temurin","s6-overlay","ubuntu-noble"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/dyrnq/doris/tags","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dyrnq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-13T12:12:01.000Z","updated_at":"2025-12-20T00:06:48.000Z","dependencies_parsed_at":"2024-11-16T06:23:34.437Z","dependency_job_id":"886edfe0-8148-4f14-aef4-07e2e95698d3","html_url":"https://github.com/dyrnq/docker-doris","commit_stats":null,"previous_names":["dyrnq/docker-doris"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dyrnq/docker-doris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fdocker-doris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fdocker-doris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fdocker-doris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fdocker-doris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyrnq","download_url":"https://codeload.github.com/dyrnq/docker-doris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyrnq%2Fdocker-doris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["all-in-one","apache-doris","doris","eclipse-temurin","s6-overlay","ubuntu-noble"],"created_at":"2025-03-09T23:11:11.256Z","updated_at":"2026-04-17T23:34:35.304Z","avatar_url":"https://github.com/dyrnq.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-doris\n\ndocker hub repo [dyrnq/doris](https://hub.docker.com/r/dyrnq/doris/tags)\n\nfeatures:\n\n- TZ support e.g TZ=Asia/Shanghai\n- base image: eclipse-temurin:17-jdk-noble or eclipse-temurin:8-jdk-noble\n- doris user: doris(1000:1000)\n- working dir: /opt/apache-doris\n\n## support doris version\n\n- 1.2.5~1.2.8\n- 2.0.0~2.0.15\n- 2.1.0~2.1.11\n- 3.0.0~3.0.6.2\n\n## support envs\n\n| env                      | default value | optional value                 | required |\n|--------------------------|---------------|--------------------------------|----------|\n| TZ                       |               | Asia/Shanghai                  | no       |\n| RUN_MODE                 |               | STANDALONE/FE/BE/MS            | yes      |\n| FE_SERVERS               |               | ip or fqdn e.g. fe1:cfe-1:9010 | no       |\n| FE_ID                    |               | 1                              | no       |\n| BE_ADDR                  |               | ip or fqdn e.g. cbe-1:9050     | no       |\n| BE_IP                    |               | ip or fqdn                     | no       |\n| BE_PORT                  | 9050          |                                | no       |\n| FE_MASTER_IP             |               | ip or fqdn                     | no       |\n| FE_MASTER_PORT           | 9030          |                                | no       |\n| USER                     | root          |                                | no       |\n| PASSWORD                 |               |                                | no       |\n| ENABLE_FQDN_MODE         | true          | true/false                     | no       |\n| FE_ARROW_FLIGHT_SQL_PORT | 10030         |                                | no       |\n| BE_ARROW_FLIGHT_SQL_PORT | 10040         |                                | no       |\n| FE_PRIORITY_NETWORKS     |               |                                | no       |\n| BE_PRIORITY_NETWORKS     |               |                                | no       |\n| DORIS_FE_PROPERTIES      |               |                                | no       |\n| DORIS_BE_PROPERTIES      |               |                                | no       |\n| DORIS_MS_PROPERTIES      |               |                                | no       |\n\n`DORIS_FE_PROPERTIES` and `DORIS_BE_PROPERTIES` usage: just like `FLINK_PROPERTIES` environment variable for passing configuration values.\n\n## usage demo\n\n### docker run\n\n| demo       | path                                                                                                                                             |\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| standalone | [usage-demo/docker/run-containers-standalone.sh](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/docker/run-containers-standalone.sh) |\n| 1fe-1be    | [usage-demo/docker/run-containers-1fe-1be.sh](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/docker/run-containers-1fe-1be.sh)       |\n| 3fe-3be    | [usage-demo/docker/run-containers-3fe-3be.sh](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/docker/run-containers-3fe-3be.sh)       |\n\n### docker compose\n| demo       | path                                                                                                                                     |\n|------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| standalone | [usage-demo/compose/standalone/compose.yaml](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/compose/standalone/compose.yaml) |\n| 1fe-1be    | [usage-demo/compose/1fe-1be/compose.yaml](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/compose/1fe-1be/compose.yaml)       |\n| 3fe-3be    | [usage-demo/compose/3fe-3be/compose.yaml](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/compose/3fe-3be/compose.yaml)        |\n\n### k8s\n\n| demo       | path                                                                                                                                 |\n|------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| standalone | [usage-demo/k8s/standalone/sts-nopvc.yaml](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/k8s/standalone/sts-nopvc.yaml) |\n| 3fe-3be    | [usage-demo/k8s/3fe-3be/sts-nopvc.yaml](https://github.com/dyrnq/docker-doris/blob/main/usage-demo/k8s/3fe-3be/sts-nopvc.yaml)    |\n\n\n### JAVA_OPTS AND JAVA_OPTS_FOR_JDK_17\n\nfe can use `--env JACOCO_COVERAGE_OPT=\"-Xmx3G -Xms3G\"` override default `-Xmx8192m -Xms8192m`.\n\ne.g.\n\n```bash\n--env  JACOCO_COVERAGE_OPT=\"-Xmx3G -Xms3G -XX:+UnlockExperimentalVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintFlagsFinal -XX:-UseG1GC -XX:+UseZGC\"\n```\n\n\n## ref\n\n- [github.com/apache/doris](https://github.com/apache/doris)\n- [doris.apache.org](https://doris.apache.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyrnq%2Fdocker-doris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyrnq%2Fdocker-doris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyrnq%2Fdocker-doris/lists"}