Add a reliable version and integrate libsonnet definition

This commit is contained in:
Thomas Boerger
2019-02-15 00:13:53 +01:00
parent fc84f968c5
commit 9a456fee2a
9 changed files with 515 additions and 224 deletions
@@ -1,5 +1,5 @@
# escape=`
FROM plugins/base:windows-amd64
FROM plugins/base:windows-1803
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Download" `
+10
View File
@@ -0,0 +1,10 @@
# escape=`
FROM plugins/base:windows-1809
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Download" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
ADD release\drone-download.exe c:\drone-download.exe
ENTRYPOINT [ "c:\\drone-download.exe" ]
+8 -2
View File
@@ -24,8 +24,14 @@ manifests:
os: linux
variant: v7
-
image: plugins/download:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-amd64
image: plugins/download:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-1803
platform:
architecture: amd64
os: windows
variant: 1809
version: 1803
-
image: plugins/download:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-1809
platform:
architecture: amd64
os: windows
version: 1809