Remove Readme ref to .drone.sh

Fix stupid rancher publish ref that sneaked in
Added windows container preperation
This commit is contained in:
Joachim Hill-Grannec
2017-09-01 10:57:21 -04:00
parent cfb46f2f1e
commit 426c52cced
4 changed files with 36 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
FROM microsoft/nanoserver:latest
MAINTAINER Drone.IO Community <drone-dev@googlegroups.com>
ENV GODEBUG=netdns=go
LABEL org.label-schema.version=latest
LABEL org.label-schema.vcs-url="https://github.com/drone-plugins/drone-webhook.git"
LABEL org.label-schema.name="Drone Webhook"
LABEL org.label-schema.vendor="Drone.IO Community"
LABEL org.label-schema.schema-version="1.0"
ADD release/windows/amd64/drone-webhook /bin/
ENTRYPOINT [ "/bin/drone-webhook" ]