Skip to content
Merged
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
13 changes: 0 additions & 13 deletions codeserver/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# rpm-base #
####################
Expand All @@ -18,11 +15,6 @@ WORKDIR /root

ENV HOME=/root

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.12

ARG NODE_VERSION=22.18.0
Expand Down Expand Up @@ -78,11 +70,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
2 changes: 1 addition & 1 deletion codeserver/ubi9-python-3.12/build-args/cpu.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cpu-py312-c9s:latest
8 changes: 0 additions & 8 deletions jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand Down Expand Up @@ -47,11 +44,6 @@ WORKDIR /opt/app-root/bin
USER root
ARG TARGETARCH

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.12/build-args/cpu.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cpu-py312-c9s:latest
5 changes: 0 additions & 5 deletions jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
8 changes: 0 additions & 8 deletions jupyter/minimal/ubi9-python-3.12/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# cuda-base #
####################
Expand All @@ -18,11 +15,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
8 changes: 0 additions & 8 deletions jupyter/minimal/ubi9-python-3.12/Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# rocm-base #
####################
Expand All @@ -16,11 +13,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
4 changes: 2 additions & 2 deletions jupyter/minimal/ubi9-python-3.12/build-args/cpu.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Base Image : UBI 9 with Python 3.12
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
# Base Image : c9s with Python 3.12
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cpu-py312-c9s:latest
2 changes: 1 addition & 1 deletion jupyter/minimal/ubi9-python-3.12/build-args/cuda.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-c9s:v12.8
2 changes: 1 addition & 1 deletion jupyter/minimal/ubi9-python-3.12/build-args/rocm.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:v6.3
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-c9s:v6.3
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -34,11 +31,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-c9s:v12.8
8 changes: 0 additions & 8 deletions jupyter/pytorch/ubi9-python-3.12/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -34,11 +31,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.12/build-args/cuda.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-c9s:v12.8
8 changes: 0 additions & 8 deletions jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -32,11 +29,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
2 changes: 1 addition & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.12/build-args/rocm.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:v6.3
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-c9s:v6.3
8 changes: 0 additions & 8 deletions jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -32,11 +29,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:v6.3
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-c9s:v6.3
8 changes: 0 additions & 8 deletions jupyter/tensorflow/ubi9-python-3.12/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -34,11 +31,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
2 changes: 1 addition & 1 deletion jupyter/tensorflow/ubi9-python-3.12/build-args/cuda.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-c9s:v12.8
8 changes: 0 additions & 8 deletions jupyter/trustyai/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand Down Expand Up @@ -57,11 +54,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER root

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
2 changes: 1 addition & 1 deletion jupyter/trustyai/ubi9-python-3.12/build-args/cpu.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cpu-py312-c9s:latest
9 changes: 0 additions & 9 deletions rstudio/rhel9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# cpu-base #
####################
Expand All @@ -18,12 +15,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER root

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo
COPY --from=ubi-repos /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
9 changes: 0 additions & 9 deletions rstudio/rhel9-python-3.12/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# cuda-base #
####################
Expand All @@ -18,12 +15,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER root

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo
COPY --from=ubi-repos /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
8 changes: 0 additions & 8 deletions runtimes/datascience/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# cpu-base #
####################
Expand All @@ -18,11 +15,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

ARG TARGETARCH

### BEGIN upgrade first to avoid fixable vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion runtimes/datascience/ubi9-python-3.12/build-args/cpu.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cpu-py312-c9s:latest
8 changes: 0 additions & 8 deletions runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# cpu-base #
####################
Expand All @@ -16,11 +13,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
2 changes: 1 addition & 1 deletion runtimes/minimal/ubi9-python-3.12/build-args/cpu.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cpu-py312-c9s:latest
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

# External image alias for UBI repository configuration
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos

####################
# cuda-base #
####################
Expand All @@ -18,11 +15,6 @@ WORKDIR /opt/app-root/bin
# OS Packages needs to be installed as root
USER 0

# Inject the official UBI 9 repository configuration into the AIPCC base image.
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo

### BEGIN upgrade first to avoid fixable vulnerabilities
# If we have a Red Hat subscription prepared, refresh it
RUN /bin/bash <<'EOF'
Expand Down
Loading
Loading