Skip to content

Commit

Permalink
Update dmwm-base/wmagent-base and all WM tags to 20240923 (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro authored Sep 23, 2024
1 parent 255d88c commit 69f0a02
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions docker/pypi/dmwm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ FROM registry.cern.ch/cmsweb/cmsweb-base as cmsweb-base
FROM registry.cern.ch/cmsweb/exporters as exporters
FROM python:3.8-bullseye
MAINTAINER Valentin Kuznetsov [email protected]
RUN apt-get update
RUN apt-get install -y curl vim libcurl4 libcurl4-openssl-dev python3-pycurl pip apache2-utils sudo less
RUN apt-get update && \
apt-get install -y curl vim libcurl4 libcurl4-openssl-dev python3-pycurl pip apache2-utils sudo less && \
apt-get clean
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN mkdir /etc/grid-security
COPY --from=cmsweb-base /etc/grid-security/certificates /etc/grid-security/certificates
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/global-workqueue/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2ms-monitor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2ms-output/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2ms-pileup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2ms-rulecleaner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2ms-transferor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2ms-unmerged/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.cern.ch/cmsweb/gfal:latest as gfal
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
COPY --from=gfal /data/miniconda /data/miniconda
ENV WDIR=/data
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmgr2ms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
RUN pip install reqmgr2ms-output
ENV WDIR=/data
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/reqmon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/t0_reqmon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None
ARG TAG=None
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/wmagent-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.cern.ch/cmsweb/oracle:21_5-stable as oracle
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240923-stable

# Install basic OS package dependencies
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion docker/pypi/wmagent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile-upstream:master
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20240912-stable
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20240923-stable
MAINTAINER Valentin Kuznetsov [email protected]

# TAG to be passed at build time through `--build-arg TAG=<WMA_TAG>`. Default: None
Expand Down

0 comments on commit 69f0a02

Please sign in to comment.