summaryrefslogtreecommitdiffstats
path: root/cdt
AgeCommit message (Collapse)AuthorFilesLines
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