Use stable builder and run images in integration tests
Fixes gh-24183
This commit is contained in:
@@ -8,6 +8,6 @@ targetCompatibility = '1.8'
|
||||
|
||||
bootBuildImage {
|
||||
imageName = "example/test-image-custom"
|
||||
builder = "gcr.io/paketo-buildpacks/builder:full-cf-platform-api-0.3"
|
||||
runImage = "gcr.io/paketo-buildpacks/run:full-cnb-cf"
|
||||
builder = "paketobuildpacks/builder:full"
|
||||
runImage = "paketobuildpacks/run:full-cnb"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user