docker:generic
builder. Linking and SDK replacement features in the other builders are missing here. To use this builder, you must provide your own Dockerfile and specify all the appropriate build activities yourself. manifest.toml
l file or command-line flags.docker build -f buildctx/plan/Dockerfile buildctx
. Keep that in mind as you consider which paths to use in the Dockerfile. Paths should be rooted in the build context directory.docker:go
builder. Have a look at the Dockerfile
and the manifest.toml
files to see how this is constructed.docker:generic
?