Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmssw-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
IO Benchmarks
Benchmarks
cmssw-docker
Commits
22db2a0e
Commit
22db2a0e
authored
3 years ago
by
Tom McCauley
Browse files
Options
Downloads
Patches
Plain Diff
add eos
parent
f9a0935d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
c8-cms/Dockerfile
+5
-1
5 additions, 1 deletion
c8-cms/Dockerfile
c8-cms/Makefile
+2
-2
2 additions, 2 deletions
c8-cms/Makefile
c8-cms/eos.repo
+9
-0
9 additions, 0 deletions
c8-cms/eos.repo
with
16 additions
and
3 deletions
c8-cms/Dockerfile
+
5
−
1
View file @
22db2a0e
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
# Use Centos 8 or Centos Stream 8?
# Use Centos 8 or Centos Stream 8?
ARG
BASEIMAGE=gitlab-registry.cern.ch/linuxsupport/c8-base:20210901-1.x86_64
ARG
BASEIMAGE=gitlab-registry.cern.ch/linuxsupport/c8-base:20210901-1.x86_64
#ARG BASEIMAGE=gitlab-registry.cern.ch/linuxsupport/cs8-base
# Set up the C8 CMSSW base:
# Set up the C8 CMSSW base:
FROM
${BASEIMAGE}
FROM
${BASEIMAGE}
...
@@ -57,6 +56,11 @@ RUN wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI
...
@@ -57,6 +56,11 @@ RUN wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI
yum
install
-y
ca-policy-egi-core wlcg-repo.noarch HEP_OSlibs
&&
\
yum
install
-y
ca-policy-egi-core wlcg-repo.noarch HEP_OSlibs
&&
\
yum clean
-y
all
yum clean
-y
all
ADD
eos.repo /etc/yum.repos.d/eos.repo
RUN
yum
--enablerepo
=
extras
install
-y
epel-release
&&
\
yum
install
-y
eos-client
&&
\
yum clean
-y
all
RUN
groupadd
-g
1000 cmsusr
&&
adduser
-u
1000
-g
1000
-G
root cmsusr
&&
\
RUN
groupadd
-g
1000 cmsusr
&&
adduser
-u
1000
-g
1000
-G
root cmsusr
&&
\
echo
"cmsusr ALL=(ALL) NOPASSWD:ALL"
>
/etc/sudoers
&&
\
echo
"cmsusr ALL=(ALL) NOPASSWD:ALL"
>
/etc/sudoers
&&
\
groupadd
-g
1001 cmsinst
&&
adduser
-u
1001
-g
1001 cmsinst
&&
\
groupadd
-g
1001 cmsinst
&&
adduser
-u
1001
-g
1001 cmsinst
&&
\
...
...
This diff is collapsed.
Click to expand it.
c8-cms/Makefile
+
2
−
2
View file @
22db2a0e
...
@@ -7,8 +7,8 @@ build: docker_build output
...
@@ -7,8 +7,8 @@ build: docker_build output
release
:
docker_build docker_push output
release
:
docker_build docker_push output
# Image can be overidden with env var.
# Image can be overidden with env var.
DOCKER_IMAGE
?=
cmscloud/
c
c8-cms
DOCKER_IMAGE
?=
cmscloud/c8-cms
CERN_IMAGE
?=
gitlab-registry.cern.ch/cms-cloud/cmssw-docker/
c
c8-cvmfs
CERN_IMAGE
?=
gitlab-registry.cern.ch/cms-cloud/cmssw-docker/c8-cvmfs
# Get the latest commit.
# Get the latest commit.
GIT_COMMIT
=
$(
strip
$(
shell git rev-parse
--short
HEAD
))
GIT_COMMIT
=
$(
strip
$(
shell git rev-parse
--short
HEAD
))
...
...
This diff is collapsed.
Click to expand it.
c8-cms/eos.repo
0 → 100644
+
9
−
0
View file @
22db2a0e
[eos-citrine]
name=EOS 4.0 Version
baseurl=https://storage-ci.web.cern.ch/storage-ci/eos/citrine/tag/el-8/x86_64/
gpgcheck=0
[eos-citrine-dep]
name=EOS 4.0 Dependencies
baseurl=https://storage-ci.web.cern.ch/storage-ci/eos/citrine-depend/el-8/x86_64/
gpgcheck=0
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