From 17c45c56ed60a5e84c4dd2217dc52945cdf9c978 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 2 Jun 2024 16:39:03 +0000 Subject: [PATCH 1/4] Added support for SMB client --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9176f57..f213952 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ FROM ${ARTIFACTORY}/podman/stable:latest ENV SONAR_SCANNER_VERSION=5.0.1.3006 ENV SONAR_SCANNER_HOME=/opt/sonar-scanner +RUN echo ipv4 >> ~/.curlrc && \ + echo "inet4_only = on" >> ~/.wgetrc + RUN dnf install -y --nogpgcheck \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \ @@ -13,7 +16,7 @@ RUN dnf install -y --nogpgcheck \ # docker-compose - broken dependencies in F38 so removing RUN dnf install -y podman-docker buildah skopeo \ util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq wget curl unzip coreutils \ - helm doctl gnupg2 pinentry expect gh awscli \ + samba-client samba-common cifs-utils helm doctl gnupg2 pinentry expect gh awscli \ python3-jsonpatch python3-requests-oauthlib python3-kubernetes python3-pyyaml python3-pip \ && curl -k -s -o - \ https://nexus.jamesjonesconsulting.com/repository/package-config/dist/proxy/rpmfusion/rpmfusion-setup-proxy-repos.sh |\ From 521c945b3d7055972ac57902d76322b0a43be642 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 16 Nov 2024 21:12:22 +0000 Subject: [PATCH 2/4] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6194c6..980415c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ RUN echo ipv4 >> ~/.curlrc && \ RUN dnf install -y --nogpgcheck \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \ - dnf groupupdate core -y + dnf config-manager setopt fedora-cisco-openh264.enabled=1 -y + dnf update @core -y # Adding on the docker alias, docker-compose and other useful stuff including the Azure CLI and RPM build tools along with FPM # docker-compose - broken dependencies in F38 so removing From 8001309c9ef5ac36897350c096013c5bbaacdbef Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 16 Nov 2024 21:20:32 +0000 Subject: [PATCH 3/4] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 980415c..704e4a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN echo ipv4 >> ~/.curlrc && \ RUN dnf install -y --nogpgcheck \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \ - dnf config-manager setopt fedora-cisco-openh264.enabled=1 -y + dnf config-manager setopt fedora-cisco-openh264.enabled=1 -y && \ dnf update @core -y # Adding on the docker alias, docker-compose and other useful stuff including the Azure CLI and RPM build tools along with FPM From ac6ded1d134269c0cb53af6d1b7f79d1438f4867 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 16 Nov 2024 21:29:53 +0000 Subject: [PATCH 4/4] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 704e4a2..9425bec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,7 @@ RUN echo ipv4 >> ~/.curlrc && \ RUN dnf install -y --nogpgcheck \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \ - dnf config-manager setopt fedora-cisco-openh264.enabled=1 -y && \ - dnf update @core -y + dnf config-manager setopt fedora-cisco-openh264.enabled=1 -y # Adding on the docker alias, docker-compose and other useful stuff including the Azure CLI and RPM build tools along with FPM # docker-compose - broken dependencies in F38 so removing