buildkit/hack
Yuichiro Kaneko 9302734deb Fix "cat: can't open '.tmp/ldflags': No such file or directory" errors
The error appears in

```
RUN go build -ldflags "$(cat .tmp/ldflags)" -o /buildctl.exe ./cmd/buildctl
```

and

```
RUN go build -ldflags "$(cat .tmp/ldflags)" -o /buildkitd.exe ./cmd/buildkitd
```

We ignore ".tmp" by ".dockerignore" file, so `COPY . .`
does not copy ".tmp".
This commit changes the image for "cross-windows" and removes
not needed instructions which are done by "buildkit-base".

This is follow up of https://github.com/moby/buildkit/pull/398

Signed-off-by: Yuichiro Kaneko <spiketeika@gmail.com>
2018-06-30 18:52:03 +09:00
..
dockerfiles Fix "cat: can't open '.tmp/ldflags': No such file or directory" errors 2018-06-30 18:52:03 +09:00
lint hack: fix scripts for macos 2017-12-28 00:17:42 -08:00
test dockerfile: run -—mount initial support 2018-06-07 16:23:40 -07:00
update-generated-files generate-files: auto sync gogo version to vendor.conf 2018-04-03 13:45:50 +01:00
update-vendor update containerd library 2018-06-08 21:44:17 +09:00
validate-generated-files Correct instructional message 2018-04-03 13:45:50 +01:00
validate-vendor update containerd library 2018-06-08 21:44:17 +09:00