Skip to content

Commit d987cb5

Browse files
klichukbyakov-g
authored andcommitted
Move chainguard base to datarobot org
1 parent 39742b0 commit d987cb5

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

public_dropin_environments/java_codegen/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

66
USER root
@@ -10,7 +10,7 @@ RUN apk add --no-cache openjdk-11
1010

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

1515
USER root
1616

public_dropin_environments/python311/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

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

1010
USER root
1111

public_dropin_environments/python311_genai/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

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

1010
USER root
1111

public_dropin_environments/python311_genai_agents/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG UNAME=notebooks
1414
ARG UID=10101
1515
ARG GID=10101
1616

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

1919
ARG UNAME
2020
ARG UID

public_dropin_environments/python3_keras/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

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

1010
USER root
1111

public_dropin_environments/python3_onnx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

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

1010
USER root
1111

public_dropin_environments/python3_pmml/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

66
USER root
@@ -9,7 +9,7 @@ RUN apk add --no-cache openjdk-11
99

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

1414
USER root
1515

public_dropin_environments/python3_pytorch/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

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

1010
USER root
1111

public_dropin_environments/python3_sklearn/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

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

1010
USER root
1111

public_dropin_environments/python3_xgboost/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

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

1010
USER root
1111

public_dropin_environments/r_lang/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
ARG BASE_ROOT_IMAGE=datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev
3+
ARG BASE_ROOT_IMAGE=datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev
44
FROM ${BASE_ROOT_IMAGE} AS build
55

66
USER root
@@ -40,7 +40,7 @@ RUN Rscript -e "install.packages( \
4040

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

4545
USER root
4646

public_dropin_nim_environments/nim_sidecar/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a private chain-guard development image that is stored in DataRobot's private registry.
22
# Replace it with your own development chain-gaurd image if you build your own.
3-
FROM datarobotdev/mirror_chainguard_datarobot.com_python-fips:3.11-dev as build
3+
FROM datarobot/mirror_chainguard_datarobot.com_python-fips:3.11-dev as build
44
ENV VIRTUAL_ENV=/opt/venv
55

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

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

1919
USER root

0 commit comments

Comments
 (0)