From dd6931030decb71301e070cbe89f320d9d583ebb Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Mon, 20 Jan 2025 13:23:44 +0100 Subject: [PATCH 1/3] Upgrade ubi to 9 This allows to run python scripts that require latest glibc (e.g. codecov action) --- images/stackrox-build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/stackrox-build.Dockerfile b/images/stackrox-build.Dockerfile index 477493e5..675de422 100644 --- a/images/stackrox-build.Dockerfile +++ b/images/stackrox-build.Dockerfile @@ -1,6 +1,6 @@ # Provides the tooling required to run StackRox dockerized build targets. -FROM registry.access.redhat.com/ubi8:latest +FROM registry.access.redhat.com/ubi9:latest SHELL ["/bin/bash", "-o", "pipefail", "-c"] From 6ac84d8786bfc6715cb90a65ebc08078b8a5914e Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Mon, 20 Jan 2025 13:28:21 +0100 Subject: [PATCH 2/3] Update stackrox-build.Dockerfile --- images/stackrox-build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/stackrox-build.Dockerfile b/images/stackrox-build.Dockerfile index 675de422..af77d1df 100644 --- a/images/stackrox-build.Dockerfile +++ b/images/stackrox-build.Dockerfile @@ -11,7 +11,7 @@ RUN dnf update -y && \ dnf-plugins-core \ wget \ && \ - dnf config-manager --set-enabled ubi-8-codeready-builder-rpms && \ + dnf config-manager --set-enabled ubi-9-codeready-builder-rpms && \ dnf update -y && \ wget --quiet -O - https://rpm.nodesource.com/setup_lts.x | bash - && \ wget --quiet -O - https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo && \ From 197bcc25d6d7b3f993e2d7159b0d1578110f2c60 Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Mon, 20 Jan 2025 13:50:09 +0100 Subject: [PATCH 3/3] remove ctags Signed-off-by: Tomasz Janiszewski --- images/stackrox-build.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/stackrox-build.Dockerfile b/images/stackrox-build.Dockerfile index af77d1df..5c155939 100644 --- a/images/stackrox-build.Dockerfile +++ b/images/stackrox-build.Dockerfile @@ -34,7 +34,6 @@ RUN dnf update -y && \ redhat-rpm-config \ rpm-build \ strace \ - ctags \ git \ perl-Fedora-VSP \ perl-generators \