Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dmwm-base/wmagent-base and all WM tags to 20240923 #1551

Merged
merged 1 commit into from
Sep 23, 2024
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
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