sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 439 forks source link

Graalvm plugin documentation is not correct #1609

Open jaroslawZawila opened 5 months ago

jaroslawZawila commented 5 months ago

Expected behaviour

When run the command from the documentation I expect them to work as described.

containerBuildImage := Some("my-docker-username/graalvm-ce-native-image:19.1.1")

but below works.

GraalVMNativeImage / containerBuildImage := Some("my-docker-username/graalvm-ce-native-image:19.1.1")

Actual behaviour

The command is not working as expected E.g. "sbt stage generates a tar.gz file"

Information

sbt-native-packager: Method... sbt: 1.9.9 os: MacOS build: graalvm