Skip to content

Commit

Permalink
Merge pull request #50 from IntershopCommunicationsAG/FB_72846-prodCa…
Browse files Browse the repository at this point in the history
…rtridgesNowPartOfTestImage

#72846: test customization image bases on prod image
  • Loading branch information
a-finn authored Jul 19, 2022
2 parents 08c9050 + b4f4724 commit 41864fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class CustomizationImageBuildPreparer(private val project: Project,
task.dependsOn(testPkgTask, provideDockerfileTask)

task.srcFiles.from(testPkgTask)
task.buildArgs.put(ARG_BASE_IMAGE, images.icmcustomizationbase)
task.buildArgs.put(ARG_BASE_IMAGE, project.provider { mainBuildImageTask.get().images.get().first() })
task.buildArgs.put(ARG_PACKAGE_FILE, project.provider { testPkgTask.get().outputs.files.singleFile.name })
task.buildArgs.put(ARG_NAME, project.name)
task.dockerfile.set(project.objects.fileProperty().fileProvider(dockerfileProvider))
Expand Down

0 comments on commit 41864fd

Please sign in to comment.