|
1 |
| -assign: |
2 |
| - CULT_REGISTRY: quay.io/stimela2 |
3 |
| - CULT_VERSION: 0.0.2 |
| 1 | +metadata: |
| 2 | + # name of python package |
| 3 | + PACKAGE: cult-cargo |
| 4 | + # its repository |
| 5 | + GITHUB_REPOSITORY: caracal-pipeline/cult-cargo |
| 6 | + # registry to use. Use module::filename.yml::variable format to pull from a config file inside a python module |
| 7 | + REGISTRY: cultcargo.genesis::cult-cargo-base.yml::vars.cult-cargo.images.registry |
| 8 | + # image bundle ersion. Use module::filename.yml::variable format to pull from a config file inside a python module |
| 9 | + BUNDLE_VERSION: cultcargo.genesis::cult-cargo-base.yml::vars.cult-cargo.images.version |
| 10 | + # prefix to be removed from image version when comparing to python package version |
| 11 | + BUNDLE_VERSION_PREFIX: cc |
| 12 | + # path to images. Use module::filename to refer to content of module |
| 13 | + BASE_IMAGE_PATH: cultcargo::images |
4 | 14 |
|
| 15 | +assign: |
5 | 16 | # standard variables used in templated Docker files
|
6 | 17 | pre_install: ''
|
7 | 18 | post_install: ''
|
8 | 19 | extra_deps: ''
|
| 20 | + |
| 21 | + # base image for generic Python-based packages |
| 22 | + base_python_image: python-astro:3.9 |
| 23 | + # corresponding python binary |
| 24 | + python: python3.9 |
9 | 25 |
|
10 | 26 | images:
|
11 | 27 | base-cult:
|
12 | 28 | versions:
|
13 |
| - base: |
14 |
| - version: '{CULT_VERSION}' |
| 29 | + base: {} |
15 | 30 |
|
16 | 31 | wsclean:
|
17 | 32 | versions:
|
@@ -39,7 +54,6 @@ images:
|
39 | 54 |
|
40 | 55 | python-astro:
|
41 | 56 | versions:
|
42 |
| - '3.10': {} |
43 | 57 | '3.9': {}
|
44 | 58 | '3.8': {}
|
45 | 59 |
|
@@ -83,12 +97,10 @@ images:
|
83 | 97 | versions:
|
84 | 98 | # '0.3.0':
|
85 | 99 | # package: crystalball==0.3.0
|
86 |
| - # latest: |
87 |
| - # package: crystalball |
| 100 | +# latest: |
| 101 | +# package: crystalball # doesn't work? |
88 | 102 | master:
|
89 | 103 | package: git+https://github.com/caracal-pipeline/crystalball
|
90 |
| - issue-51: |
91 |
| - package: git+https://github.com/caracal-pipeline/crystalball@issue-51 |
92 | 104 |
|
93 | 105 | tricolour:
|
94 | 106 | # assign:
|
@@ -122,15 +134,21 @@ images:
|
122 | 134 |
|
123 | 135 | quartical:
|
124 | 136 | versions:
|
125 |
| - base: |
126 |
| - package: git+https://github.com/ratt-ru/QuartiCal@v0.2.1-dev |
127 |
| - # experimental: |
128 |
| - # package: git+https://github.com/ratt-ru/QuartiCal@v0.2.1-experimental-dask-ms |
| 137 | + '0.2.2': |
| 138 | + package: quartical==0.2.2 |
| 139 | + latest: |
| 140 | + package: quartical |
| 141 | + master: |
| 142 | + package: git+https://github.com/ratt-ru/QuartiCal |
129 | 143 |
|
130 | 144 | cubical:
|
131 | 145 | versions:
|
132 |
| - base: |
133 |
| - package: git+https://github.com/ratt-ru/CubiCal@noxcal |
| 146 | + '1.6.4': |
| 147 | + package: cubical==1.6.4 |
| 148 | + latest: |
| 149 | + package: cubical |
| 150 | + master: |
| 151 | + package: git+https://github.com/ratt-ru/CubiCal |
134 | 152 |
|
135 | 153 | pfb-clean:
|
136 | 154 | versions:
|
@@ -161,3 +179,8 @@ images:
|
161 | 179 | package: aimfast==1.3.4
|
162 | 180 | base:
|
163 | 181 | package: git+https://github.com/Athanaseus/aimfast.git
|
| 182 | + |
| 183 | + rfinder: |
| 184 | + versions: |
| 185 | + master: |
| 186 | + package: git+https://github.com/caracal-pipeline/RFInder.git |
0 commit comments