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
11e0cca9
Commit
11e0cca9
authored
7 months ago
by
Cedric Verstege
Browse files
Options
Downloads
Patches
Plain Diff
Versionlock for epel
parent
ba520133
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3826
passed
7 months ago
Stage: ⏫ Update
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cc7-gridjob/Dockerfile
+5
-3
5 additions, 3 deletions
cc7-gridjob/Dockerfile
with
5 additions
and
3 deletions
cc7-gridjob/Dockerfile
+
5
−
3
View file @
11e0cca9
...
...
@@ -3,11 +3,13 @@ FROM cern/cc7-base:latest
# CERN doesn't provide an EPEL mirror anymore
RUN
yum
-y
remove epel-release
RUN
yum
-y
update
&&
\
yum
-y
clean all
&&
rm
-rf
/var/cache
# Install epel from fedora archive
RUN
yum
-y
install
https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm
&&
\
yum versionlock epel-
*
&&
\
yum
-y
clean all
&&
rm
-rf
/var/cache
# Update base layer
RUN
yum
-y
update
&&
\
yum
-y
clean all
&&
rm
-rf
/var/cache
# Add repos
...
...
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