diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-06-10 16:46:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 16:46:24 -0400 |
commit | 469afc13ce469fb51ccaa6beedcfcb78a9c4faa4 (patch) | |
tree | aaad8a2df56f6ff2b3b4bf28bf04d0239263215d | |
parent | eb82b114e2e5224770d1af0fd56a45e3fa2466fe (diff) | |
download | docker-buildsys-pipeline-469afc13ce469fb51ccaa6beedcfcb78a9c4faa4.tar.gz |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,11 +9,11 @@ $ ./build [TAG] [Pipeline_snapshot_URL] i.e. ``` -$ ./build atodsat_RC1 https://ssb.stsci.edu/astroconda-releases/caldp/atodsat/latest-linux.yml +$ ./build CALDP-atodsat-rc1 https://ssb.stsci.edu/astroconda-releases/caldp/20200421/latest-linux.yml ``` -For the RC1 delivery iteration of the not-yet-finalized 'atodsat' calibration environment delivery set. +for the 20200421 final delivery iteration. Where: * `TAG` is the image tag to be appended to astroconda/buildsys-pipeline: |