mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-28 05:47:08 +02:00
Increase docker image version (#4159)
This commit is contained in:
parent
a65df9ced6
commit
380689e5c4
@ -273,7 +273,7 @@ func abapEnvironmentCheckoutBranchMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -273,7 +273,7 @@ func abapEnvironmentCloneGitRepoMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -349,7 +349,7 @@ func abapEnvironmentCreateSystemMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -317,7 +317,7 @@ func abapEnvironmentCreateTagMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -295,7 +295,7 @@ func abapEnvironmentPullGitRepoMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -263,7 +263,7 @@ func abapEnvironmentPushATCSystemConfigMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -297,7 +297,7 @@ func abapEnvironmentRunATCCheckMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -286,7 +286,7 @@ func abapEnvironmentRunAUnitTestMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:v12"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -129,4 +129,4 @@ spec:
|
||||
- name: cfServiceKeyName
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
@ -129,4 +129,4 @@ spec:
|
||||
- name: cfServiceKey
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
@ -192,4 +192,4 @@ spec:
|
||||
default: false
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
@ -159,4 +159,4 @@ spec:
|
||||
- name: cfServiceKey
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
@ -142,4 +142,4 @@ spec:
|
||||
default: false
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
@ -129,4 +129,4 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
@ -156,4 +156,4 @@ spec:
|
||||
mandatory: false
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
@ -147,4 +147,4 @@ spec:
|
||||
mandatory: false
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:7
|
||||
image: ppiper/cf-cli:v12
|
||||
|
Loading…
x
Reference in New Issue
Block a user