Skip to content

Commit

Permalink
Merge pull request #1503 from nikodemas/upgrade_cron_proxy
Browse files Browse the repository at this point in the history
Update cmsweb rpms and cron-proxy versions
  • Loading branch information
arooshap authored Jun 11, 2024
2 parents aa5dad5 + cdd49ab commit 3f2a2c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker/cmsweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docker/proxy/Dockerfile
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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/monitoring/crons/cron-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: proxy-account
containers:
- name: proxy
image: registry.cern.ch/cmsweb/proxy
image: registry.cern.ch/cmsweb/proxy:20240501-stable
args:
- /bin/sh
- -c
Expand Down

0 comments on commit 3f2a2c5

Please sign in to comment.