This is an automated email from the ASF dual-hosted git repository.
tlopex pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 176c77388b [ci][docker] Nightly Docker image update (#18710)
176c77388b is described below
commit 176c77388b182424c91a6f06b406fc198adcb197
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 12:11:11 2026 -0500
[ci][docker] Nightly Docker image update (#18710)
This bumps the Docker images to the latest versions from Docker Hub.
Co-authored-by: tvm-bot <[email protected]>
---
ci/jenkins/data.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/ci/jenkins/data.py b/ci/jenkins/data.py
index 3577a0ad00..5a96d4889d 100644
--- a/ci/jenkins/data.py
+++ b/ci/jenkins/data.py
@@ -51,31 +51,31 @@ aws_ecr_url = "dkr.ecr." + aws_default_region +
".amazonaws.com"
# Docker Images
docker_images = {
"ci_arm": {
- "tag": "tlcpack/ci-arm:20221013-060115-61c9742ea",
+ "tag": "tlcpack/ci-arm:20251130-061900-c429a2b1",
"platform": "ARM",
},
"ci_cpu": {
- "tag": "tlcpack/ci-cpu:20221013-060115-61c9742ea",
+ "tag": "tlcpack/ci-cpu:20251130-061900-c429a2b1",
"platform": "CPU",
},
"ci_gpu": {
- "tag": "tlcpack/ci-gpu:20221019-060125-0b4836739",
+ "tag": "tlcpack/ci-gpu:20251130-061900-c429a2b1",
"platform": "GPU",
},
"ci_hexagon": {
- "tag": "tlcpack/ci-hexagon:20221013-060115-61c9742ea",
+ "tag": "tlcpack/ci-hexagon:20251130-061900-c429a2b1",
"platform": "CPU",
},
"ci_i386": {
- "tag": "tlcpack/ci-i386:20221013-060115-61c9742ea",
+ "tag": "tlcpack/ci-i386:20251130-061900-c429a2b1",
"platform": "CPU",
},
"ci_lint": {
- "tag": "tlcpack/ci-lint:20221013-060115-61c9742ea",
+ "tag": "tlcpack/ci-lint:20251130-061900-c429a2b1",
"platform": "CPU",
},
"ci_wasm": {
- "tag": "tlcpack/ci-wasm:20221013-060115-61c9742ea",
+ "tag": "tlcpack/ci-wasm:20251130-061900-c429a2b1",
"platform": "CPU",
},
}