aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Version should be 1.3.1 to release new dockersRob Daugherty1-1/+1
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)1-3/+3
2018-06-06Update release version.seshukm1-1/+1
2018-03-19correct the version of the SO releaseseshukm1-3/+3
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty1-2/+2
2017-12-01Bump minor versionJessica Wagantall1-13/+13
2017-11-16Update the version.propertiesseshukm1-1/+1
2017-03-13Update to version 1.1.0ChrisC1-1/+1
2017-03-06Prepare for Release 1.0.0ChrisC1-2/+2
2017-02-06Moving version to 0.9.0JulienBe1-2/+2
2017-01-31Initial OpenECOMP MSO commitChrisC1-0/+13
[arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list && \ apt-get update && \ apt-get --assume-yes install google-chrome-stable # Copy the robot code COPY / /var/opt/OpenECOMP_ETE/ COPY lighttpd.conf /etc/lighttpd/lighttpd.conf RUN chmod 777 /var/opt/OpenECOMP_ETE/setup.sh RUN chmod 777 /var/opt/OpenECOMP_ETE/runTags.sh RUN chmod 777 /var/opt/OpenECOMP_ETE/dnstraffic.sh # Update the ssh library so that it will run properly in the docker env RUN cd /var/opt/OpenECOMP_ETE && ./setup.sh RUN apt-get clean CMD ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]