added goss

This commit is contained in:
2020-10-31 16:47:55 +01:00
parent e312aac855
commit f7b497bfc4
11 changed files with 33 additions and 5 deletions
alpine-3
arch
centos-7
centos-8
debian-7
debian-8
fedora-24
ubuntu-14.04
ubuntu-16.04
ubuntu-18.04
ubuntu-20.04

@ -2,6 +2,8 @@ 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
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"]