Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cedric Verstege
docker-images
Commits
8fc91f9f
Commit
8fc91f9f
authored
5 months ago
by
Cedric Verstege
Browse files
Options
Downloads
Patches
Plain Diff
Add gfal2 and more grid stuff
parent
12b4546e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3948
passed
5 months ago
Stage: ⏫ Update
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
alma9-gridjob/Dockerfile
+17
-0
17 additions, 0 deletions
alma9-gridjob/Dockerfile
with
17 additions
and
0 deletions
alma9-gridjob/Dockerfile
+
17
−
0
View file @
8fc91f9f
...
...
@@ -4,8 +4,25 @@ FROM cern/alma9-base:20241101-1
RUN
dnf
-y
install
crypto-policies-scripts
&&
dnf clean all
RUN
update-crypto-policies
--set
DEFAULT:SHA1
# Install EPEL
RUN
dnf
-y
install
epel-release
&&
\
dnf clean all
# LCG stack requirements
RUN
dnf
-y
install
https://linuxsoft.cern.ch/wlcg/el9/x86_64/wlcg-repo-1.0.0-1.el9.noarch.rpm
&&
\
dnf
-y
install
HEP_OSlibs
&&
\
dnf clean all
# Add grid stuff
RUN
dnf
-y
install
\
gfal2-all
\
python3-gfal2
\
python3-gfal2-util
\
globus-proxy-utils
\
globus-gass-copy-progs
\
voms-clients-cpp
\
wlcg-iam-lsc-cms
\
wlcg-iam-vomses-cms
\
wlcg-voms-cms
\
xrootd-client
\
&&
dnf clean all
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment