-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check for minimum required Docker version (#36497)
Our Docker build uses a multi-stage Docker build. This requires Docker version 17.05 or greater. Without an explicit check here, the build fails in a mysterious way such as "invalid reference format" that is hard to track down (Google searches for "Docker invalid reference format" do not turn up anything useful). This commit refactors our existing Docker checks, and adds a new one for the minimum Docker version.
- Loading branch information
1 parent
dafea3c
commit f2e18a6
Showing
1 changed file
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters