Skip to content

Commit

Permalink
Merge pull request #26176 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-26164-to-release-4.7

[release-4.7] Bug 1963115: move verify run test from tools to cli image to avoid additional /run content
  • Loading branch information
openshift-merge-robot committed May 21, 2021
2 parents ca0d30f + ec4d3f2 commit e2edec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/extended/builds/run_fs_verification.go
Expand Up @@ -35,7 +35,7 @@ spec:
value: "10"
imageOptimizationPolicy: SkipLayers
type: Docker
`, image.ShellImage())
`, image.LimitedShellImage())
testVerifyRunFSContentsBuildConfigYaml = fmt.Sprintf(`
apiVersion: build.openshift.io/v1
kind: BuildConfig
Expand All @@ -56,7 +56,7 @@ spec:
value: "10"
imageOptimizationPolicy: SkipLayers
type: Docker
`, image.ShellImage())
`, image.LimitedShellImage())
lsRSlashRun = `
/run:
lock
Expand Down

0 comments on commit e2edec8

Please sign in to comment.