sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

sbt Native Packager

Results 158 sbt-native-packager issues
Sort by recently updated
recently updated
newest added

JDK 16 [brings with it](https://www.techrepublic.com/article/oracle-jdk-16-builds-on-javas-strengths-and-makes-the-programming-language-more-cloud-friendly/) a new packaging tool [jpackage](https://openjdk.java.net/jeps/389). Although it seems like a competitor to a degree, it would make sense to make it available through sbt-native-packager as...

feature request
jdkpackager
help wanted

Would be nice to have an option to use different user and group applied during `COPY` step. Same effect could be achieved if explicit chown command added, but it will...

feature request
docker

Fixes https://github.com/sbt/sbt-native-packager/issues/1304

docker
minor

As our project will run now on an Alpine Docker image, I enabled the AshScriptPlugin which works well except for the forwarder scripts which still use the bash-forwarder-template as nothing...

feature request
docker

The github changelog generator is hitting the API rate limit pretty fast. A nice alternativ would be [the release drafter](https://github.com/release-drafter/release-drafter), which creates drafts based on the labels set in the...

project

The [sbt microsite plugin](https://47degrees.github.io/sbt-microsites/docs/build-the-microsite/) now has a proper multi version support. This would solve the following issues - dependency on readthedocs.io which cause a few issues in the past (tags...

project

## Expected behaviour When doing `Docker / publishLocal` for multiple subprojects, all the intermediate images are removed. ## Actual behaviour Sometimes, depending on how `Docker / publishLocal` tasks "align", both...

bug
docker

This was discussed in passing in a few other issues, but I'd rather have one place to track it. 1. We feed our whole classpath to `jdeps` to find which...

jlink

I've recently upgraded and notice that there are now warnings for the lack of `dockerExposedPorts`. Is there a means of disabling such warnings as there are use-cases where a docker...

feature request
docker

## Expected behaviour I'm using `GraalVMNativeImagePlugin` and when running `sbt graalvm-native-image:packageBin` I would like to see progress output while the native-image linker is running similar to when I run `native-image`...

graalvm