Skip to content

Commit

Permalink
[ci][docker] Nightly Docker image update (apache#11857)
Browse files Browse the repository at this point in the history
This bumps the Docker images to the latest versions from Docker Hub.

Co-authored-by: tvm-bot <[email protected]>
  • Loading branch information
github-actions[bot] and tvm-bot authored Jun 30, 2022
1 parent 288b983 commit 2625878
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Jenkinsfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions ci/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 'ci/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:20220630-060117-558ba99c7'
ci_gpu = 'tlcpack/ci-gpu:20220630-060117-558ba99c7'
ci_cpu = 'tlcpack/ci-cpu:20220630-060117-558ba99c7'
ci_wasm = 'tlcpack/ci-wasm:20220630-060117-558ba99c7'
ci_i386 = 'tlcpack/ci-i386:20220630-060117-558ba99c7'
ci_qemu = 'tlcpack/ci-qemu:20220630-060117-558ba99c7'
ci_arm = 'tlcpack/ci-arm:20220630-060117-558ba99c7'
ci_hexagon = 'tlcpack/ci-hexagon:20220630-060117-558ba99c7'
// <--- End of regex-scanned config.

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

0 comments on commit 2625878

Please sign in to comment.