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

https://very-serio.us/2018/02/27/zen-minimalism-with-distroless-images/ It may be interesting to have these base images as an option. Due to their nature, they would require a separate startup script etc.

feature request
docker

## Expected behaviour `sbt docker:publishLocal` always generates files with deterministic file creation and modification timestamps. ## Actual behaviour Now build time is used as files creation&modification timestamps in the final...

feature request
docker

I just ran the docker scripted tests on my machine, and they asked for my password for sudo access! This is the most alarming thing I've **ever** seen running a...

bug
docker

## Expected behaviour `sbt 'show graalvm-native-image:packageBin'` generates a Graal Native image using `GraalVM Version 19.3.0 CE`. ## Actual behaviour Running `sbt 'show graalvm-native-image:packageBin'` with the following arguments: ``` graalVMNativeImageOptions ++=...

bug
graalvm

## Expected behaviour `sbt universal:publishM2` generates a zip in m2 repository ## Actual behaviour It packages fine ( `universal:packageBin` works ) but fails to copy it to m2 ``` [error]...

Execution with `set -x` ``` tlp@pebbles:~/game-configs/server/current$ bin/server + declare -a residual_args + declare -a java_args + declare -a app_commands ++ realpath bin/server ++ TARGET_FILE=bin/server ++ CHECK_CYGWIN= +++ dirname bin/server ++...

bug

When using the RPM and Systemd plugins the systemd service file is included in the postinstall and preuninstall scriptlets. So when you install the RPM the scriptlets generate lots of...

rpm
bug

## Expected behaviour We are currently deploying to maven central at oss.sonatype.org. They require signing published artifacts. For our normal artifacts we are using sbt-gpg to sign and publish. We...

feature request
universal

Hello Added AshStartScriptPlugin with associated keys, templates, tests. Made it so it does not depend on BashStartScriptPlugin keys and defines. It has to be explicitly enabled with `enablePlugins`. The generated...

I've using native-packager for docker image creation. So the problem is next: Currently I could specify: ``` scala javaOptions in Universal := ... ``` But this this will be applied...

feature request
docker
universal