Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
HEP-Benchmarks
hep-workloads
Merge requests
!242
adding utility to check json differences
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
adding utility to check json differences
BMK-210
into
qa
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Domenico Giordano
requested to merge
BMK-210
into
qa
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
BMK-210
adding utility to check json differences using python dictionary diff
0
0
Merge request reports
Compare
qa
qa (base)
and
latest version
latest version
fd6eba9d
3 commits,
5 years ago
3 files
+
27
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
build-executor/image/Dockerfile
+
2
−
0
Options
@@ -24,6 +24,7 @@ RUN yum install -y docker-ce \
ShellCheck
\
http://ecsft.cern.ch/dist/cvmfs/cvmfs-2.6.0/cvmfs-shrinkwrap-2.6.0-1.el7.x86_64.rpm
\
http://ecsft.cern.ch/dist/cvmfs/cvmfs-2.6.0/cvmfs-2.6.0-1.el7.x86_64.rpm
\
python-pip
\
&&
yum clean all
RUN
sed
-e
's@inet_interfaces = localhost@#inet_interfaces = localhost@'
-e
's@inet_protocols = all@inet_protocols = ipv4@'
-i
/etc/postfix/main.cf
@@ -36,6 +37,7 @@ RUN yum install -y singularity-runtime && yum clean all
RUN
sed
-i
-e
's/underlay = no/underlay = yes/g'
/etc/singularity/singularity.conf
RUN
sed
-i
-e
's/overlay = try/overlay = no/g'
/etc/singularity/singularity.conf
RUN
pip
install
dictdiffer pyyaml
# No ENTRYPOINT
# See https://gitlab.com/gitlab-org/gitlab-runner/issues/2109
# See https://stackoverflow.com/a/33219131
Loading