File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed
public_dropin_environments
public_dropin_nim_environments/nim_sidecar Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
USER root
@@ -10,7 +10,7 @@ RUN apk add --no-cache openjdk-11
10
10
11
11
# This is a private production chain-guard image that is stored in DataRobot's private registry.
12
12
# 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
14
14
15
15
USER root
16
16
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
# This is a private production chain-guard image that is stored in DataRobot's private registry.
7
7
# 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
9
9
10
10
USER root
11
11
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
# This is a private production chain-guard image that is stored in DataRobot's private registry.
7
7
# 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
9
9
10
10
USER root
11
11
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG UNAME=notebooks
14
14
ARG UID=10101
15
15
ARG GID=10101
16
16
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
18
18
19
19
ARG UNAME
20
20
ARG UID
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
# This is a private production chain-guard image that is stored in DataRobot's private registry.
7
7
# 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
9
9
10
10
USER root
11
11
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
# This is a private production chain-guard image that is stored in DataRobot's private registry.
7
7
# 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
9
9
10
10
USER root
11
11
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
USER root
@@ -9,7 +9,7 @@ RUN apk add --no-cache openjdk-11
9
9
10
10
# This is a private production chain-guard image that is stored in DataRobot's private registry.
11
11
# 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
13
13
14
14
USER root
15
15
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
# This is a private production chain-guard image that is stored in DataRobot's private registry.
7
7
# 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
9
9
10
10
USER root
11
11
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
# This is a private production chain-guard image that is stored in DataRobot's private registry.
7
7
# 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
9
9
10
10
USER root
11
11
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
# This is a private production chain-guard image that is stored in DataRobot's private registry.
7
7
# 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
9
9
10
10
USER root
11
11
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
FROM ${BASE_ROOT_IMAGE} AS build
5
5
6
6
USER root
@@ -40,7 +40,7 @@ RUN Rscript -e "install.packages( \
40
40
41
41
# This is a private production chain-guard image that is stored in DataRobot's private registry.
42
42
# 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
44
44
45
45
USER root
46
46
Original file line number Diff line number Diff line change 1
1
# This is a private chain-guard development image that is stored in DataRobot's private registry.
2
2
# 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
4
4
ENV VIRTUAL_ENV=/opt/venv
5
5
6
6
USER root
@@ -13,7 +13,7 @@ RUN ${VIRTUAL_ENV}/bin/python -m pip install -r requirements.txt
13
13
14
14
# This is a private production chain-guard image that is stored in DataRobot's private registry.
15
15
# 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
17
17
ENV VIRTUAL_ENV=/opt/venv
18
18
19
19
USER root
You can’t perform that action at this time.
0 commit comments