Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
58c2f3da3f | |||
c83c16211d | |||
f7b497bfc4 | |||
e312aac855 | |||
a8b69e8750 | |||
b003743058 | |||
beb79f4b87 | |||
e4eaf6b298 | |||
e91f74e2ba | |||
d8e7aed134
|
|||
10e594b29b
|
|||
2612d77af0 | |||
8e3863ca2c | |||
26eeda67d1 |
88
.drone.yml
88
.drone.yml
@ -11,13 +11,13 @@ concurrency:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build-ubuntu-19
|
- name: build-ubuntu-20
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: ubuntu-19.04/Dockerfile
|
dockerfile: ubuntu-20.04/Dockerfile
|
||||||
dry_run: true
|
dry_run: true
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: ubuntu-19.04
|
tag: ubuntu-20.04
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -95,13 +95,37 @@ steps:
|
|||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
- name: build-debian-7
|
- name: build-debian-9
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: debian-8/Dockerfile
|
dockerfile: debian-9/Dockerfile
|
||||||
dry_run: true
|
dry_run: true
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: debian-7
|
tag: debian-9
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
|
||||||
|
- name: build-debian-10
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
dockerfile: debian-10/Dockerfile
|
||||||
|
dry_run: true
|
||||||
|
repo: lerentis/ansible
|
||||||
|
tag: debian-10
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
|
||||||
|
- name: build-centos-8
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
dockerfile: centos-8/Dockerfile
|
||||||
|
dry_run: true
|
||||||
|
repo: lerentis/ansible
|
||||||
|
tag: centos-8
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -145,14 +169,14 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: build-ubuntu-19-publish
|
- name: build-ubuntu-20-publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: ubuntu-19.04/Dockerfile
|
dockerfile: ubuntu-20.04/Dockerfile
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: ubuntu-19.04
|
tag: ubuntu-20.04
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
@ -229,14 +253,28 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: build-debian-7-publish
|
- name: build-debian-9-publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: debian-8/Dockerfile
|
dockerfile: debian-9/Dockerfile
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: debian-7
|
tag: debian-9
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
- name: build-debian-10-publish
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
dockerfile: debian-10/Dockerfile
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: lerentis/ansible
|
||||||
|
tag: debian-10
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
@ -257,6 +295,20 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
- name: build-centos-8-publish
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
dockerfile: centos-8/Dockerfile
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: lerentis/ansible
|
||||||
|
tag: centos-8
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
- name: build-arch-publish
|
- name: build-arch-publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
@ -282,23 +334,27 @@ steps:
|
|||||||
- failure
|
- failure
|
||||||
- success
|
- success
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-ubuntu-19
|
- build-ubuntu-20
|
||||||
- build-ubuntu-18
|
- build-ubuntu-18
|
||||||
- build-ubuntu-16
|
- build-ubuntu-16
|
||||||
- build-ubuntu-14
|
- build-ubuntu-14
|
||||||
- build-fedora-24
|
- build-fedora-24
|
||||||
- build-alpine-3
|
- build-alpine-3
|
||||||
- build-debian-8
|
- build-debian-8
|
||||||
- build-debian-7
|
- build-debian-9
|
||||||
|
- build-debian-10
|
||||||
- build-centos-7
|
- build-centos-7
|
||||||
|
- build-centos-8
|
||||||
- build-arch
|
- build-arch
|
||||||
- build-ubuntu-19-publish
|
- build-ubuntu-20-publish
|
||||||
- build-ubuntu-18-publish
|
- build-ubuntu-18-publish
|
||||||
- build-ubuntu-16-publish
|
- build-ubuntu-16-publish
|
||||||
- build-ubuntu-14-publish
|
- build-ubuntu-14-publish
|
||||||
- build-fedora-24-publish
|
- build-fedora-24-publish
|
||||||
- build-alpine-3-publish
|
- build-alpine-3-publish
|
||||||
- build-debian-8-publish
|
- build-debian-8-publish
|
||||||
- build-debian-7-publish
|
- build-debian-9-publish
|
||||||
|
- build-debian-10-publish
|
||||||
- build-centos-7-publish
|
- build-centos-7-publish
|
||||||
|
- build-centos-8-publish
|
||||||
- build-arch-publish
|
- build-arch-publish
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
FROM alpine:3.4
|
FROM alpine:3.10
|
||||||
|
|
||||||
RUN apk add --no-cache ansible
|
RUN apk add --no-cache ansible curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
FROM archlinux/base
|
FROM archlinux/base
|
||||||
|
|
||||||
RUN pacman -Syuu --noconfirm && pacman -S python2 ansible sshpass git python2-passlib python2-netaddr --noconfirm
|
RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git python-passlib python-netaddr curl --noconfirm \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
18
build-all.sh
Normal file → Executable file
18
build-all.sh
Normal file → Executable file
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd ubuntu-18.04 && docker build -t lerentis/ansible:ubuntu-18.04 .
|
cd ubuntu-18.04 && docker buildx build -t lerentis/ansible:ubuntu-18.04 --platform=linux/arm,linux/arm64,linux/amd64 . --push
|
||||||
cd ubuntu-16.04 && docker build -t lerentis/ansible:ubuntu-16.04 .
|
cd ../ubuntu-16.04 && docker buildx build -t lerentis/ansible:ubuntu-16.04 --platform=linux/arm,linux/arm64,linux/amd64 . --push
|
||||||
cd ../alpine-3 && docker build -t lerentis/ansible:alpine-3 .
|
cd ../alpine-3 && docker buildx build -t lerentis/ansible:alpine-3 --platform=linux/arm,linux/arm64,linux/amd64 . --push
|
||||||
cd ../ubuntu-14.04 && docker build -t lerentis/ansible:ubuntu-14.04 .
|
cd ../ubuntu-14.04 && docker buildx build -t lerentis/ansible:ubuntu-14.04 --platform=linux/arm,linux/arm64,linux/amd64 . --push
|
||||||
cd ../fedora-24 && docker build -t lerentis/ansible:fedora-24 .
|
cd ../fedora-24 && docker buildx build -t lerentis/ansible:fedora-24 --platform=linux/arm,linux/arm64,linux/amd64 . --push
|
||||||
cd ../debian-8 && docker build -t lerentis/ansible:debian-8 .
|
cd ../debian-8 && docker buildx build -t lerentis/ansible:debian-8 --platform=linux/arm,linux/amd64 . --push
|
||||||
cd ../debian-7 && docker build -t lerentis/ansible:debian-7 .
|
cd ../debian-7 && docker buildx build -t lerentis/ansible:debian-7 --platform=linux/arm,linux/amd64 . --push
|
||||||
cd ../centos-7 && docker build -t lerentis/ansible:centos-7 .
|
cd ../centos-7 && docker buildx build -t lerentis/ansible:centos-7 --platform=linux/arm,linux/arm64,linux/amd64 . --push
|
||||||
cd ../arch && docker build -t lerentis/ansible:arch .
|
cd ../arch && docker buildx build -t lerentis/ansible:arch --platform=linux/arm,linux/arm64,linux/amd64 . --push
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
FROM centos:7
|
FROM centos:7
|
||||||
|
|
||||||
RUN yum -y install epel-release \
|
RUN yum -y install epel-release \
|
||||||
&& yum -y install ansible git \
|
&& yum -y install ansible git curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
&& yum clean headers \
|
&& yum clean headers \
|
||||||
&& yum clean packages
|
&& yum clean packages
|
||||||
|
|
||||||
|
9
centos-8/Dockerfile
Normal file
9
centos-8/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM centos:8
|
||||||
|
|
||||||
|
RUN dnf -y install python3-pip &&\
|
||||||
|
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&\
|
||||||
|
dnf install -y --enablerepo epel-playground ansible curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss
|
||||||
|
|
||||||
|
CMD ["ansible-playbook", "--help"]
|
20
debian-10/Dockerfile
Normal file
20
debian-10/Dockerfile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
FROM debian:10
|
||||||
|
|
||||||
|
RUN apt-get -q update \
|
||||||
|
&& apt-get -yq install --no-install-recommends \
|
||||||
|
build-essential \
|
||||||
|
libffi-dev \
|
||||||
|
libssl-dev \
|
||||||
|
python3 \
|
||||||
|
python3-dev \
|
||||||
|
python3-pip \
|
||||||
|
git \
|
||||||
|
apt-utils \
|
||||||
|
curl \
|
||||||
|
ansible \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
|
&& apt-get clean
|
||||||
|
|
||||||
|
|
||||||
|
CMD ["ansible-playbook", "--help"]
|
@ -1,10 +0,0 @@
|
|||||||
FROM debian:7
|
|
||||||
|
|
||||||
RUN apt-get -q update \
|
|
||||||
&& apt-get install -y python-pip python-dev git apt-utils
|
|
||||||
|
|
||||||
RUN pip install --index-url=https://pypi.python.org/simple/ --upgrade pip
|
|
||||||
|
|
||||||
RUN pip install git+https://github.com/ansible/ansible.git@devel
|
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
|
@ -5,14 +5,15 @@ RUN apt-get -q update \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
python \
|
python3 \
|
||||||
python-dev \
|
python3-dev \
|
||||||
python-pip \
|
python3-pip \
|
||||||
git \
|
git \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
&& apt-get clean \
|
curl \
|
||||||
&& pip install --upgrade pip
|
ansible \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
RUN pip install git+https://github.com/ansible/ansible.git@devel
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
|
&& apt-get clean
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
21
debian-9/Dockerfile
Normal file
21
debian-9/Dockerfile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
FROM debian:9
|
||||||
|
|
||||||
|
RUN apt-get -q update \
|
||||||
|
&& apt-get -yq install --no-install-recommends \
|
||||||
|
build-essential \
|
||||||
|
libffi-dev \
|
||||||
|
libssl-dev \
|
||||||
|
python3 \
|
||||||
|
python3-dev \
|
||||||
|
python3-pip \
|
||||||
|
git \
|
||||||
|
apt-utils \
|
||||||
|
curl \
|
||||||
|
ansible \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
|
&& apt-get clean \
|
||||||
|
&& pip3 install --upgrade pip
|
||||||
|
|
||||||
|
|
||||||
|
CMD ["ansible-playbook", "--help"]
|
@ -3,6 +3,9 @@ FROM fedora:24
|
|||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
ansible \
|
ansible \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
|
curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
@ -9,6 +9,9 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
ansible \
|
ansible \
|
||||||
git \
|
git \
|
||||||
|
curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
@ -11,6 +11,9 @@ RUN apt-get update \
|
|||||||
python-apt \
|
python-apt \
|
||||||
git-core \
|
git-core \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
@ -11,6 +11,9 @@ RUN apt-get update \
|
|||||||
python-apt \
|
python-apt \
|
||||||
git-core \
|
git-core \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
FROM ubuntu:19.04
|
|
||||||
|
|
||||||
RUN apt-get update \
|
|
||||||
&& apt-get install -y --no-install-recommends \
|
|
||||||
software-properties-common \
|
|
||||||
apt-utils \
|
|
||||||
&& apt-add-repository ppa:ansible/ansible \
|
|
||||||
&& apt-get update \
|
|
||||||
&& apt-get install -y --no-install-recommends \
|
|
||||||
ansible \
|
|
||||||
python-apt \
|
|
||||||
git-core \
|
|
||||||
openssh-client \
|
|
||||||
&& apt-get clean
|
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
|
16
ubuntu-20.04/Dockerfile
Normal file
16
ubuntu-20.04/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
|
software-properties-common \
|
||||||
|
apt-utils \
|
||||||
|
ansible \
|
||||||
|
python-apt \
|
||||||
|
git-core \
|
||||||
|
openssh-client \
|
||||||
|
curl \
|
||||||
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
|
&& chmod +rx /usr/local/bin/goss \
|
||||||
|
&& apt-get clean
|
||||||
|
|
||||||
|
CMD ["ansible-playbook", "--help"]
|
Reference in New Issue
Block a user