-
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.
Update dmwm-base and wmagent-base images tag to 20240912; adopt it ac…
…ross WM images (#1547) * Stop depending on /etc/vomses from cmsweb-base image * Use dmwm-base and wmagent-base tag 20240912 across WM images * Adopt dmwm-base/wmagent-base image tag pypi-20240912-stable
- Loading branch information
Showing
14 changed files
with
13 additions
and
18 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
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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,5 +1,5 @@ | ||
FROM registry.cern.ch/cmsweb/gfal:latest as gfal | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
COPY --from=gfal /data/miniconda /data/miniconda | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
RUN pip install reqmgr2ms-output | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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/dmwm-base:pypi-20230525 | ||
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
# TAG to be passed at build time through `--build-arg TAG=<PYPI_TAG>`. Default: None | ||
ARG TAG=None | ||
|
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
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,5 +1,5 @@ | ||
# syntax=docker/dockerfile-upstream:master | ||
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20240604 | ||
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20240912-stable | ||
MAINTAINER Valentin Kuznetsov [email protected] | ||
|
||
# TAG to be passed at build time through `--build-arg TAG=<WMA_TAG>`. Default: None | ||
|
@@ -62,10 +62,6 @@ EOF | |
# allow dynamic users to create homefolders and .bashrc | ||
RUN chmod 777 /home | ||
|
||
# given that we have to mount up-to-date /etc/vomses and we have a different setup for CERN | ||
# - being a directory - and FNAL being a file; just delete it from the image | ||
RUN rm -rf /etc/vomses | ||
|
||
# preserve the whole env for later use by the cron daemon | ||
RUN env > /etc/environment | ||
|
||
|