2694. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:40:53 AM 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.

2694.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\VAR v4.2.7\var-web-4.2.7@0810ae549c1.zip Dockerfile Mon Apr 9 06:06:53 2018 UTC
2 MHED_APPS_CIF.zip\VAR v4.2.7\var-web-4.2.7@0810ae549c1.zip Dockerfile Thu May 3 13:33:50 2018 UTC

2694.2 Comparison summary

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

2694.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

2694.4 Active regular expressions

No regular expressions were active.

2694.5 Comparison detail

  1   # Nginx
  2   FROM %%DTR _PREFIX%%% %DTR_ORG%% /centos7-n ginx:lates t
  3   #FROM dev/ centos7-ng inx:latest
  4   MAINTAINER  "VHA OCC  WMS Develo pment Team " https:// wiki.mobil ehealth. DNS     /display/B PM/
  5  
  6   ADD app /v ar/www/htm l/%%CONTEX T_ROOT%%/% %CONTEXT_V ERSION%%/a pp
  7   ADD libs / var/www/ht ml/%%CONTE XT_ROOT%%/ %%CONTEXT_ VERSION%%/ libs
  8   ADD *.html  /var/www/ html/%%CON TEXT_ROOT% %/%%CONTEX T_VERSION% %/
  9   ADD *.json  /var/www/ html/%%CON TEXT_ROOT% %/%%CONTEX T_VERSION% %/
  10   ADD *.ico  /var/www/h tml/%%CONT EXT_ROOT%% /%%CONTEXT _VERSION%% /
  11  
  12   RUN mkdir  -p /var/ww w/html/%%C ONTEXT_ROO T_BETA%%;  ln -Fs /va r/www/html /%%CONTEXT _ROOT%%/%% CONTEXT_VE RSION%% /v ar/www/htm l/%%CONTEX T_ROOT_BET A%%/
  13   RUN find / var/www/ht ml -type d  -exec chm od 755 {}  ";"
  14   RUN find / var/www/ht ml -type f  -exec chm od 644 {}  ";"
  15  
  16   COPY ./ser ver-defaul t.conf /et c/nginx/de fault.d/
  17  
  18   EXPOSE 80