...
This project contains the following layout:
infn-epics-ioc directory tree
| Anchor | ||||
|---|---|---|---|---|
|
| Code Block | ||||
|---|---|---|---|---|
| ||||
├── Dockerfile <-- 2 file where to add the new support ├── Dockerfile.all ├── Dockerfile.base ├── LICENSE ├── README.md ├── build ├── build-base ├── epics-support-template-infn <-- JNJA2 templates for not ibekizable supports ├── ibek-support <-- DLS base ibek-support ├── ibek-support-infn <-- 1 INFN specific ibek supports ADD NEW support HERE ├── ibek-templates <-- 3 JNJA2 templates to generalize, make sophisticated templates and allow parameters to be given |
...
8- Test your support with template
Once your have prepared your mynewsupportname.yaml.j2 place in a suitable directory inside
9- Commit, Tag to create a new image
...