mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #26827 from Microsoft/jjh/hardcodingbaseimage
Windows: Remove hard coded base image in TestBuildCopyFileWithWhitespace
This commit is contained in:
commit
d6bb370602
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ RUN [ $(cat "/test dir/test_file5") = 'test5' ]
|
||||||
RUN [ $(cat "/test dir/test_file6") = 'test6' ]`
|
RUN [ $(cat "/test dir/test_file6") = 'test6' ]`
|
||||||
|
|
||||||
if daemonPlatform == "windows" {
|
if daemonPlatform == "windows" {
|
||||||
dockerfile = `FROM windowsservercore
|
dockerfile = `FROM ` + WindowsBaseImage + `
|
||||||
RUN mkdir "C:/test dir"
|
RUN mkdir "C:/test dir"
|
||||||
RUN mkdir "C:/test_dir"
|
RUN mkdir "C:/test_dir"
|
||||||
COPY [ "test file1", "/test_file1" ]
|
COPY [ "test file1", "/test_file1" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue