Skip to content

Commit

Permalink
HIVE-28629: Upgrade dind in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractdog committed Nov 15, 2024
1 parent 06206b5 commit 6cfdbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ def hdbPodTemplate(closure) {
resourceRequestMemory: '6400Mi',
resourceLimitMemory: '12000Mi',
envVars: [
envVar(key: 'DOCKER_HOST', value: 'tcp://localhost:2375')
envVar(key: 'DOCKER_HOST', value: 'tcp://localhost:2376')
]
),
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 6cfdbb3

Please sign in to comment.