-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1503 from nikodemas/upgrade_cron_proxy
Update cmsweb rpms and cron-proxy versions
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM registry.cern.ch/cmsweb/exporters:20231002-stable as exporters-builder | |
RUN mkdir -p /data | ||
|
||
|
||
FROM cern/cc7-base:20230901-2 | ||
FROM cern/cc7-base:20240501-1 | ||
|
||
MAINTAINER Valentin Kuznetsov [email protected] | ||
|
||
|
@@ -24,7 +24,8 @@ RUN yum install -y cern-get-certificate fetch-crl \ | |
git-core zip unzip which file bzip2 e2fsprogs e2fsprogs-libs compat-libstdc++-33 \ | ||
CERN-CA-certs ca-certificates dummy-ca-certs ca-policy-lcg ca-policy-egi-core \ | ||
ca_EG-GRID ca_CERN-GridCA ca_CERN-LCG-IOTA-CA ca_CERN-Root-2 \ | ||
wlcg-voms-cms krb5-workstation krb5-libs pam_krb5 myproxy voms-clients-cpp voms-clients-java \ | ||
wlcg-voms-cms wlcg-iam-lsc-cms wlcg-iam-vomses-cms \ | ||
krb5-workstation krb5-libs pam_krb5 myproxy voms-clients-cpp voms-clients-java \ | ||
sudo openssl openssl-devel openssl-libs openssh openssh-clients python-backports-ssl_match_hostname \ | ||
cmake voms voms-devel globus-gsi-credential-devel globus-gsi-cert-utils-devel \ | ||
globus-common-devel globus-gsi-sysconfig globus-gsi-sysconfig-devel globus-gsi-callback-devel \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM registry.cern.ch/cmsweb/cmsweb:20230901-stable | ||
FROM registry.cern.ch/cmsweb/cmsweb:20240501-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
|
||
ENV WDIR=/data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters