Skip to content

Commit

Permalink
[ci][docker] Nightly Docker image update
Browse files Browse the repository at this point in the history
This bumps the Docker images to the latest versions from Docker Hub.
  • Loading branch information
tvm-bot committed Jun 24, 2022
1 parent b4c0bf7 commit 6316040
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jenkins/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
{% import 'jenkins/macros.j2' as m with context -%}

// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
ci_lint = 'tlcpack/ci-lint:20220513-055910-fa834f67e'
ci_gpu = 'tlcpack/ci-gpu:20220619-055908-9bba7580b'
ci_cpu = 'tlcpack/ci-cpu:20220519-055908-ddfa1da69'
ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e'
ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e'
ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e'
ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e'
ci_hexagon = 'tlcpack/ci-hexagon:20220603-203325-cee74c9f8'
ci_lint = 'tlcpack/ci-lint:20220623-060119-410e83602'
ci_gpu = 'tlcpack/ci-gpu:20220623-060119-410e83602'
ci_cpu = 'tlcpack/ci-cpu:20220623-060119-410e83602'
ci_wasm = 'tlcpack/ci-wasm:20220623-060119-410e83602'
ci_i386 = 'tlcpack/ci-i386:20220623-060119-410e83602'
ci_qemu = 'tlcpack/ci-qemu:20220623-060119-410e83602'
ci_arm = 'tlcpack/ci-arm:20220617-055916-1b8f3b54c'
ci_hexagon = 'tlcpack/ci-hexagon:20220623-060119-410e83602'
// <--- End of regex-scanned config.

// Parameters to allow overriding (in Jenkins UI), the images
Expand Down

0 comments on commit 6316040

Please sign in to comment.