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

I have a number of existing Play framework services which I deploy via `docker:publishLocal` with the default base image. I build on Mac (or Jenkins/linux) and deploy to AWS. I...

bug
docker

## Expected behaviour sbt docker:publishLocal gets the correct base image from remote if a newer one is available ## Actual behaviour sbt docker:publishLocal will use the local image if it...

feature request
docker

I was browsing the docs on https://www.scala-sbt.org/sbt-native-packager/ and noticed the copyright year was 2014, so I thought the project was abandoned. But looking at the github page it looks like...

project

Run command: ``` sbt docker:publishLocal ``` No error reported. Message shows: ``` [info] published PROJECT_XXX to /home/USER/.ivy2/local/..... ``` But no ./target/docker/ generated. - What sbt-native-packager are you using 1.4.1 -...

Needs Info / Test Case
docker

SBT 1.2.8 ``` [error] java.lang.ArrayIndexOutOfBoundsException: 1 [error] at com.typesafe.sbt.packager.docker.DockerPlugin$.makeCopy(DockerPlugin.scala:303) [error] at com.typesafe.sbt.packager.docker.DockerPlugin$.$anonfun$projectSettings$24(DockerPlugin.scala:146) [error] at scala.Function1.$anonfun$compose$1(Function1.scala:44) [error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:40) [error] at sbt.std.Transform$$anon$4.work(System.scala:67) [error] at sbt.Execute.$anonfun$submit$2(Execute.scala:269) [error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:16) [error] at sbt.Execute.work(Execute.scala:278)...

Needs Info / Test Case
docker

I wonder if there's a pattern for publishing to multiple docker registries? I have the need currently to publish to a regular private hosted registry and to AWS ECR, I've...

documentation
docker

This yields an error when trying to follow the docs to get Graal installed.

graalvm

Hi! I have an `universal` folder in `resources` that contains `conf` folder: ``` └── universal ├── conf │ ├── akka.conf -> ../../main/resources/akka.conf │ ├── common.conf -> ../../main/resources/common.conf │ ├── local...

bug
universal
help wanted

I'm using following settings in my build.sbt ``` SbtNativePackager.packageArchetype.java_application SbtNativePackager.deploymentSettings publishLocal

universal

> Very simple reasoning. > Current code works only with docker >=17.09. > Run version works with any docker version. > > That's why default version should be Run, because...

feature request
docker