| ADD file:7625ddfd589fb824ee39f1b1eb387b98f3676420ff52f26eb9d975151e889667 in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates mailcap && echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories # buildkit |
| LABEL maintainer=Drone.IO Community <drone-dev@googlegroups.com> org.label-schema.name=Drone Base org.label-schema.vendor=Drone.IO Community org.label-schema.schema-version=1.0 |
| ENV GODEBUG=netdns=go |
| 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 /bin/sh -c apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && pip3 install -U pip && pip3 install ansible-core==2.14 boto3==1.13.10 && apk del --no-cache python3-dev libffi-dev libressl-dev build-base # buildkit |
| ADD release/linux/amd64/drone-ansible /bin/ # buildkit |
| ENTRYPOINT ["/bin/drone-ansible"] |
| /bin/sh -c ansible-galaxy collection install ansible.posix community.docker |
| LABEL org.opencontainers.image.created=2025-05-02T07:32:08Z |
| LABEL org.opencontainers.image.revision=83c4587345d02b3528672abc7cd506e2c0f9fcc7 |
| LABEL org.opencontainers.image.source=https://kifu.duckpunch.org/duckpunch/drone-ansible.git |
| LABEL org.opencontainers.image.url=https://kifu.duckpunch.org/duckpunch/drone-ansible |