Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
UNL ITS
docker-ci
Merge requests
!94
Merge Request Check Updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge Request Check Updates
develop
into
master
Overview
0
Commits
6
Pipelines
1
Changes
4
Merged
Alan Nelson
requested to merge
develop
into
master
10 months ago
Overview
0
Commits
6
Pipelines
1
Changes
4
Expand
Updates and improvements to Merge Request Check container
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
da83b355
6 commits,
10 months ago
4 files
+
174
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
merge-request-check/Dockerfile
+
3
−
0
Options
@@ -14,9 +14,12 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
RUN
mkdir
/code
WORKDIR
/code
RUN
apk add
--no-cache
bash git
COPY
requirements.txt ./
RUN
pip
install
--no-cache-dir
-r
requirements.txt
COPY
approval_check.py ./
COPY
merge_review_check.sh ./
CMD
["python", "approval_check.py"]
Loading