csantanapr commented on a change in pull request #3133: Subtle changes to
support S390X deployment of OpenWhisk
URL:
https://github.com/apache/incubator-openwhisk/pull/3133#discussion_r159543218
##########
File path: gradle/docker.gradle
##########
@@ -42,14 +58,42 @@ if(project.hasProperty('dockerBuildArgs')) {
}
}
+task templateDockerfile (type: Copy) {
+ def directory = project.buildscript.sourceFile.getParentFile()
+ from directory
+ into directory
+ include 'Dockerfile.in'
Review comment:
I'm trying to grok this new gradle process.
Where is Dockerfile.in coming from?
From I grok the templateDockerfile or rmDockerfile is need it since you are
passing `-f Dockerfile.s390x` when your building the specia image for the s390x
image
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services