2018-04-25 01:10:51 +00:00
|
|
|
# escape=`
|
|
|
|
FROM microsoft/nanoserver:10.0.14393.1593
|
2017-08-28 21:31:49 +00:00
|
|
|
|
2018-04-25 01:10:51 +00:00
|
|
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
|
|
|
org.label-schema.name="Drone S3 Sync" `
|
|
|
|
org.label-schema.vendor="Drone.IO Community" `
|
|
|
|
org.label-schema.schema-version="1.0"
|
2017-08-28 21:31:49 +00:00
|
|
|
|
2018-04-25 01:10:51 +00:00
|
|
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
|
|
|
|
|
|
|
ADD release\drone-s3-sync.exe c:\drone-s3-sync.exe
|
|
|
|
ENTRYPOINT [ "c:\\drone-s3-sync.exe" ]
|