You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works as expected for jibBuildTar. However, they are not generated for the jib and jibDockerBuild tasks resulting in an error there is NoSuchFile
Expected behavior:
jib and jibDockerBuild produce the digest, imageId, and imageJson at the locations specified (they do generate the default names if outputPaths is empty).
Also the documentation does not document the imageJson (I discovered it from the code)
Steps to reproduce:
set outputPaths with custom locations for digest, imageId, and imageJson
Environment:
Description of the issue:
Settings outputPaths as follows:
outputPaths {
def baseOutputPath = project.layout.buildDirectory.dir('jib').get().file("${appName}-${version}").toString()
tar = "${baseOutputPath}.tar"
digest = "${baseOutputPath}.digest"
imageId = "${baseOutputPath}.id"
imageJson = "${baseOutputPath}.json"
}
works as expected for jibBuildTar. However, they are not generated for the jib and jibDockerBuild tasks resulting in an error there is NoSuchFile
Expected behavior:
jib and jibDockerBuild produce the digest, imageId, and imageJson at the locations specified (they do generate the default names if outputPaths is empty).
Also the documentation does not document the imageJson (I discovered it from the code)
Steps to reproduce:
Log output:
Execution failed for task ':jibDockerBuild'.
Additional Information:
The text was updated successfully, but these errors were encountered: