0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-06-02 18:29:40 +02:00

Move dockerfiles to docker folder

This commit is contained in:
Thomas Boerger 2019-01-20 20:45:25 +01:00
parent 1c37006165
commit 0e7dee1beb
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
5 changed files with 4 additions and 18 deletions

View File

@ -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"]

View File

@ -1,4 +1,4 @@
FROM plugins/base:amd64
FROM plugins/base:linux-amd64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.name="Drone Ansible" \

View File

@ -1,4 +1,4 @@
FROM plugins/base:arm
FROM plugins/base:linux-arm
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.name="Drone Ansible" \

View File

@ -1,4 +1,4 @@
FROM plugins/base:arm64
FROM plugins/base:linux-arm64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.name="Drone Ansible" \

View File

@ -1,13 +1,11 @@
# escape=`
FROM microsoft/nanoserver:10.0.14393.1593
FROM plugins/base:windows-amd64
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"
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
# TODO: install required tools
ADD release\drone-ansible.exe c:\drone-ansible.exe