From ef476f3166e2d35dc0539e8a6eb65f0d48b5993a Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Tue, 16 Jul 2024 13:45:58 +0300 Subject: [PATCH] cipy content_sets_rhel9.repo for rhel image Signed-off-by: Valeriy Svydenko --- .../che-plugin-registry/build/dockerfiles/rhel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/che-plugin-registry/build/dockerfiles/rhel.Dockerfile b/dependencies/che-plugin-registry/build/dockerfiles/rhel.Dockerfile index ac19e4389c..2b4c06ab9c 100644 --- a/dependencies/che-plugin-registry/build/dockerfiles/rhel.Dockerfile +++ b/dependencies/che-plugin-registry/build/dockerfiles/rhel.Dockerfile @@ -37,7 +37,7 @@ ENV BOOTSTRAP=${BOOTSTRAP} # built in Brew, use tarball in lookaside cache; built locally with BOOTSTRAP = true, comment this out to create the tarball # COPY root-local.tgz /tmp/root-local.tgz -COPY ./build/dockerfiles/content_set*.repo /etc/yum.repos.d/ +COPY ./build/dockerfiles/content_sets_rhel9.repo /etc/yum.repos.d/ COPY ./build/dockerfiles/rhel.install.sh /tmp RUN /tmp/rhel.install.sh && rm -f /tmp/rhel.install.sh