Files
docker-cli/cli/command/image
Tibor Vass 82f0e1e5d8 build: fix -f handling with buildkit
This commit brings a more pedantic change in the following ambiguous case:
cat Dockerfile | docker build -f otherDockerfile -

The legacy builder does not error out and prefers the Dockerfile from stdin
while the buildkit-based one errors out.

Note that this is only in the case where stdin is a Dockerfile (not an archive)

Signed-off-by: Tibor Vass <tibor@docker.com>
2018-06-13 18:32:28 +00:00
..
2018-03-05 17:15:24 -05:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:27:34 -05:00
2018-03-06 15:27:34 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:27:34 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:27:34 -05:00
2018-05-11 16:49:43 -07:00
2018-03-19 10:02:40 +01:00
2018-05-11 16:49:43 -07:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-27 14:11:29 -07:00