Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build --secret with buildkit #1288

Merged
merged 2 commits into from
Aug 17, 2018
Merged

Commits on Aug 17, 2018

  1. 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>
    Tibor Vass committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    c4c4825 View commit details
    Browse the repository at this point in the history
  2. vendor: Bump default API version to 1.39

    vendors github.com/docker/docker to a7ff19d69a90dfe152abd146221c8b9b46a0903d
    
    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    b4057f0 View commit details
    Browse the repository at this point in the history