You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to build the Docker image from package/docker/Dockerfile from the 4.0.0 tag but it first failed on:
Downloading sbt launcher for 1.3.0:
From http://repo.scala-sbt.org/scalasbt/maven-releases/org/scala-sbt/sbt-launch/1.3.0/sbt-launch.jar
To /root/.sbt/launchers/1.3.0/sbt-launch.jar
Download failed. Obtain the jar manually and place it at /root/.sbt/launchers/1.3.0/sbt-launch.jar
But that was an easy fix. But then it fails on:
[error] sbt.librarymanagement.ResolveException: Error downloading org.thehive-project:elastic4play_2.12:1.12.2-SNAPSHOT
[error] Not found
[error] Not found
[error] not found: /root/.ivy2/local/org.thehive-project/elastic4play_2.12/1.12.2-SNAPSHOT/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/org/thehive-project/elastic4play_2.12/1.12.2-SNAPSHOT/elastic4play_2.12-1.12.2-SNAPSHOT.pom
[error] not found: https://dl.bintray.com/thehive-project/maven/org/thehive-project/elastic4play_2.12/1.12.2-SNAPSHOT/elastic4play_2.12-1.12.2-SNAPSHOT.pom
[error] not found: https://artifacts.elastic.co/maven/org/thehive-project/elastic4play_2.12/1.12.2-SNAPSHOT/elastic4play_2.12-1.12.2-SNAPSHOT.pom
And I have no idea how I'm supposed to fix that.
The text was updated successfully, but these errors were encountered:
The 4.0.0 release appears to be out but there is no Docker image:
https://hub.docker.com/r/thehiveproject/thehive/tags
I attempted to build the Docker image from
package/docker/Dockerfile
from the4.0.0
tag but it first failed on:But that was an easy fix. But then it fails on:
And I have no idea how I'm supposed to fix that.
The text was updated successfully, but these errors were encountered: