diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -6,18 +6,14 @@ published (H)CALDP pipeline environment. ``` $ ./build [TAG] [Pipeline_snapshot_URL] ``` - +Where: +* `TAG` is the image tag to be appended to astroconda/buildsys-pipeline: +* `Pipeline_snapshot_URL` is the URL where a published (H)CALDP delivery snapshot YAML file may be found. i.e. + ``` $ ./build CALDP-20200421 https://ssb.stsci.edu/astroconda-releases/caldp/20200421/latest-linux.yml - ``` - for the 20200421 final delivery iteration. -Where: -* `TAG` is the image tag to be appended to astroconda/buildsys-pipeline: -* `Pipeline_snapshot_URL` is the URL where a published (H)CALDP delivery snapshot YAML file may be found. - In-progress and finalized pipeline delivery snapshot definitions may be found here https://github.com/astroconda/astroconda-releases/tree/master/caldp - |