Skip to content

Commit f70e3ef

Browse files
committed
Update Jenkins Dockerfile to use the correct RPM key for Jenkins
1 parent 767984c commit f70e3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/master/Dockerfile.ubi8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USER root
1818
COPY yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo
1919

2020
COPY ./scripts_for_usr-local-bin/* /usr/local/bin/
21-
RUN rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key \
21+
RUN rpm --import https://pkg.jenkins.io/rpm-stable/jenkins.io-2026.key \
2222
&& disable_yum_repository.sh /etc/yum.repos.d/ci-rpm-mirrors.repo \
2323
/etc/yum.repos.d/localdev-* /etc/yum.repos.d/epel.repo \
2424
&& ensure_java_jre_is_adequate.sh master \

0 commit comments

Comments
 (0)