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
$ ./gradlew dockerfile
Dockerfile written to: /Users/shaun/tmp/myfunction/build/docker/Dockerfile
$ cat /Users/shaun/tmp/myfunction/build/docker/Dockerfile
Steps to Reproduce
Create a function:
$ mn create-function-app myfunction --features oracle-function $ cd myfunction $ ./gradlew dockerfile Dockerfile written to: ...myfunction/build/docker/Dockerfile $ cat ...myfunction/build/docker/Dockerfile
Result:
NOTE correct FROM fnproject/fn-java-fdk:jre11-latest
Edit
build.gradle
to addruntime("netty")
tomicronaut{...}
section and regenerate Dockerfile.Result:
The specified
build.gradle
Dockerfile build strategy was silently ignored.Expected Behaviour
Error or warning that declared Dockerfile strategy is not being used/overridden/something?
Environment Information
The text was updated successfully, but these errors were encountered: