Skip to content

Commit 36861e6

Browse files
committed
docs
1 parent 2806413 commit 36861e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

submission-snapshot/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,11 @@ List of supported environement variables:
114114

115115
### Build the pipeline as a container image
116116

117-
This repo uses [Buildpacks](https://buildpacks.io/) to package the workflows/pipelines as container images.
117+
This workflow is built and published as a Docker image: [research-portal-workflows/submission-snapshot](https://github.com/Pan-Canadian-Genome-Library/research-portal-workflows/pkgs/container/research-portal-workflows%2Fsubmission-snapshot).
118118

119-
In conjunction with [Paketo](https://paketo.io/), Buildpacks this allows us to quickly build rootless container images
120-
without needing to maintain a Dockerfile.
119+
Every commit triggers a build, with the short SHA as the image label.
121120

122-
```bash
123-
pack build submission-snapshot-pl --builder paketobuildpacks/builder-jammy-base
124-
```
121+
Container images can be used in Kubernetes or Docker alike.
125122

126123
### Running as a Kubernetes Job
127124

@@ -218,4 +215,7 @@ spec:
218215
219216
### Ingest snapshots into Bento with Bento-ETL
220217
221-
TODO: Document how to do this. Need to implement S3 source first.
218+
TODO: Document how to do this.
219+
220+
~~Need to implement S3 source first.~~
221+
Bento-ETL S3 source has been implemented, ready to integrate.

0 commit comments

Comments
 (0)