summaryrefslogtreecommitdiffstats
path: root/dgbuilder-docker
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21Adjust CSIT for unified review verificationLasse Kaihlavirta1-5/+1
- enable use of locally built images (without nexus repo prefix) in docker-compose.yaml - use local docker images in CSIT by default - remove forced docker image push of odlsli-alpine and dgbuilder - remove unique docker tag usage - this change requires https://gerrit.onap.org/r/c/ci-management/+/116920 to be merged to work correctly Issue-ID: INT-1823 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ibc391ef4fc9412665a26486af6fcc8c26096cc64
2020-12-181) Adding docker.skip.push tag so that it can be used to skip docker push ↵Singal, Kapil (ks220y)1-204/+195
during verify job 2) Upgrading docker-maven-plugin to 0.34.0 and replacing dockerFileDir to contextDir 3) Refactoring execution section of docker-maven-plugin 4) Refactoring POM Names 5) Running mvn tidy:pom Issue-ID: CCSDK-3057 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I19b9e231e5288e1372a9b3ac89d263bbb2209186
2020-12-16Separate snapshot tag var names from originalLasse Kaihlavirta1-4/+4
- original tag variables in pom.xmls are being used also outside of the poms (namely, in Dockerfiles) and the new tag usage is not taken in use in all images yet, so the tag names are now differentiated to support old usage where necessary - add STAGING-latest tag in TagSnapshotVersion groovy script as a quick fix for odlsli-alpine dependencies for now - minor typo corrections Issue-ID: CCSDK-3019 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib6b5e275ea305f5871f124da78a6e94b126c0266
2020-12-10Merge "Move CSIT to ccsdk/distribution repo"Dan Timoney1-1/+3
2020-12-09Move CSIT to ccsdk/distribution repoLasse Kaihlavirta1-1/+3
- move CCSDK healthcheck CSIT under distribution repository - add run-project-csit.sh that takes common CSIT scripts from integration/csit on runtime and then executes all the plans under distribution/csit/plans - use version.properties and UNIQUE_DOCKER_TAG to identify the docker image versions to run for testing if the latter is given, otherwise just choose "latest" (to enable easy local testing) - introduce new groovy script for tagging SNAPSHOT images only based on version.properties and UNIQUE_DOCKER_TAG - apply UNIQUE_DOCKER_TAG in dgbuilder and odlsli-alpine docker image versioning - add script for tagging snapshot images identified with UNIQUE_DOCKER_TAG with STAGING - use docker-compose for teardown instead of common kill scripts Issue-ID: CCSDK-3017 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I37dcf682bf1ab77016a76adc89f5658bb0b71b19
2020-12-07Roll to next snapshotDan Timoney1-2/+2
Roll to next snapshot version Change-Id: I423a52bc457f0809086279c17830fd371c197a2a Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-14Roll to initial Honolulu snapshotDan Timoney1-2/+2
Roll to initial Honolulu snapshot version Change-Id: I3a293d15680045917e817fe2e19b42f7d2c72819 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-07Fix build problem with dgbuilder-dockerhighstreetherbert1-1/+1
comment script in dockerfile Issue-ID: CCSDK-2737 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ia72435af46d9871b34437c2aa6b451bde907128a Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2020-09-01Update to use ONAP standard base imagesDan Timoney1-9/+10
Updated all containers to use one of the 2 approved ONAP base images: - onap/integration-java11 - onap/integration-python Change-Id: I961e9af38d790f74528a726a0fc68d1a2e5fbfb9 Issue-ID: CCSDK-2418 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-24Moving to next snapshotSingal, Kapil (ks220y)1-2/+2
Issue-ID: CCSDK-2691 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I2ca4948c618bb7a496099ae00b7b93ac9f075c03
2020-05-08Upgrade nodejs version in dgbuilder installDan Timoney1-1/+8
Updated by Sheshi (sc2914@att.com) to upgrade nodejs version as part of docker build. Change-Id: Ia8d04466774350fda588e91e9e8f9e4b2e42b003 Issue-ID: CCSDK-2353 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Roll master to GuilinDan Timoney1-2/+2
Roll master to new versions for early Guilin developent Change-Id: I7cadbf176e87b8fe4a62f54d5d6d8f99921a449c Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-31Roll to next snapahot versionDan Timoney1-2/+2
Roll to next snapshot Change-Id: I4bd3b6181414d7aa51205309a3d4dbf2430b163d Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-09-12Roll version for Frankfurt releaseTimoney, Dan (dt5972)1-2/+2
Roll version in master branch for Frankfurt development Change-Id: I3537832e061b368ec79082ad5c55e8a4f34554e7 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-03Roll versionsTimoney, Dan (dt5972)1-2/+2
Roll versions in master branch Change-Id: I7271b4a1b466f18f0854e39e0613848072c25b07 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Updates for ODL NeonTimoney, Dan (dt5972)1-2/+2
Update to build ODLSLI based on OpenDaylight Neon. Change-Id: I85cbdf38d385f3a4ef15e8fe7939af788c350de1 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Roll to next snapshotTimoney, Dan (dt5972)1-2/+2
Roll to next snapshot version Change-Id: I05e831bbf2524289a252a0b143cda3b5c4152ec3 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-07Roll version to recreate artifactsTimoney, Dan (dt5972)1-2/+2
Roll version to 0.5.1-SNAPSHOT to recreate El Alto early drop artifacts Change-Id: Ibfbad4c9dcf3f2158c709e12d16b315b9a3693de Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-17Fix dgbuilder image runtime dependenciesPetr Ospalý1-1/+1
Move npm install into docker build phase, where it should be. Due to the nature of the upstream project (node-RED) there can be still some runtime dependencies - it depends on the use-case. Issue-ID: CCSDK-1117 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com> Change-Id: I2abda871b880d8323de186dba04f2d1d92ab7622
2019-05-01Update version for El AltoTimoney, Dan (dt5972)1-2/+2
Update version in master branch to El Alto versioning Change-Id: I0f4dbcf10aa572da3406ee500921a4f5c24beb55 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-03Revert dgbuilder OS changeTimoney, Dan (dt5972)1-1/+1
Reverted dgbuilder to ubuntu - start up script fails in alpine due to missing packages. Change-Id: I02a9d82d0c3dfc6b021951d2b1765cbdf720378d Issue-ID: INT-1005 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-01Make images arm-64 compatibleSimon Hrabos2-3/+3
Modify versions of docker maven plugin, so the images can be build on arm64 Change-Id: Ibc66feb2405359a564e87ff772ecebf2c05c7345 Issue-ID: INT-1005 Signed-off-by: Simon Hrabos <simon.hrabos@tieto.com>
2019-03-24Create Fluorine SR2 based containersTimoney, Dan (dt5972)1-2/+2
Create docker containers based on OpenDaylight Fluorine SR2 Change-Id: I0d0d7eeec54da77105fe8626987c8aa3049d4495 Issue-ID: CCSDK-1056 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-15Prepare for release 0.4.1Timoney, Dan (dt5972)1-3/+1
Prepare to create release version 0.4.1 by using released version of parent pom Change-Id: I9a11c7723bd617f1a6c6c85e4aa420536a260539 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-21Run CCSDK dockers as non-rootTimoney, Dan (dt5972)1-1/+6
Update CCSDK docker images to run as non-root user by default Change-Id: Ia07c433a0e6f041d6684f24b765f4c1733b51162 Issue-ID: CCSDK-1099 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-12Fix docker tagsTimoney, Dan (dt5972)2-112/+99
Updated docker tags to conform to ONAP standards Change-Id: If461ee7ea99a1966e66a03a3a970d0acef835320 Issue-ID: CCSDK-1059 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-11Changes for FluorineTimoney, Dan (dt5972)1-2/+2
Update docker container for ODL Fluorine Change-Id: Ia595d5afb30b2ad53de547e3b5f89fd480a76a28 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-23Roll to initial Dublin snapshotTimoney, Dan (dt5972)1-2/+2
Roll version to initial Dublin snapshot Change-Id: If2e121ea6a05e532db7e055de9f86adec11ef378 Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-04Roll to next snapshot versionTimoney, Dan (dt5972)1-2/+2
Roll ccsdk/distribution to next snapshot version. Change-Id: Ic5ba30c3abb0049dc125488f19e7622d2dce1ee1 Issue-ID: CCSDK-597 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-06-06Roll versions for Casablanca - distributionTimoney, Dan (dt5972)1-2/+2
Roll version to 0.3.0-SNAPSHOT for Casablanca development Change-Id: Ic047838bbd17545c04682c36fab05d0d03228c31 Issue-ID: CCSDK-295 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-30Roll version to 0.2.4Timoney, Dan (dt5972)1-2/+2
Roll version to 0.2.4-SNAPSHOT and version 1.0.4-SNAPSHOT of parent Change-Id: I97522780e1ad6770ef8961c2b2395db5f5ff5d60 Issue-ID: CCSDK-291 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-23Roll to the next Snapshot versionStilwell, David (stilwelld)1-2/+2
Change to version 0.2.3-SNAPSHOT and parent 1.0.3-SNAPSHOT Change-Id: I2903b3691873027c9d0de6189b5b2dcff57482ee Issue-ID: CCSDK-290 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
2018-04-29Roll versions step 6 : distribution pomsTimoney, Dan (dt5972)1-2/+2
Roll version for next release candidate Change-Id: Ia054f3c88a3df8014083f58e1c1a08a9fb948a61 Issue-ID: CCSDK-257 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-14changed the references of sdnc to ccsdkChinthakayala,Sheshashailavas(sc2914)2-7/+7
changed the paths in the pom.xml and Dockerfile from /opt/onap/sdnc to /opt/onap/ccsdk Change-Id: Idad1e6f365caf19b4d5fc19447007871b8a9af50 Issue-ID: CCSDK-211 Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
2018-02-27Create nitrogen dockersDan Timoney1-14/+13
Updated dockers to install Nitrogen artifacts. Change-Id: I9710346f064fa5fff0d92b5d6de32cc84d9e1b3d Issue-ID: CCSDK-179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-17Bump minor versionJessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. (prat 2) Issue-ID: CIMAN-120 Change-Id: I221ed1573f8407a22ecd15a8c10aba2c6ca800ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-31Rename dgbuilder dockerfile names to CCSDKChinthakayala, Sheshashailavas (sc2914)1-2/+2
Update docker file to reflect the fact that it has moved to ccsdk project Issue-ID: CCSDK-72 Change-Id: I5131b3a2a409c58aaf17d178302b72eef1d507ed Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>
2017-08-28[CCSDK-29]changes for dgbuilder docker imageChinthakayala, Sheshashailavas (sc2914)5-0/+278
changes related to creating docker container for dgbuilder Change-Id: Ida8710be20c6737c46f7f01bc36e0fe11dd250bb Issue-ID:{CCSDK-29} Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>