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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Merge requests
!3
Static code analysis on xls branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Static code analysis on xls branch
static-code-analysis-on-xls-branch
into
working-copy
Overview
0
Commits
13
Pipelines
1
Changes
10
Merged
Static code analysis on xls branch
Alan Nelson
requested to merge
static-code-analysis-on-xls-branch
into
working-copy
Nov 6, 2018
Overview
0
Commits
13
Pipelines
1
Changes
10
Validate:
Pass all the tests
Don't left dangling images
Check containers with Tenable
Validate Node.JS usage
Node.JS tested on
https://git.unl.edu/unl-its/src/-/jobs/7672
Closes
#1 (closed)
Edited
Nov 6, 2018
by
Alan Nelson
0
0
Merge request reports
Compare
working-copy
version 1
0f8d2665
Nov 6, 2018
working-copy (base)
and
latest version
latest version
0f8d2665
13 commits,
Nov 6, 2018
version 1
0f8d2665
18 commits,
Nov 6, 2018
10 files
+
224
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
magento2-unit-test/latest/Dockerfile
+
13
−
0
View file @ 0f8d2665
Edit in single-file editor
Open in Web IDE
Show full file
FROM
centos:7
ARG
BUILD_DATE
ARG
VCS_REF
ARG
VERSION
LABEL
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="Magento Unit Tester" \
org.label-schema.description="" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vendor="University of Nebraska - Lincoln" \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
# Add additional REPOs
RUN
rpm
-i
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
\
&&
rpm
-i
https://rhel7.iuscommunity.org/ius-release.rpm
Loading