We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf4654 commit 9eece22Copy full SHA for 9eece22
jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu
@@ -49,6 +49,8 @@ ARG TARGETARCH
49
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
50
COPY --from=ubi-repos /etc/yum.repos.d/ubi.repo /etc/yum.repos.d/ubi.repo
51
52
+RUN subscription-manager refresh
53
+
54
# upgrade first to avoid fixable vulnerabilities begin
55
# Problem: The operation would result in removing the following protected packages: systemd
56
# (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
0 commit comments