Skip to content

Commit

Permalink
Merge branch 'master' into centos8
Browse files Browse the repository at this point in the history
  • Loading branch information
startx-lab committed Dec 22, 2021
2 parents c45bb8d + da2366f commit 215c55b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GitlabRunner/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN dnf upgrade -yq --refresh && \
openssh-clients && \
alternatives --set python /usr/bin/python3 && \
echo "alias pip=pip3" >> /etc/bashrc && \
pip3 install -q ansible-runner ansible-lint openshift && \
pip3 install -q ansible-runner ansible-lint openshift yq && \
dnf remove -yq --skip-broken yum-utils gcc python3-devel epel-release && \
dnf config-manager --enable --add-repo https://releases.ansible.com/ansible-runner/ansible-runner.el8.repo && \
dnf install -yq --nogpgcheck ansible-runner && \
Expand Down
1 change: 1 addition & 0 deletions GitlabRunner/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN dnf upgrade -yq --refresh && \
bubblewrap \
rsync \
openssh-clients && \
pip3 install -q yq && \
dnf remove -yq --skip-broken yum-utils && \
dnf clean all --enablerepo=\* && \
useradd -u ${SX_UID} -m ${SX_UNAME} && \
Expand Down
1 change: 1 addition & 0 deletions GitlabRunner/bash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN dnf upgrade -yq --refresh && \
gem \
git \
bats && \
pip3 install -q yq && \
dnf remove -yq --skip-broken yum-utils && \
dnf clean all --enablerepo=\* && \
useradd -s /bin/bash -u ${SX_UID} -g 0 -m ${SX_UNAME} && \
Expand Down
1 change: 1 addition & 0 deletions GitlabRunner/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN dnf upgrade -yq --refresh && \
rsync \
openssh-clients \
sshpass && \
pip3 install -q yq && \
dnf remove -yq --skip-broken yum-utils && \
dnf clean all --enablerepo=\* && \
useradd -u ${SX_UID} -m ${SX_UNAME} && \
Expand Down
1 change: 1 addition & 0 deletions GitlabRunner/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN dnf upgrade -yq --refresh && \
rsync \
openssh-clients \
sshpass && \
pip3 install -q yq && \
dnf remove -yq --skip-broken yum-utils && \
dnf clean all --enablerepo=\* && \
useradd -u ${SX_UID} -m ${SX_UNAME} && \
Expand Down

0 comments on commit 215c55b

Please sign in to comment.