Skip to content

Commit

Permalink
Update ironbank docker build script for changes to dockerBuildContext
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Mar 3, 2021
1 parent 49b2690 commit ec3194f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ tasks.register("buildIronBankDockerBuildContext", Tar) {
archiveBaseName = "elasticsearch-ironbank"
// We always treat Iron Bank builds as local, because that is how they
// are built
with dockerBuildContext(Architecture.X64, false, DockerBase.IRON_BANK, true)
with dockerBuildContext(Architecture.X64, DockerBase.IRON_BANK, true)
}

0 comments on commit ec3194f

Please sign in to comment.