Skip to content

Commit

Permalink
Merge pull request #123 from chauhankaranraj/update-image-tags
Browse files Browse the repository at this point in the history
Use specific versions instead of latest for image tags
  • Loading branch information
MichaelClifford authored Dec 10, 2021
2 parents 7132a18 + c0666de commit b7711a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/thoth-station/s2i-elyra-custom-notebook:latest
FROM quay.io/thoth-station/s2i-elyra-custom-notebook:v0.4.3
LABEL "name"="aicoe-osc-demo" \
"io.openshift.s2i.build.image"="quay.io/thoth-station/s2i-elyra-custom-notebook:latest" \
"io.openshift.s2i.build.image"="quay.io/thoth-station/s2i-elyra-custom-notebook:v0.4.3" \
"io.openshift.s2i.scripts-url"="image:///opt/app-root/builder"

ENV JUPYTER_ENABLE_LAB="1" \
Expand Down
8 changes: 4 additions & 4 deletions notebooks/demo2/inference.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "pdf_text_extraction.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down Expand Up @@ -71,7 +71,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "infer_relevance.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down Expand Up @@ -137,7 +137,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "infer_kpi.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down Expand Up @@ -204,7 +204,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "create_results_table.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down
8 changes: 4 additions & 4 deletions notebooks/demo2/preprocessing.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "pdf_table_extraction.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down Expand Up @@ -72,7 +72,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "pdf_table_curation.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down Expand Up @@ -136,7 +136,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "pdf_text_extraction.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down Expand Up @@ -193,7 +193,7 @@
"op": "execute-notebook-node",
"app_data": {
"filename": "pdf_text_curation.ipynb",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:latest",
"runtime_image": "quay.io/os-climate/aicoe-osc-demo:v0.12.0",
"env_vars": [
"S3_ENDPOINT=https://s3.us-east-1.amazonaws.com",
"S3_BUCKET=ocp-odh-os-demo-s3",
Expand Down

0 comments on commit b7711a2

Please sign in to comment.