Skip to content

Instantly share code, notes, and snippets.

@ppiotrow
Last active January 17, 2023 12:51
Show Gist options
  • Save ppiotrow/7f88b4ee0b5d74defcf70f10733c127c to your computer and use it in GitHub Desktop.
Save ppiotrow/7f88b4ee0b5d74defcf70f10733c127c to your computer and use it in GitHub Desktop.
# export DOCKER_BUILDKIT=1
dockerUpdateLatest := true,
dockerBuildOptions := dockerBuildOptions.value ++ Seq(
"--progress=plain",
"--cache-from",
dockerAlias.value.withTag(Some("latest")).toString,
"--build-arg",
"BUILDKIT_INLINE_CACHE=1"),
dockerAutoremoveMultiStageIntermediateImages := false //breaks with Buildkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment