- Ensures the NativeImageSecurityProvidersBuildItem is taken into
account to add -H:AdditionalSecurityProviders as needed
- Set the GraalVM version to `CURRENT`, since we can't know which
version will eventually be used to build the native image.
This enables us to at least make sure that the generated arguments
will work properly with the currently supported GraalVM.
- Don't `setContainerBuild` since we don't really know whether it will
eventually be built with a builder-image or locally.
Backports https://github.com/quarkusio/quarkus/pull/21809