Files
docker-cli/vendor/github.com/moby/buildkit/session/secrets/generate.go
Tibor Vass c4c4825591 build: implement build secrets with buildkit
This patch implements `docker build --secret id=mysecret,src=/secret/file`
for buildkit frontends that request the mysecret secret.

It is currently implemented in the tonistiigi/dockerfile:secrets20180808
frontend via RUN --mount=type=secret,id=mysecret

Signed-off-by: Tibor Vass <tibor@docker.com>
2018-08-17 14:01:32 +00:00

4 lines
83 B
Go

package secrets
//go:generate protoc --gogoslick_out=plugins=grpc:. secrets.proto