mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-22 10:00:38 +00:00
Move dockerfiles to docker folder
This commit is contained in:
parent
1c37006165
commit
0e7dee1beb
@ -1,12 +0,0 @@
|
|||||||
FROM plugins/base:i386
|
|
||||||
|
|
||||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
|
||||||
org.label-schema.name="Drone Ansible" \
|
|
||||||
org.label-schema.vendor="Drone.IO Community" \
|
|
||||||
org.label-schema.schema-version="1.0"
|
|
||||||
|
|
||||||
RUN apk add --no-cache bash git curl rysnc openssh-client ansible py-pip && \
|
|
||||||
pip install -U pip
|
|
||||||
|
|
||||||
ADD release/linux/i386/drone-ansible /bin/
|
|
||||||
ENTRYPOINT ["/bin/drone-ansible"]
|
|
@ -1,4 +1,4 @@
|
|||||||
FROM plugins/base:amd64
|
FROM plugins/base:linux-amd64
|
||||||
|
|
||||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
||||||
org.label-schema.name="Drone Ansible" \
|
org.label-schema.name="Drone Ansible" \
|
@ -1,4 +1,4 @@
|
|||||||
FROM plugins/base:arm
|
FROM plugins/base:linux-arm
|
||||||
|
|
||||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
||||||
org.label-schema.name="Drone Ansible" \
|
org.label-schema.name="Drone Ansible" \
|
@ -1,4 +1,4 @@
|
|||||||
FROM plugins/base:arm64
|
FROM plugins/base:linux-arm64
|
||||||
|
|
||||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
||||||
org.label-schema.name="Drone Ansible" \
|
org.label-schema.name="Drone Ansible" \
|
@ -1,13 +1,11 @@
|
|||||||
# 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 Ansible" `
|
org.label-schema.name="Drone Ansible" `
|
||||||
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';"]
|
|
||||||
|
|
||||||
# TODO: install required tools
|
# TODO: install required tools
|
||||||
|
|
||||||
ADD release\drone-ansible.exe c:\drone-ansible.exe
|
ADD release\drone-ansible.exe c:\drone-ansible.exe
|
Loading…
Reference in New Issue
Block a user