summaryrefslogtreecommitdiffstats
path: root/tca-cdap-container/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09rollback non-root userchangeVijay Venkatesh Kumar1-9/+1
Change-Id: I4e58ccebda28a4e38cdacb8105651f9cc20726e0 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1665 Issue-ID: DCAEGEN2-1559
2019-07-23Added command to give permissionsjegadeeshbabu11-1/+3
Fix for permission denied issue Issue-ID: DCAEGEN2-1559 Change-Id: Ibb6c1c8c52340e769014d0695d71a57908dcf0ea Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2019-06-25Added command to create non-root-userjegadeeshbabu11-0/+6
Command to run app as non-root-user Issue-ID: DCAEGEN2-1559 Change-Id: I0d89f8b2169b3c491e6e4b0c4bd79390410ae981 Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2018-05-14Increase robustness for TCALusheng Ji1-1/+3
Enhanced TCA robustness against unprovisioned topics. When the configuration tells TCA to subscribe to a non-existent MR topic, TCA will attempt but stop because subscribing to such topics resulted failure. The enhancements implemented here will test for sub topic, and if non-existent, make a publish to create the topic. Additional enhancements include: 1. restart TCA is the number of workers is below expected (3); 2. allow MR subscriber group and id be set via environment variables DMAAPSUBGROUP and DMAAPSUBID. 3. Minor version is bumped. Issue-ID: DCAEGEN2-502 Change-Id: I3414a96706a1b720184cd657324db4d11db12590 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-10Fix config format backwards compatibilityLusheng Ji1-2/+1
Issue-ID: DCAEGEN2-501 Change-Id: I8638518c7e72547d6fc4262f4e815dede9b9fb78 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-05Fix TCA imageLusheng Ji1-5/+4
Issue-ID: DCAEGEN2-206 Change-Id: I8fa5150bffc0e371ab09bd75f1df4e460bf85a72 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-28Change how to fetch TCA jarLusheng Ji1-2/+3
Issue-ID: DCAEGEN2-357 Change-Id: I0edaf2cbdea6b98ef438b03e8f400ca05090b052 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-22Add TCA-CDAP containerLusheng Ji1-0/+35
Issue-ID: DCAEGEN2-357 Change-Id: I52a4f1c684aee297d248b1e7df5802d9439930ec Signed-off-by: Lusheng Ji <lji@research.att.com>