Skip to content

Move chainguard base to datarobot org #1444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public_dropin_environments/java_codegen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

USER root
Expand All @@ -10,7 +10,7 @@ RUN apk add --no-cache openjdk-11

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/java_codegen/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Java Drop-In (DR Codegen, H2O)",
"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.",
"programmingLanguage": "java",
"environmentVersionId": "68271d84cbce0247227de598",
"label": "",
"environmentVersionId": "682f53ede0e8dd1181a28fbc",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-java-codegen"
"imageRepository": "env-java-codegen",
"tags": [
"v11.1.0-682f53ede0e8dd1181a28fbc",
"682f53ede0e8dd1181a28fbc",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python311/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python311/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 Drop-In",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de59b",
"label": "",
"environmentVersionId": "682f53f7e0e8dd11a8bbcf69",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python"
"imageRepository": "env-python",
"tags": [
"v11.1.0-682f53f7e0e8dd11a8bbcf69",
"682f53f7e0e8dd11a8bbcf69",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python311_genai/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python311_genai/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 GenAI",
"description": "This template environment can be used to create GenAI-powered custom models and includes common dependencies for workflows using OpenAI, Langchain, vector DBs, or transformers in PyTorch. 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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de5a0",
"label": "",
"environmentVersionId": "682f53ffe0e8dd11c486ab52",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-genai"
"imageRepository": "env-python-genai",
"tags": [
"v11.1.0-682f53ffe0e8dd11c486ab52",
"682f53ffe0e8dd11c486ab52",
"v11.1.0-latest"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG UNAME=notebooks
ARG UID=10101
ARG GID=10101

FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev AS base
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev AS base

ARG UNAME
ARG UID
Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python311_genai_agents/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
"name": "[DataRobot] Python 3.11 GenAI Agents",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "682c93429604e979f80dc8f6",
"label": "",
"environmentVersionId": "682f5456e0e8dd120a64910c",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"notebook",
"customModel"
],
"imageRepository": "env-python-genai-agents"
"imageRepository": "env-python-genai-agents",
"tags": [
"v11.1.0-682f5456e0e8dd120a64910c",
"682f5456e0e8dd120a64910c",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python3_keras/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python3_keras/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 Keras Drop-In",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de59e",
"label": "",
"environmentVersionId": "682f547ee0e8dd126e528e9e",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-keras"
"imageRepository": "env-python-keras",
"tags": [
"v11.1.0-682f547ee0e8dd126e528e9e",
"682f547ee0e8dd126e528e9e",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python3_onnx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python3_onnx/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 ONNX Drop-In",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de596",
"label": "",
"environmentVersionId": "682f548ce0e8dd1290ef5841",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-onnx"
"imageRepository": "env-python-onnx",
"tags": [
"v11.1.0-682f548ce0e8dd1290ef5841",
"682f548ce0e8dd1290ef5841",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python3_pmml/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

USER root
Expand All @@ -9,7 +9,7 @@ RUN apk add --no-cache openjdk-11

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python3_pmml/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 PMML Drop-In",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de59d",
"label": "",
"environmentVersionId": "682f5495e0e8dd12ad7bfefd",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-pmml"
"imageRepository": "env-python-pmml",
"tags": [
"v11.1.0-682f5495e0e8dd12ad7bfefd",
"682f5495e0e8dd12ad7bfefd",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python3_pytorch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python3_pytorch/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 PyTorch Drop-In",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de59c",
"label": "",
"environmentVersionId": "682f549de0e8dd12c91c9710",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-pytorch"
"imageRepository": "env-python-pytorch",
"tags": [
"v11.1.0-682f549de0e8dd12c91c9710",
"682f549de0e8dd12c91c9710",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python3_sklearn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python3_sklearn/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 Scikit-Learn Drop-In",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de59f",
"label": "",
"environmentVersionId": "682f54aae0e8dd12e29b0f4b",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-sklearn"
"imageRepository": "env-python-sklearn",
"tags": [
"v11.1.0-682f54aae0e8dd12e29b0f4b",
"682f54aae0e8dd12e29b0f4b",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python3_xgboost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/python3_xgboost/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] Python 3.11 XGBoost Drop-In",
"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.",
"programmingLanguage": "python",
"environmentVersionId": "68271d84cbce0247227de597",
"label": "",
"environmentVersionId": "682f54b2e0e8dd12fb30bb04",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-xgboost"
"imageRepository": "env-python-xgboost",
"tags": [
"v11.1.0-682f54b2e0e8dd12fb30bb04",
"682f54b2e0e8dd12fb30bb04",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/r_lang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
FROM ${BASE_ROOT_IMAGE} AS build

USER root
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN Rscript -e "install.packages( \

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11

USER root

Expand Down
11 changes: 9 additions & 2 deletions public_dropin_environments/r_lang/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"name": "[DataRobot] R 4.4.3 Drop-In",
"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.",
"programmingLanguage": "r",
"environmentVersionId": "68271d84cbce0247227de59a",
"label": "",
"environmentVersionId": "682f54bfe0e8dd1317ab26f3",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-r-lang"
"imageRepository": "env-r-lang",
"tags": [
"v11.1.0-682f54bfe0e8dd1317ab26f3",
"682f54bfe0e8dd1317ab26f3",
"v11.1.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_nim_environments/nim_sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a private chain-guard development image that is stored in DataRobot's private registry.
# Replace it with your own development chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev as build
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev as build
ENV VIRTUAL_ENV=/opt/venv

USER root
Expand All @@ -13,7 +13,7 @@ RUN ${VIRTUAL_ENV}/bin/python -m pip install -r requirements.txt

# This is a private production chain-guard image that is stored in DataRobot's private registry.
# Replace it with your own production chain-gaurd image if you build your own.
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11
ENV VIRTUAL_ENV=/opt/venv

USER root
Expand Down
Loading