Skip to content

Commit b7711a2

Browse files
Merge pull request #123 from chauhankaranraj/update-image-tags
Use specific versions instead of latest for image tags
2 parents 7132a18 + c0666de commit b7711a2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM quay.io/thoth-station/s2i-elyra-custom-notebook:latest
1+
FROM quay.io/thoth-station/s2i-elyra-custom-notebook:v0.4.3
22
LABEL "name"="aicoe-osc-demo" \
3-
"io.openshift.s2i.build.image"="quay.io/thoth-station/s2i-elyra-custom-notebook:latest" \
3+
"io.openshift.s2i.build.image"="quay.io/thoth-station/s2i-elyra-custom-notebook:v0.4.3" \
44
"io.openshift.s2i.scripts-url"="image:///opt/app-root/builder"
55

66
ENV JUPYTER_ENABLE_LAB="1" \

notebooks/demo2/inference.pipeline

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"op": "execute-notebook-node",
1515
"app_data": {
1616
"filename": "pdf_text_extraction.ipynb",
17-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
17+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
1818
"env_vars": [
1919
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
2020
"S3_BUCKET=ocp-odh-os-demo-s3",
@@ -71,7 +71,7 @@
7171
"op": "execute-notebook-node",
7272
"app_data": {
7373
"filename": "infer_relevance.ipynb",
74-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
74+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
7575
"env_vars": [
7676
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
7777
"S3_BUCKET=ocp-odh-os-demo-s3",
@@ -137,7 +137,7 @@
137137
"op": "execute-notebook-node",
138138
"app_data": {
139139
"filename": "infer_kpi.ipynb",
140-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
140+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
141141
"env_vars": [
142142
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
143143
"S3_BUCKET=ocp-odh-os-demo-s3",
@@ -204,7 +204,7 @@
204204
"op": "execute-notebook-node",
205205
"app_data": {
206206
"filename": "create_results_table.ipynb",
207-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
207+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
208208
"env_vars": [
209209
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
210210
"S3_BUCKET=ocp-odh-os-demo-s3",

notebooks/demo2/preprocessing.pipeline

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"op": "execute-notebook-node",
1515
"app_data": {
1616
"filename": "pdf_table_extraction.ipynb",
17-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
17+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
1818
"env_vars": [
1919
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
2020
"S3_BUCKET=ocp-odh-os-demo-s3",
@@ -72,7 +72,7 @@
7272
"op": "execute-notebook-node",
7373
"app_data": {
7474
"filename": "pdf_table_curation.ipynb",
75-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
75+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
7676
"env_vars": [
7777
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
7878
"S3_BUCKET=ocp-odh-os-demo-s3",
@@ -136,7 +136,7 @@
136136
"op": "execute-notebook-node",
137137
"app_data": {
138138
"filename": "pdf_text_extraction.ipynb",
139-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
139+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
140140
"env_vars": [
141141
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
142142
"S3_BUCKET=ocp-odh-os-demo-s3",
@@ -193,7 +193,7 @@
193193
"op": "execute-notebook-node",
194194
"app_data": {
195195
"filename": "pdf_text_curation.ipynb",
196-
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
196+
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
197197
"env_vars": [
198198
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
199199
"S3_BUCKET=ocp-odh-os-demo-s3",

0 commit comments

Comments
 (0)