aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-06-10 16:50:47 -0400
committerGitHub <noreply@github.com>2020-06-10 16:50:47 -0400
commit77eb8818b4567cf9ed2a472011b774315e240774 (patch)
tree9199442cc69ce1d4877f7722a41622001bf833d3 /README.md
parentafd3134bf4f8bfdeeaced8194eb3bd16860c093d (diff)
downloaddocker-buildsys-pipeline-77eb8818b4567cf9ed2a472011b774315e240774.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4f8e559..892ad14 100644
--- a/README.md
+++ b/README.md
@@ -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
-