aboutsummaryrefslogtreecommitdiffstats
path: root/cdt
AgeCommit message (Collapse)AuthorFilesLines
2019-08-06Update versions to 1.6.1Patrick Brady1-4/+4
Change-Id: I5a16c125d389bb9945ad29cdce373fb73bff5050 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-03Update release versionsPatrick Brady1-1/+1
Change-Id: I69fac08b2a685504da278c081631100783c194c7 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
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-04-26Increment snapshot versionPatrick Brady1-3/+3
Change from 1.5.0-SNAPSHOT to 1.6.0-SNAPSHOT to prepare for next development cycle. Change-Id: I0892b8961b280a29870591cb474ab12fd6469972 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1585
2019-04-02Make images arm-64 compatibleSimon Hrabos1-2/+2
Modify versions of docker maven plugin due to arm64 compatibility Change-Id: Id4292b2ee6f1586072399cd8f79c0c24f47d8005 Issue-ID: INT-965 Issue-ID: INT-966 Signed-off-by: Simon Hrabos <simon.hrabos@tieto.com>
2019-03-21Changes for cdt over httpsPatrick Brady6-15/+157
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-11-16Update artifact pull versionPatrick Brady1-1/+1
Change-Id: I187495782f5e7b711c6b808e911e82174cc154b3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-12Increment version numberPatrick Brady1-2/+2
Change to version 1.5.0-SNAPSHOT Change-Id: I7ad12bc4d2745da35199ff37d733776271c23946 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-06Fix non-existent release versionPatrick Brady1-1/+1
Change-Id: Id8aefe4a2ad9e6d08a7eb40e550c7df616b0a645 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-11Roll to next version after releasePatrick Brady1-4/+4
Change to version 1.4.1-SNAPSHOT Change-Id: I14e63a41079e66eae3a3aaed0046945992d52a83 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
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-06-28Update version of cdtPatrick Brady1-2/+2
The version of cdt being downloaded should be 1.4.0 not 1.3.0. Change-Id: I9084b583fb967f5e2c5417cb88a05e328915c36e Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1037
2018-05-30Allow cdt port to be setPatrick Brady4-5/+52
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-05-22Increment versions for new branchPatrick Brady1-2/+2
Going from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT Change-Id: I596ecc3a8e5f27daf2f651b8134a10359277c905 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-18Update cdt pull versionPatrick Brady1-2/+2
The cdt version we are pulling needs to match the version that is now being built. Change-Id: Icc73e74cdd07ea91c5d60db95ca01735aa865948 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-911
2018-04-06Add timestamp to snapshotPatrick Brady1-1/+1
Added the timestamp to the docker image tags for the snapshot builds. Change-Id: I658b781d22d21e519963b3f8da6da15df411602b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CIMAN-132
2018-04-04Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ief04f3efcd54c896ec71ddef053474dff882c488 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-21Add docker build for cdtPatrick Brady3-0/+366
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