Skip to content

Commit

Permalink
HIVE-28629: hive-precommit job runs shows that precommit runs on exte…
Browse files Browse the repository at this point in the history
…rnal repository's Jenkinsfile - trying to upgrade dind
  • Loading branch information
abstractdog committed Nov 15, 2024
1 parent 06206b5 commit 1bbfb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def hdbPodTemplate(closure) {
envVar(key: 'DOCKER_HOST', value: 'tcp://localhost:2375')
]
),
containerTemplate(name: 'dind', image: 'docker:18.05-dind',
containerTemplate(name: 'dind', image: 'docker:20.10-dind',
alwaysPullImage: true,
privileged: true,
),
Expand Down

0 comments on commit 1bbfb42

Please sign in to comment.