Skip to content

Commit

Permalink
Change base docker image to k8s-dataflow:0.1.0 (closes #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Limanowski authored and peel committed Jan 21, 2020
1 parent 488c77e commit 776c0b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ lazy val macroSettings = Seq(
import com.typesafe.sbt.packager.docker._
dockerRepository := Some("snowplow-docker-registry.bintray.io")
dockerUsername := Some("snowplow")
dockerBaseImage := "snowplow-docker-registry.bintray.io/snowplow/base-debian:0.1.0"
dockerBaseImage := "snowplow-docker-registry.bintray.io/snowplow/k8s-dataflow:0.1.0"
maintainer in Docker := "Snowplow Analytics Ltd. <[email protected]>"
daemonUser in Docker := "snowplow"
dockerCommands := dockerCommands.value.map{
case ExecCmd("ENTRYPOINT", args) => ExecCmd("ENTRYPOINT", "docker-entrypoint.sh", args)
case e => e
}

lazy val root: Project = project
.in(file("."))
Expand Down

0 comments on commit 776c0b0

Please sign in to comment.