Skip to content

Commit

Permalink
ci: correct ci image project (#3016) (#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 24, 2021
1 parent 2285aaa commit 0dfd01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ catchError {
nodeSelector: 'role_type=slave',
containers: [
containerTemplate(name: 'dockerd', image: 'docker:18.09.6-dind', privileged: true),
containerTemplate(name: 'docker', image: 'hub.pingcap.net/zyguan/docker:build-essential',
containerTemplate(name: 'docker', image: 'hub.pingcap.net/jenkins/docker:build-essential',
alwaysPullImage: true, envVars: [
envVar(key: 'DOCKER_HOST', value: 'tcp://localhost:2375'),
], ttyEnabled: true, command: 'cat'),
Expand Down
2 changes: 1 addition & 1 deletion .ci/util.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def runClosure(label, Closure body) {
containerTemplate(name: 'dockerd', image: 'docker:18.09.6-dind', privileged: true,
resourceRequestCpu: '5000m', resourceRequestMemory: '10Gi',
resourceLimitCpu: '16000m', resourceLimitMemory: '32Gi'),
containerTemplate(name: 'docker', image: 'hub.pingcap.net/zyguan/docker:build-essential-java',
containerTemplate(name: 'docker', image: 'hub.pingcap.net/jenkins/docker:build-essential-java',
alwaysPullImage: true, envVars: [
envVar(key: 'DOCKER_HOST', value: 'tcp://localhost:2375'),
], ttyEnabled: true, command: 'cat'),
Expand Down

0 comments on commit 0dfd01a

Please sign in to comment.