Skip to main content
1 vote
1 answer
363 views

I'm trying to upgrade a scala library to scala3 and cannot seem to figure out how to get the scala3 language to work with jlink. It says I'm missing transitive dependencies on a jlink build. You can ...
Chris Stewart's user avatar
1 vote
0 answers
49 views

sbt dependencyTree unexpectedly includes projects that are depended on with scope Test, which should not happen. Starting with a barebones project like this: name := "root" ThisBuild / ...
waterfallweb's user avatar
0 votes
1 answer
144 views

In the sbt-native-packager Docker plugin, what is the difference between these directives? And how do we combine Cmd/ExecCmd with RUN/ENTRYPOINT/CMD? For example, I am trying to add git to my docker ...
Dan Ciaolo's user avatar
1 vote
0 answers
66 views

I'm running $ sbt 'allImages / Docker / stage' command on following configuration: lazy val allImages = project .in(file("build/all-images")) .aggregate(p1, p2) .settings( ...
TheDIM47's user avatar
0 votes
1 answer
66 views

I am getting an error when trying to deploy sbt project using the sbt-native-packager. I have used the packager for years, but in previous projects it is an older version. I am using version 1.9.7, ...
Luuk D. Jansen's user avatar
0 votes
1 answer
49 views

Using the DockerPlugin with the defaults, the image is created with a WORKDIR of /opt/docker, and all the files under it are owned by demiourgos728. The user is not a system user because that's "...
Mike's user avatar
  • 365
1 vote
2 answers
582 views

I have a build.sbt file that looks something like this lazy val `tokens-service` = (project in file("modules/some-service")) .configure(commonSettings) .enablePlugins(...) .settings( ...
Friendly Programmer's user avatar
0 votes
2 answers
483 views

I am using the sbt-native-packager plugin to generate a Docker image for a Scala project. The project requires a specific package libnetcdf.so to be installed on the image. I am using the below ...
velval's user avatar
  • 3,387
1 vote
0 answers
610 views

I'm using Intellij Idea to create an image using docker plugin (sbt-native-packager). Creating an Image by Running the command in sbt-shell. sbt> docker:publishlocal The Image created successfully(...
user avatar
1 vote
1 answer
238 views

I'm facing an issue while trying to generate a universal folder using the 'sbt stage' command. I have a Scala project with the following build.sbt file: name := "hod.btlg" version := "...
HamsterofDeath's user avatar
1 vote
1 answer
565 views

i have an akka-http project i am using sbt-native package manager for creating a dockerfile for it and i need to add some additional commands in my dockerfile for that i am referring to the example ...
sarah w's user avatar
  • 3,525
0 votes
1 answer
705 views

I'm learning to make docker image of scala application using sbt-native-packager. My application contains akka-http and running fine on localhost:8080 (scala-version: 2.13.1, sbt-version: 1.2.8). Now ...
Zaryab Ali's user avatar
0 votes
1 answer
215 views

I'm trying to use sbt-native-packager to make Docker Image of scala project. I have to add sbt-native-packager plugin. For that, I've created "plugins.sbt" file in book_system_task/project/...
Zaryab Ali's user avatar
2 votes
0 answers
82 views

I recently need to integrate some projects as submodules, and each of them has its own build.sbt. And there are also dependencies between submodules. Therefore, I need to dynamically convert the ...
zarubaf's user avatar
  • 21
1 vote
0 answers
138 views

I have a project that has the following build.sbt: addCommandAlias("package", "dist") lazy val actual = (project in file(".")) .enablePlugins(UniversalPlugin, ...
Sparker0i's user avatar
  • 1,871

15 30 50 per page
1
2 3 4 5
25