mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
changed docker repo image
This commit is contained in:
parent
02aac1586b
commit
249c49c01c
2 changed files with 4 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline{
|
|||
}
|
||||
stage('artifact build'){
|
||||
steps{
|
||||
sh 'docker image build -t spc-mvn:3.9.4 .'
|
||||
sh 'docker image build -t spc-mvn-3.9.4 .'
|
||||
sh 'docker image list'
|
||||
}
|
||||
}
|
||||
|
@ -26,8 +26,8 @@ pipeline{
|
|||
}
|
||||
stage('docker push image '){
|
||||
steps{
|
||||
sh 'docker image build -t spc123 .'
|
||||
sh 'docker image tag spc123 sridhar006/spc-mvn-3.9.4:${BUILD_ID}'
|
||||
// sh 'docker image build -t spc123 .'
|
||||
sh 'docker image tag spc123 spc-mvn-3.9.4:${BUILD_ID}'
|
||||
sh 'docker push sridhar006/spc-mvn-3.9.4:${BUILD_ID}'
|
||||
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: springpet-clinic
|
||||
image: spc-mvn-3.9.4:5
|
||||
image: sridhar006/spc-mvn-3.9.4:3
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
|
|
Loading…
Reference in a new issue