Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Update Jenkins java version to jdk 21 ([#1374](https://github.com/opendevstack/ods-core/pull/1374))
- Add new configuration for the ODS API Service ([1375](https://github.com/opendevstack/ods-core/pull/1375)) ([1377](https://github.com/opendevstack/ods-core/pull/1377))([1378](https://github.com/opendevstack/ods-core/pull/1378))([1379](https://github.com/opendevstack/ods-core/pull/1379))([1380](https://github.com/opendevstack/ods-core/pull/1380))([1382](https://github.com/opendevstack/ods-core/pull/1382))([1383](https://github.com/opendevstack/ods-core/pull/1383)) ([1386](https://github.com/opendevstack/ods-core/pull/1386))
- Change the way the certificates are installed in the container of ods-api-service to update the cacert ([1381](https://github.com/opendevstack/ods-core/pull/1381))
- Add OpenID Connect Provider plugin to jenkins master image ([1390](https://github.com/opendevstack/ods-core/pull/1390))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion jenkins/agent-base/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY ./set-default-java.sh /etc/profile.d/set-default-java.sh
RUN cd /etc/yum.repos.d && rm -f localdev-* ci-rpm-mirrors.repo \
&& ensure_java_jre_is_adequate.sh \
&& yum -y install make glibc-langpack-en openssl skopeo \
&& yum -y update \
&& yum -y update --allowerasing \
&& yum clean all \
&& rm -rf /var/cache/yum/* \
&& skopeo --version
Expand Down
2 changes: 1 addition & 1 deletion jenkins/master/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key \
&& disable_yum_repository.sh /etc/yum.repos.d/ci-rpm-mirrors.repo \
/etc/yum.repos.d/localdev-* /etc/yum.repos.d/epel.repo \
&& ensure_java_jre_is_adequate.sh master \
&& yum -y update \
&& yum -y update --allowerasing \
&& import_certs.sh \
&& fix_openshift_scripts.sh \
&& clean_yum_cache.sh
Expand Down
1 change: 1 addition & 0 deletions jenkins/master/plugins.ubi9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ audit-trail:395.vce180b_359a_b_5
Office-365-Connector:5.1.0
mask-passwords:196.v7d505d39886e
allure-jenkins-plugin:2.34.0
idc-provider:89.v3dfb_6d89b_618
Loading