Skip to content

Commit 3bc456f

Browse files
authored
[RAPTOR-14394] Bump env_info versions (#1612)
This should fix about 50 CVEs by rebuilding on the latest chainguard base.
1 parent aae4247 commit 3bc456f

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

public_dropin_environments/java_codegen/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
55
"programmingLanguage": "java",
66
"label": "",
7-
"environmentVersionId": "686694a0a5c1c80f94b996c0",
7+
"environmentVersionId": "6890c005003d7564bd002d27",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/java_codegen",
1515
"imageRepository": "env-java-codegen",
1616
"tags": [
17-
"v11.1-686694a0a5c1c80f94b996c0",
18-
"686694a0a5c1c80f94b996c0",
17+
"v11.1-6890c005003d7564bd002d27",
18+
"6890c005003d7564bd002d27",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/python311/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create Python based custom models. User is responsible to provide requirements.txt with the model, to install all the required dependencies.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "686694aaa5c1c80fbc951585",
7+
"environmentVersionId": "6890c0050041c8742a002755",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311",
1515
"imageRepository": "env-python",
1616
"tags": [
17-
"v11.1-686694aaa5c1c80fbc951585",
18-
"686694aaa5c1c80fbc951585",
17+
"v11.1-6890c0050041c8742a002755",
18+
"6890c0050041c8742a002755",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create GenAI-powered agents using CrewAI, LangGraph, or Llama-Index. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file. You can also use this environment in codespaces.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68804ba27c9da91262303cd7",
7+
"environmentVersionId": "6890c0050071ec646f00124b",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -15,8 +15,8 @@
1515
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311_genai_agents",
1616
"imageRepository": "env-python-genai-agents",
1717
"tags": [
18-
"v11.1-68804ba27c9da91262303cd7",
19-
"68804ba27c9da91262303cd7",
18+
"v11.1-6890c0050071ec646f00124b",
19+
"6890c0050071ec646f00124b",
2020
"v11.1-latest"
2121
]
2222
}

public_dropin_environments/python3_keras/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "686694e4a5c1c8107fad201c",
7+
"environmentVersionId": "6890c005004f7b79c7006c23",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_keras",
1515
"imageRepository": "env-python-keras",
1616
"tags": [
17-
"v11.1-686694e4a5c1c8107fad201c",
18-
"686694e4a5c1c8107fad201c",
17+
"v11.1-6890c005004f7b79c7006c23",
18+
"6890c005004f7b79c7006c23",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/python3_onnx/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only ONNX custom models. This environment contains ONNX runtime and only requires your model artifact as an .onnx file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "686694f2a5c1c810a5fe111b",
7+
"environmentVersionId": "6890c00500644578ad000387",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_onnx",
1515
"imageRepository": "env-python-onnx",
1616
"tags": [
17-
"v11.1-686694f2a5c1c810a5fe111b",
18-
"686694f2a5c1c810a5fe111b",
17+
"v11.1-6890c00500644578ad000387",
18+
"6890c00500644578ad000387",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/python3_pmml/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only PMML custom models. This environment contains PyPMML and only requires your model artifact as a .pmml file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "686694fba5c1c810c1033b44",
7+
"environmentVersionId": "6890c005003ede60bb004932",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_pmml",
1515
"imageRepository": "env-python-pmml",
1616
"tags": [
17-
"v11.1-686694fba5c1c810c1033b44",
18-
"686694fba5c1c810c1033b44",
17+
"v11.1-6890c005003ede60bb004932",
18+
"6890c005003ede60bb004932",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/python3_pytorch/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only PyTorch custom models. This environment contains PyTorch and requires only your model artifact as a .pth file, any other code needed to deserialize your model, and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68669504a5c1c810deabcb26",
7+
"environmentVersionId": "6890c0050035434368007c08",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_pytorch",
1515
"imageRepository": "env-python-pytorch",
1616
"tags": [
17-
"v11.1-68669504a5c1c810deabcb26",
18-
"68669504a5c1c810deabcb26",
17+
"v11.1-6890c0050035434368007c08",
18+
"6890c0050035434368007c08",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/python3_sklearn/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only scikit-learn custom models. This environment contains scikit-learn and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68669533a5c1c811586af7ab",
7+
"environmentVersionId": "6890c00500013936b6007db0",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_sklearn",
1515
"imageRepository": "env-python-sklearn",
1616
"tags": [
17-
"v11.1-68669533a5c1c811586af7ab",
18-
"68669533a5c1c811586af7ab",
17+
"v11.1-6890c00500013936b6007db0",
18+
"6890c00500013936b6007db0",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/python3_xgboost/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only xgboost custom models. This environment contains xgboost and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "6866953ba5c1c8117451cf9b",
7+
"environmentVersionId": "6890c0050067b573320005a4",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_xgboost",
1515
"imageRepository": "env-python-xgboost",
1616
"tags": [
17-
"v11.1-6866953ba5c1c8117451cf9b",
18-
"6866953ba5c1c8117451cf9b",
17+
"v11.1-6890c0050067b573320005a4",
18+
"6890c0050067b573320005a4",
1919
"v11.1-latest"
2020
]
2121
}

public_dropin_environments/r_lang/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only R custom models that use the caret library. Your custom model archive need only contain your model artifacts if you use the environment correctly.",
55
"programmingLanguage": "r",
66
"label": "",
7-
"environmentVersionId": "68669547a5c1c811923e593c",
7+
"environmentVersionId": "6890c005005c537501002643",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/r_lang",
1515
"imageRepository": "env-r-lang",
1616
"tags": [
17-
"v11.1-68669547a5c1c811923e593c",
18-
"68669547a5c1c811923e593c",
17+
"v11.1-6890c005005c537501002643",
18+
"6890c005005c537501002643",
1919
"v11.1-latest"
2020
]
2121
}

0 commit comments

Comments
 (0)