...
Helloworld is simpler than sliapi (a zip file is available) because code used in installations prior to Casablanca has been removed, e.g.,
- installer/src/assembly/assemble-installer_zip.xml
- installer/src/main/resources/scripts/install.sh
the features directory has been simplified and renamed to feature. As we saw in Creating an Instance of SDNR, features/sdnr-helloworld/pom.xml creates a features.xml file and installer/pom.xml zips up the maven repository. We can then modify ccsdk/distribution/odlsli/src/maindocker/Dockerfile to include helloworld in the boot features, as shown here.
...