Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from seemethere/dockerfile_copy_1809
Browse files Browse the repository at this point in the history
Switch copy image to a docker org based one
  • Loading branch information
seemethere authored Oct 8, 2018
2 parents 52d6ad2 + 7b54720 commit ad08dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion builder/builder-next/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad08dc1

Please sign in to comment.