Skip to content

Commit

Permalink
Merge pull request moby#26827 from Microsoft/jjh/hardcodingbaseimage
Browse files Browse the repository at this point in the history
Windows: Remove hard coded base image in TestBuildCopyFileWithWhitespace
  • Loading branch information
cpuguy83 authored Sep 22, 2016
2 parents 5fa48f2 + 34fe27f commit d6bb370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/docker_cli_build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ RUN [ $(cat "/test dir/test_file5") = 'test5' ]
RUN [ $(cat "/test dir/test_file6") = 'test6' ]`

if daemonPlatform == "windows" {
dockerfile = `FROM windowsservercore
dockerfile = `FROM ` + WindowsBaseImage + `
RUN mkdir "C:/test dir"
RUN mkdir "C:/test_dir"
COPY [ "test file1", "/test_file1" ]
Expand Down

0 comments on commit d6bb370

Please sign in to comment.