Skip to content

Commit 686f16c

Browse files
committed
fixup, undo the unsafe command removal because it still does not work right on konflux
it does work right on gha btw https://github.com/red-hat-data-services/notebooks/actions/runs/20239754756/job/58104257583 Maybe we need to use internal Red Hat Enterprise Linux AI (3.0) for RHEL 9 s3 335 kB/s | 246 kB 00:00 otherwise how to get the 3.2 repo, right?
1 parent 312c102 commit 686f16c

File tree

42 files changed

+176
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+176
-0
lines changed

codeserver/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ USER 0
103103

104104
### BEGIN upgrade first to avoid fixable vulnerabilities
105105
RUN /bin/bash <<'EOF'
106+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
107+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
108+
subscription-manager register --org 18631088 --activationkey thisisunsafe
109+
106110
# If we have a Red Hat subscription prepared, refresh it
107111
set -Eeuxo pipefail
108112
if command -v subscription-manager &> /dev/null; then

codeserver/ubi9-python-3.12/Dockerfile.konflux.cpu

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ COPY ${CODESERVER_SOURCE_CODE}/s390x.patch /tmp/
2626

2727
### BEGIN Subscribe with subscription manager
2828
RUN /bin/bash <<'EOF'
29+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
30+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
31+
subscription-manager register --org 18631088 --activationkey thisisunsafe
32+
2933
# If we have a Red Hat subscription prepared, refresh it
3034
set -Eeuxo pipefail
3135
if command -v subscription-manager &> /dev/null; then
@@ -99,6 +103,10 @@ USER 0
99103

100104
### BEGIN upgrade first to avoid fixable vulnerabilities
101105
RUN /bin/bash <<'EOF'
106+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
107+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
108+
subscription-manager register --org 18631088 --activationkey thisisunsafe
109+
102110
# If we have a Red Hat subscription prepared, refresh it
103111
set -Eeuxo pipefail
104112
if command -v subscription-manager &> /dev/null; then

jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ ARG TARGETARCH
4646

4747
### BEGIN upgrade first to avoid fixable vulnerabilities
4848
RUN /bin/bash <<'EOF'
49+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
50+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
51+
subscription-manager register --org 18631088 --activationkey thisisunsafe
52+
4953
# If we have a Red Hat subscription prepared, refresh it
5054
set -Eeuxo pipefail
5155
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ ARG TARGETARCH
4646

4747
### BEGIN upgrade first to avoid fixable vulnerabilities
4848
RUN /bin/bash <<'EOF'
49+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
50+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
51+
subscription-manager register --org 18631088 --activationkey thisisunsafe
52+
4953
# If we have a Red Hat subscription prepared, refresh it
5054
set -Eeuxo pipefail
5155
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ USER 0
3939

4040
### BEGIN upgrade first to avoid fixable vulnerabilities
4141
RUN /bin/bash <<'EOF'
42+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
43+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
44+
subscription-manager register --org 18631088 --activationkey thisisunsafe
45+
4246
# If we have a Red Hat subscription prepared, refresh it
4347
set -Eeuxo pipefail
4448
if command -v subscription-manager &> /dev/null; then

jupyter/minimal/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ USER 0
2525

2626
### BEGIN upgrade first to avoid fixable vulnerabilities
2727
RUN /bin/bash <<'EOF'
28+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
29+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
30+
subscription-manager register --org 18631088 --activationkey thisisunsafe
31+
2832
# If we have a Red Hat subscription prepared, refresh it
2933
set -Eeuxo pipefail
3034
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ USER 0
3838

3939
### BEGIN upgrade first to avoid fixable vulnerabilities
4040
RUN /bin/bash <<'EOF'
41+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
42+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
43+
subscription-manager register --org 18631088 --activationkey thisisunsafe
44+
4145
# If we have a Red Hat subscription prepared, refresh it
4246
set -Eeuxo pipefail
4347
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ USER 0
2525

2626
### BEGIN upgrade first to avoid fixable vulnerabilities
2727
RUN /bin/bash <<'EOF'
28+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
29+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
30+
subscription-manager register --org 18631088 --activationkey thisisunsafe
31+
2832
# If we have a Red Hat subscription prepared, refresh it
2933
set -Eeuxo pipefail
3034
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ USER 0
2323

2424
### BEGIN upgrade first to avoid fixable vulnerabilities
2525
RUN /bin/bash <<'EOF'
26+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
27+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
28+
subscription-manager register --org 18631088 --activationkey thisisunsafe
29+
2630
# If we have a Red Hat subscription prepared, refresh it
2731
set -Eeuxo pipefail
2832
if command -v subscription-manager &> /dev/null; then

jupyter/minimal/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ USER 0
2323

2424
### BEGIN upgrade first to avoid fixable vulnerabilities
2525
RUN /bin/bash <<'EOF'
26+
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
27+
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
28+
subscription-manager register --org 18631088 --activationkey thisisunsafe
29+
2630
# If we have a Red Hat subscription prepared, refresh it
2731
set -Eeuxo pipefail
2832
if command -v subscription-manager &> /dev/null; then

0 commit comments

Comments
 (0)