Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Restore maintainer, further clean up sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Harper committed Sep 24, 2018
1 parent 0372daf commit 0f6ff5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,11 @@ lazy val packagingSettings = Seq(
("./version docker" !!).trim
},
(defaultLinuxInstallLocation in Docker) := "/marathon",
maintainer := "Mesosphere Package Builder <[email protected]>",
dockerCommands := {
// kind of a work-around; we want our mesos install and jdk install to come earlier so that Docker can cache them
val (prefixCommands, restCommands) = dockerCommands.value.splitAt(2)
// kind of a work-around; we need our chown /marathon command to come after the WORKDIR command, and installation
// commands to preceed adding the Marthon artifact so that Docker can cache them
val (prefixCommands, restCommands) = dockerCommands.value.splitAt(3)

// Notes on the script below:
//
Expand Down

0 comments on commit 0f6ff5f

Please sign in to comment.