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 069e118 commit 683cdffCopy full SHA for 683cdff
jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu
@@ -40,6 +40,13 @@ EOF
40
# cpu-base #
41
####################
42
FROM ${BASE_IMAGE} AS cpu-base
43
+USER 0
44
+RUN /bin/bash <<'EOF'
45
+set -Eeuxo pipefail
46
+if command -v subscription-manager &> /dev/null; then
47
+ subscription-manager identity &>/dev/null && subscription-manager refresh || echo "Not registered, skipping refresh."
48
+fi
49
+EOF
50
51
WORKDIR /opt/app-root/bin
52
0 commit comments