mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-22 00:30:41 +00:00
Move dockerfiles to docker folder
This commit is contained in:
parent
e30fdc214f
commit
7278a19c9d
@ -1,9 +0,0 @@
|
|||||||
FROM plugins/base:multiarch
|
|
||||||
|
|
||||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
|
||||||
org.label-schema.name="Drone Matrix" \
|
|
||||||
org.label-schema.vendor="Drone.IO Community" \
|
|
||||||
org.label-schema.schema-version="1.0"
|
|
||||||
|
|
||||||
ADD release/linux/i386/drone-matrix /bin/
|
|
||||||
ENTRYPOINT ["/bin/drone-matrix"]
|
|
@ -1,12 +1,10 @@
|
|||||||
# escape=`
|
# escape=`
|
||||||
FROM microsoft/nanoserver:10.0.14393.1593
|
FROM plugins/base:windows-amd64
|
||||||
|
|
||||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
||||||
org.label-schema.name="Drone Matrix" `
|
org.label-schema.name="Drone Matrix" `
|
||||||
org.label-schema.vendor="Drone.IO Community" `
|
org.label-schema.vendor="Drone.IO Community" `
|
||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
|
||||||
|
|
||||||
ADD release\drone-matrix.exe c:\drone-matrix.exe
|
ADD release\drone-matrix.exe c:\drone-matrix.exe
|
||||||
ENTRYPOINT [ "c:\\drone-matrix.exe" ]
|
ENTRYPOINT [ "c:\\drone-matrix.exe" ]
|
Loading…
Reference in New Issue
Block a user