Skip to content

Commit 7278a19

Browse files
committed
Move dockerfiles to docker folder
1 parent e30fdc2 commit 7278a19

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

Dockerfile.i386

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# escape=`
2-
FROM microsoft/nanoserver:10.0.14393.1593
2+
FROM plugins/base:windows-amd64
33

44
LABEL maintainer="Drone.IO Community <[email protected]>" `
55
org.label-schema.name="Drone Matrix" `
66
org.label-schema.vendor="Drone.IO Community" `
77
org.label-schema.schema-version="1.0"
88

9-
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
10-
119
ADD release\drone-matrix.exe c:\drone-matrix.exe
1210
ENTRYPOINT [ "c:\\drone-matrix.exe" ]

0 commit comments

Comments
 (0)