Adding yq package as it's now part of Fedora 40
This commit is contained in:
@@ -32,18 +32,14 @@ RUN dnf install -y podman-docker buildah skopeo \
|
|||||||
&& dnf install -y cpanminus perl-Mojolicious perl-Test-Mojo perl-Test-Harness perl-Perl-Critic perl-Carton \
|
&& dnf install -y cpanminus perl-Mojolicious perl-Test-Mojo perl-Test-Harness perl-Perl-Critic perl-Carton \
|
||||||
&& curl -k -s -o /etc/yum.repos.d/okd.repo https://nexus.jamesjonesconsulting.com/repository/package-config/yum/okd.repo \
|
&& curl -k -s -o /etc/yum.repos.d/okd.repo https://nexus.jamesjonesconsulting.com/repository/package-config/yum/okd.repo \
|
||||||
&& dnf install -y okd-client \
|
&& dnf install -y okd-client \
|
||||||
|
&& curl -k -s -o /etc/yum.repos.d/okd.repo https://nexus.jamesjonesconsulting.com/repository/package-config/yum/sonarqube-packages.repo \
|
||||||
|
&& dnf install -y sonar-scanner-cli-${SONAR_SCANNER_VERSION} \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/yum \
|
&& rm -rf /var/cache/yum \
|
||||||
&& curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp \
|
&& curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp \
|
||||||
&& mv /tmp/eksctl /usr/bin \
|
&& mv /tmp/eksctl /usr/bin \
|
||||||
&& touch /etc/containers/nodocker
|
&& touch /etc/containers/nodocker
|
||||||
|
|
||||||
RUN curl -L -o sonar-scanner.zip \
|
|
||||||
"https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_SCANNER_VERSION}-linux.zip" && \
|
|
||||||
unzip sonar-scanner.zip -d /opt && \
|
|
||||||
rm -f sonar-scanner.zip && \
|
|
||||||
mv /opt/sonar-scanner* "$SONAR_SCANNER_HOME"
|
|
||||||
|
|
||||||
ENV PATH=$SONAR_SCANNER_HOME/bin:$PATH
|
ENV PATH=$SONAR_SCANNER_HOME/bin:$PATH
|
||||||
|
|
||||||
# Adding some Ansible Key and Timeout setting as well as accepting ssh-rsa
|
# Adding some Ansible Key and Timeout setting as well as accepting ssh-rsa
|
||||||
|
|||||||
Reference in New Issue
Block a user