0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-11-21 23:50:40 +00:00

Upgrade ansible to latest version

This commit is contained in:
Thomas Boerger 2019-01-21 15:59:11 +01:00
parent ab9f8c5efe
commit d91f259361
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.schema-version="1.0" org.label-schema.schema-version="1.0"
RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \ RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \
pip install -U pip ansible==2.6.3 && \ pip install -U pip ansible==2.7.6 && \
apk del python2-dev libffi-dev libressl-dev build-base apk del python2-dev libffi-dev libressl-dev build-base
ADD release/linux/amd64/drone-ansible /bin/ ADD release/linux/amd64/drone-ansible /bin/

View File

@ -6,7 +6,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.schema-version="1.0" org.label-schema.schema-version="1.0"
RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \ RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \
pip install -U pip ansible==2.6.3 && \ pip install -U pip ansible==2.7.6 && \
apk del python2-dev libffi-dev libressl-dev build-base apk del python2-dev libffi-dev libressl-dev build-base
ADD release/linux/arm/drone-ansible /bin/ ADD release/linux/arm/drone-ansible /bin/

View File

@ -6,7 +6,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.schema-version="1.0" org.label-schema.schema-version="1.0"
RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \ RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \
pip install -U pip ansible==2.6.3 && \ pip install -U pip ansible==2.7.6 && \
apk del python2-dev libffi-dev libressl-dev build-base apk del python2-dev libffi-dev libressl-dev build-base
ADD release/linux/arm64/drone-ansible /bin/ ADD release/linux/arm64/drone-ansible /bin/