Skip to content

Commit 2d8899f

Browse files
Merge pull request #553 from jiridanek/jd_fsomething_cgi_workaround
RHOAIENG-8255: Fix spawn-fcgi-1.6.3-23.fc37.x86_64.rpm download location
2 parents 66050e6 + ab0f785 commit 2d8899f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codeserver/ubi9-python-3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN yum install -y https://download.fedoraproject.org/pub/epel/epel-release-late
6363
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
6464
rpm -V $INSTALL_PKGS && \
6565
# spawn-fcgi is not in epel9 \
66-
rpm -i --nodocs https://www.rpmfind.net/linux/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
66+
rpm -i --nodocs https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
6767
yum -y clean all --enablerepo='*'
6868

6969
# Copy extra files to the image.

rstudio/c9s-python-3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN yum -y module enable nginx:$NGINX_VERSION && \
7878
rpm -V $INSTALL_PKGS && \
7979
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
8080
# spawn-fcgi is not in epel9
81-
rpm -i --nodocs https://www.rpmfind.net/linux/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
81+
rpm -i --nodocs https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
8282
yum -y clean all --enablerepo='*'
8383

8484
# Copy extra files to the image.

0 commit comments

Comments
 (0)