diff --git a/open_ce/images/builder/ubi9/Dockerfile b/open_ce/images/builder/ubi9/Dockerfile index 9783b94..02a03bb 100644 --- a/open_ce/images/builder/ubi9/Dockerfile +++ b/open_ce/images/builder/ubi9/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi +FROM registry.access.redhat.com/ubi9/ubi:9.6 ENV CONDA_HOME=${CONDA_HOME:-/opt/conda} ENV PATH=$CONDA_HOME/bin:$PATH @@ -16,7 +16,7 @@ ARG LIMIT_BUILD_RESOURCES=0 ENV LIMIT_BUILD_RESOURCES=${LIMIT_BUILD_RESOURCES} RUN export ARCH="$(uname -m)" && \ - yum repolist && yum install -y rsync openssh-clients diffutils procps binutils git-lfs glibc-devel file psmisc libxcrypt-compat openssl-devel && \ + yum repolist && yum install -y rsync openssh-clients diffutils procps binutils git-lfs glibc-devel file psmisc libxcrypt-compat openssl-devel java-11-openjdk-devel && \ # Create CICD Group groupadd --non-unique --gid ${GROUP_ID} ${CICD_GROUP} && \ # Adduser Builder diff --git a/open_ce/images/builder/ubi9/Dockerfile-p10 b/open_ce/images/builder/ubi9/Dockerfile-p10 index b12adc0..52f0b68 100644 --- a/open_ce/images/builder/ubi9/Dockerfile-p10 +++ b/open_ce/images/builder/ubi9/Dockerfile-p10 @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi +FROM registry.access.redhat.com/ubi9/ubi:9.6 ENV CONDA_HOME=${CONDA_HOME:-/opt/conda} ENV PATH=$CONDA_HOME/bin:$PATH @@ -16,7 +16,7 @@ ARG LIMIT_BUILD_RESOURCES=0 ENV LIMIT_BUILD_RESOURCES=${LIMIT_BUILD_RESOURCES} RUN export ARCH="$(uname -m)" && \ - yum install -y yum-utils rsync openssh-clients diffutils procps git-lfs gcc-toolset-12 gcc-toolset-13 glibc-devel file libxcrypt-compat psmisc libX11-devel openssl openssl-libs openssl-devel && \ + yum install -y yum-utils rsync openssh-clients diffutils procps git-lfs gcc-toolset-12 gcc-toolset-13 glibc-devel file libxcrypt-compat psmisc libX11-devel openssl openssl-libs openssl-devel java-11-openjdk-devel && \ yum-config-manager --set-enabled codeready-builder-for-rhel-9-ppc64le-rpms && \ yum install -y libtirpc-devel && \ # Create CICD Group