houshengbo commented on issue #184: Create tarball for Nginx container in OpenWhisk as part of release deploy script URL: https://github.com/apache/incubator-openwhisk-cli/pull/184#issuecomment-355650644 @jonpspri If I understand it correctly, we are about to use content.json to save the supported architectures and file names, in order to run the build to generate the binaries. As long as it is defined in content.json, the binary is generated. The file content.json becomes the input of the binary build. One of my concerns is that what are the default binaries to be generated if content.json is missing or empty? Another remark is to make sure if does not break the gradle build, because we support to build the binaries by ./gradlew buildBinaries -PcrossCompileCLI=true. If we build all the binaries, will it pick up the input from content.json? Third, how do the user customize which binaries they need? I hope we can generate content.json with different input of architectures and file name. At least, we need to have the solutions to the above question marks.
---------------------------------------------------------------- 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
