Merge pull request #76 from seemethere/dockerfile_copy_1809

Switch copy image to a docker org based one
Upstream-commit: ad08dc12e090bce989ae701ec04f22c26b20d6cf
Component: engine
This commit is contained in:
Eli Uriegas
2018-10-08 14:10:53 -07:00
committed by GitHub

View File

@ -221,7 +221,9 @@ func (b *Builder) Build(ctx context.Context, opt backend.BuildConfig) (*builder.
id := identity.NewID()
frontendAttrs := map[string]string{}
frontendAttrs := map[string]string{
"override-copy-image": "docker.io/docker/dockerfile-copy:v0.1.7@sha256:4211460d4df58cca572825b93e437c09dac6387d88910fe07ac8f7c78d52e0ce",
}
if opt.Options.Target != "" {
frontendAttrs["target"] = opt.Options.Target