Skip to content
Merged
Changes from 6 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
5 changes: 2 additions & 3 deletions images/stackrox-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

Expand All @@ -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 && \
Expand All @@ -34,7 +34,6 @@ RUN dnf update -y && \
redhat-rpm-config \
rpm-build \
strace \
ctags \
git \
perl-Fedora-VSP \
perl-generators \
Expand Down
Loading