Skip to content

Commit 139e765

Browse files
committed
RHAIENG-XXX: add subscription-manager refresh to Dockerfile, comment out unused repo enabling in install_pdf_deps.sh
1 parent 8a933b8 commit 139e765

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ RUN dnf -y upgrade --refresh --nobest --skip-broken --nodocs --noplugins --setop
4747
&& dnf clean all -y
4848
# upgrade first to avoid fixable vulnerabilities end
4949

50+
RUN subscription-manager refresh
51+
5052
# Install useful OS packages
5153
RUN dnf install -y perl mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
5254

jupyter/utils/install_pdf_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euxo pipefail
77
# https://konflux.pages.redhat.com/docs/users/building/activation-keys-subscription.html#automatic-registration
88
#subscription-manager refresh
99

10-
subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
10+
#subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
1111

1212
dnf install -y \
1313
pandoc \

0 commit comments

Comments
 (0)