1
0
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:
Daniel Mieg 2022-12-21 09:48:49 +01:00 committed by GitHub
parent a65df9ced6
commit 380689e5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 16 additions and 16 deletions

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -129,4 +129,4 @@ spec:
- name: cfServiceKeyName
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@ -129,4 +129,4 @@ spec:
- name: cfServiceKey
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@ -192,4 +192,4 @@ spec:
default: false
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@ -159,4 +159,4 @@ spec:
- name: cfServiceKey
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@ -142,4 +142,4 @@ spec:
default: false
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@ -129,4 +129,4 @@ spec:
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@ -156,4 +156,4 @@ spec:
mandatory: false
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@ -147,4 +147,4 @@ spec:
mandatory: false
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12