Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
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
|
|
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
|
|
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>
|
|
changed to 2.4-alpine:httpd
Change-Id: Ia0335b530bc1a0c08594b3b8800dfb65aac3630b
Issue-ID: APPC-1339
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
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
|
|
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
|
|
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
|