aboutsummaryrefslogtreecommitdiffstats
path: root/cdt/src
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26Update version of node base imagePatrick Brady1-1/+1
Changing the version of the cdt base image to be 13-alpine so that we can get updates within the 13 version as they become available. This insures we get all security updates. Change-Id: I514958ca2f9558908b8a74f80d53abb2e5b72911 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1838
2020-02-26Run cdt nodejs as non-root userPatrick Brady1-4/+7
Modify the dockerfile so that the nodejs process that hosts cdt runs as a non-root user. Change-Id: If64cb915c626897f8815acc3a2007f54adc0e03b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1837
2019-05-15Update cdt for nodejs backendPatrick Brady2-4/+11
Change cdt container to use a nodejs container so that the nodejs backend of cdt can run. Change-Id: I280bc02bee136bb1eda908f91e7efacfca8eb101 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1600
2019-03-21Changes for cdt over httpsPatrick Brady5-15/+119
Change cdt to run on nginx image Configure nginx to use https Add sample certificates for https Change-Id: Ie93cf7e5b0e6a287753ffd54edace5492ad667b3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1551
2019-03-01move non-root id run for CDT containerTaka Cho1-2/+10
add cdt:cdt to Dockerfile change port 80 to 18080 for non-root user Change-Id: I694cfaed85396d8f4f527d33e8e507e6d7a64178 Issue-ID: APPC-1519 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-01-22use alpine linux dist for CDT dockerTaka Cho1-3/+3
changed to 2.4-alpine:httpd Change-Id: Ia0335b530bc1a0c08594b3b8800dfb65aac3630b Issue-ID: APPC-1339 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-07-25Keep cdt artifact download in folderPatrick Brady1-2/+11
Create a folder in /tmp to keep each version of cdt by itself. Clear this folder before build so that only the newest version will be unzipped and put into the docker image. Change-Id: I9c42699f6de2db04d06316358dbe2bca04346eec Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1109
2018-05-30Allow cdt port to be setPatrick Brady3-0/+30
Allow the cdt port to be set by the CDT_PORT variable. Defaults to the default oom port. Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
2018-03-21Add docker build for cdtPatrick Brady2-0/+85
Adding the scripts and docker file to build a docker image for cdt, based on httpd image. Change-Id: I10a99c6776dede642615e3da9654e62f644b3276 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-748