Docker.Commands.Builder.Build (docker_wrapper v0.1.2)

Copy Markdown View Source

Implements the Docker.Command behaviour for docker buildx build.

Extended build with multi-platform, cache, and output options.

Summary

Types

t()

@type t() :: %Docker.Commands.Builder.Build{
  build_args: term(),
  builder: term(),
  cache_from: term(),
  cache_to: term(),
  context: term(),
  extra_args: term(),
  file: term(),
  labels: term(),
  load: term(),
  no_cache: term(),
  output: term(),
  platforms: term(),
  pull: term(),
  push: term(),
  tags: term(),
  target: term()
}

Functions

build_arg(cmd, key, value)

builder(cmd, b)

cache_from(cmd, c)

cache_to(cmd, c)

file(cmd, f)

label(cmd, key, value)

load(cmd)

new(context)

no_cache(cmd)

output(cmd, o)

platform(cmd, p)

pull(cmd)

push(cmd)

raw(cmd, args)

tag(cmd, t)

target(cmd, t)