220. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/29/2018 12:14:56 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

220.1 Files compared

# Location File Last Modified
1 mobile-kidney-web-2.0.0.zip\mobile-kidney-web\nextgen Dockerfile-template Wed Apr 4 20:16:48 2018 UTC
2 mobile-kidney-web-2.0.0.zip\mobile-kidney-web\nextgen Dockerfile-template Tue May 29 16:16:58 2018 UTC

220.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 18
Changed 1 2
Inserted 0 0
Removed 0 0

220.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

220.4 Active regular expressions

No regular expressions were active.

220.5 Comparison detail

  1   # Template  for Docke rfile with  wildcard  DTR_PREFIX  and DTR_O RG for ext ernal buil d pipeline s
  2   # Will be  used to ge nerate tem porary Doc kerfile by  build.sh  script
  3   FROM %%DTR _PREFIX%%% %DTR_ORG%% /centos7-n ginx
  4   # FROM  URL : PORT /images/ce ntos7-ngin x:latest
  5  
  6   COPY ./dis t /var/www /html/mobi le-kidney
  7  
  8   EXPOSE 80
  9  
  10   CMD ["ngin x", "-g",  "daemon of f;"]