Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
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
Harbor 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
dCache
cta
Commits
119530dc
Commit
119530dc
authored
6 years ago
by
Eric Cano
Browse files
Options
Downloads
Patches
Plain Diff
Matched buildtree runner docker file with the one of continuous integration.
parent
aef0a724
No related branches found
Branches containing commit
Tags
v4.4.0-1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
continuousintegration/docker/ctafrontend/cc7/buildtree-stage3-scripts/Dockerfile
+17
-1
17 additions, 1 deletion
...ocker/ctafrontend/cc7/buildtree-stage3-scripts/Dockerfile
with
17 additions
and
1 deletion
continuousintegration/docker/ctafrontend/cc7/buildtree-stage3-scripts/Dockerfile
+
17
−
1
View file @
119530dc
...
...
@@ -41,4 +41,20 @@ ADD ${BASEDIR}/opt /opt
# Docker image run setup
ADD
${BASEDIR}/run.sh /
ENTRYPOINT
["/run.sh"]
# Add custom rc.local to massage kubernetes resources for
# the taget docker container
ADD
${BASEDIR}/rc.local /etc/rc.d
# Make sure it can be executed by root
RUN
chmod
744 /etc/rc.local
# disable selinux so that systemd works if the container is booted
# with an image that already contains selinux
ADD
${BASEDIR}/etc_selinux_config /etc/selinux/config
# One more thing so that we can use systemd
VOLUME
[ "/sys/fs/cgroup" ]
# And finally run systemd if the entrypoint is not overriden by docker
ENTRYPOINT
["/usr/sbin/init"]
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