Commit graph

901 commits

Author SHA1 Message Date
chenhaoran
fb6eccc411 fix(docker): remove openjdk-17-jre-headless entry from Dockerfile.base 2025-10-31 17:06:26 +08:00
WANG Xu
3a90b2da1e
Merge pull request #33311 from taosdata/enh/main-docker
feat(docker): add Dockerfile for TDengine and improve entrypoint script
2025-10-31 16:28:14 +08:00
WANG Xu
0da5cabbd6
refactor: comment in dockerfile 2025-10-31 16:26:46 +08:00
chenhaoran
9d16ef12e3 fix(docker): specify version for base image in Dockerfile and remove duplicate openjdk-17-jre-headless entry in Dockerfile.base 2025-10-31 16:18:51 +08:00
chenhaoran
6c856616f3 fix(docker): remove duplicate openjdk-17-jre-headless entry in Dockerfile.base 2025-10-31 16:16:40 +08:00
chenhaoran
91436e083a feat(docker): add build-docker.sh script for building TDengine Docker images 2025-10-31 15:14:29 +08:00
chenhaoran
b6b045d20e fix(docker): correct entrypoint path in Dockerfile-cd and remove unused build args in Dockerfile.base 2025-10-28 21:00:24 +08:00
chenhaoran
31d541431f fix(docker): correct typo in comment and format valgrind line in Dockerfile 2025-10-27 14:10:44 +08:00
chenhaoran
97aed9793c fix(docker): remove unnecessary apt-get upgrade step in Dockerfile 2025-10-27 14:09:41 +08:00
WANG Xu
e4b1bb3374
Merge pull request #33296 from taosdata/fix/main-install-client
fix: update symbolic links for libtaosws to support wildcard matching
2025-10-27 11:14:04 +08:00
WANG Xu
0d12603b43
refactor: specify file type 2025-10-27 10:55:20 +08:00
chenhaoran
58525df6ef feat(docker): add base Dockerfile for TDengine with essential dependencies 2025-10-24 17:30:27 +08:00
huohong
8ef7ad067e
enh: add fastdtw installation to install.sh (#33357) 2025-10-24 13:42:41 +08:00
chenhaoran
3fc76660f0 fix(docker): refine condition for restoring original apt sources 2025-10-21 18:25:51 +08:00
chenhaoran
c42437da67 fix(docker): remove unnecessary variable expansion in LD_LIBRARY_PATH 2025-10-21 11:34:30 +08:00
chenhaoran
c3b115ef37 feat(docker): add netcat-openbsd to the base image dependencies 2025-10-21 11:33:35 +08:00
chenhaoran
ddce25e8e8 fix: update health check endpoints from /status to /metrics for taosadapter, taoskeeper, and taos-explorer 2025-10-20 20:09:03 +08:00
chenhaoran
1524084418 feat(docker): add Dockerfile for TDengine and improve entrypoint script 2025-10-20 14:19:57 +08:00
chenhaoran
a705d83bc7 fix: update symbolic links for libtaosws to support wildcard matching 2025-10-17 19:49:35 +08:00
Yihao Deng
5c33461504
feat: add rpcRecvLogThreshold configuration for logging threshold (#33241) 2025-10-17 09:17:31 +08:00
huohong
0b4e9dd20d
Update packaging/docker/entrypoint.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-13 14:44:08 +08:00
huohong
f5999515f4 fix: fix tdgpt timemoe model directory 2025-10-11 10:54:20 +08:00
WANG Xu
50bbed37b2
refactor: if statement
Signed-off-by: WANG Xu <feici02@outlook.com>
2025-10-10 14:33:37 +08:00
chenhaoran
1bffc0e2f4 fix: conditionally copy scripts and update configuration instructions for non-lite package mode 2025-10-09 18:35:25 +08:00
haoranchen
0c2e3dcb94
feat: add taosgen binary to installation and removal scripts (#33127)
* feat: add taosgen binary to installation and removal scripts

* fix: correct unlink command for taosgen in install_bin function

* fix: remove taosgen links during package removal

* fix: update post and preun scripts to handle taosgen links correctly

* feat: add taosgen support in install client script

* feat: add taosgen link removal in clean_bin function
2025-09-29 19:02:07 +08:00
huohong
adac2b6883
enh: add installation of prophet library in install.sh (#33069) 2025-09-25 10:49:30 +08:00
huohong
6ea60b148d
test: TDgpt docker opt (#32949) 2025-09-12 10:00:23 +08:00
WANG Xu
abb6d77e8f
Update packaging/docker/Dockerfile 2025-09-11 19:26:51 +08:00
jiajingbin
e8b3ca4611 fix: format Dockerfile 2025-09-11 19:23:40 +08:00
WANG Xu
d67052727a
refactor: expose ports in Dockerfile
Signed-off-by: WANG Xu <feici02@outlook.com>
2025-09-10 15:10:27 +08:00
Haojun Liao
17145d8f38
fix(gpt): support download model for docker. (#32773) 2025-08-27 19:21:28 +08:00
chenhaoran
49a9b57125 feat: add logging function and installation completion messages to install script 2025-08-26 15:57:49 +08:00
chenhaoran
8e055f8758 feat: add logging function and installation completion messages to install script 2025-08-26 15:53:58 +08:00
guozhenwei
0cf7840541
docs: add c ws configuration (#32712)
* package: add ws configuration

* docs: add c ws configuration
2025-08-22 19:19:51 +08:00
haoranchen
d9e985549c
fix(lib): streamline removal and linking of libtaosws files (#32711) 2025-08-22 15:41:56 +08:00
chenhaoran
c279359f96 fix: remove unused script_dir variable from remove.sh 2025-08-03 00:44:25 +08:00
chenhaoran
2a7283be3d fix: enhance removal script to handle empty service names and add directory cleanup 2025-08-03 00:38:26 +08:00
chenhaoran
9843ddaf4b feat: add taosmqtt support in packaging scripts and cleanup routines 2025-08-01 16:16:06 +08:00
chenhaoran
65265bd84e fix: enhance removal logic to check for non-empty install directory before deletion 2025-08-01 15:08:33 +08:00
WANG Xu
02b77b9d5c
Merge pull request #32345 from taosdata/enh/main/docker-create-snode
feat(entrypoint): add wait for serverPort and create snode on dnode
2025-07-30 16:08:39 +08:00
WANG MINGMING
d0c20d06f9
fix(doc): explanation of timezone (#32390) 2025-07-30 15:52:29 +08:00
jiajingbin
2ebdc5fe44 enh: set queryUseMemoryPool to 0 2025-07-29 10:56:07 +08:00
chenhaoran
f156610721 fix(entrypoint): move snode creation command after serverPort readiness check 2025-07-28 20:11:43 +08:00
chenhaoran
c86894cf50 feat(entrypoint): add wait for serverPort and create snode on dnode 2025-07-28 19:52:48 +08:00
chenhaoran
c970fdf65c refactor: streamline data and log directory cleanup using batch removal function 2025-07-25 18:42:00 +08:00
chenhaoran
2760443386 refactor: handle errors in cleanup commands for data and log directories 2025-07-25 14:31:24 +08:00
chenhaoran
a114ba551d refactor: use sudo for malloc configuration in service installation 2025-07-24 14:22:01 +08:00
chenhaoran
1ee7a8be8a refactor: comment out malloc configuration for service installation 2025-07-23 20:18:22 +08:00
chenhaoran
34209b401c refactor: use sudo for find command in data and log cleanup 2025-07-23 19:49:10 +08:00
chenhaoran
a8a83efab3 refactor: enhance cleanup of data and log directories in remove script 2025-07-23 19:13:49 +08:00