mirror of
https://github.com/moby/moby.git
synced 2025-08-08 13:22:22 +03:00
Windows: Remove hard coded base image
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@@ -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" ]
|
||||||
|
Reference in New Issue
Block a user