Skip to content

Commit 6634135

Browse files
committed
RHAIENG-2111: chore(build): remove the unsafe activation key to be safe
This reverts RHAIENG-2111: chore(trustyai): activate subscription for devel env, part of fixing podman build in rhds: error: command 'g++' failed: No such file or directory (#1732)
1 parent efbaa6e commit 6634135

File tree

43 files changed

+0
-180
lines changed

Some content is hidden

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

43 files changed

+0
-180
lines changed

codeserver/ubi9-python-3.12/Dockerfile.cpu

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

8282
### BEGIN upgrade first to avoid fixable vulnerabilities
8383
RUN /bin/bash <<'EOF'
84-
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
85-
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
86-
subscription-manager register --org 18631088 --activationkey thisisunsafe
87-
8884
# If we have a Red Hat subscription prepared, refresh it
8985
set -Eeuxo pipefail
9086
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ COPY ${CODESERVER_SOURCE_CODE}/get_code_server_rpm.sh .
2525

2626
### BEGIN Subscribe with subscription manager
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-
3228
# If we have a Red Hat subscription prepared, refresh it
3329
set -Eeuxo pipefail
3430
if command -v subscription-manager &> /dev/null; then
@@ -91,10 +87,6 @@ USER 0
9187

9288
### BEGIN upgrade first to avoid fixable vulnerabilities
9389
RUN /bin/bash <<'EOF'
94-
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
95-
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
96-
subscription-manager register --org 18631088 --activationkey thisisunsafe
97-
9890
# If we have a Red Hat subscription prepared, refresh it
9991
set -Eeuxo pipefail
10092
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ 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-
5349
# If we have a Red Hat subscription prepared, refresh it
5450
set -Eeuxo pipefail
5551
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ 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-
5349
# If we have a Red Hat subscription prepared, refresh it
5450
set -Eeuxo pipefail
5551
if command -v subscription-manager &> /dev/null; then

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ 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-
4541
# If we have a Red Hat subscription prepared, refresh it
4642
set -Eeuxo pipefail
4743
if command -v subscription-manager &> /dev/null; then

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

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

1818
### BEGIN upgrade first to avoid fixable vulnerabilities
1919
RUN /bin/bash <<'EOF'
20-
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
21-
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
22-
subscription-manager register --org 18631088 --activationkey thisisunsafe
23-
2420
# If we have a Red Hat subscription prepared, refresh it
2521
set -Eeuxo pipefail
2622
if command -v subscription-manager &> /dev/null; then

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

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

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

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

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

1818
### BEGIN upgrade first to avoid fixable vulnerabilities
1919
RUN /bin/bash <<'EOF'
20-
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
21-
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
22-
subscription-manager register --org 18631088 --activationkey thisisunsafe
23-
2420
# If we have a Red Hat subscription prepared, refresh it
2521
set -Eeuxo pipefail
2622
if command -v subscription-manager &> /dev/null; then

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

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

1616
### BEGIN upgrade first to avoid fixable vulnerabilities
1717
RUN /bin/bash <<'EOF'
18-
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
19-
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
20-
subscription-manager register --org 18631088 --activationkey thisisunsafe
21-
2218
# If we have a Red Hat subscription prepared, refresh it
2319
set -Eeuxo pipefail
2420
if command -v subscription-manager &> /dev/null; then

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

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

1616
### BEGIN upgrade first to avoid fixable vulnerabilities
1717
RUN /bin/bash <<'EOF'
18-
# The devops activationkey is not powerful enough, use rhoai-ide-konflux key
19-
# https://redhat-internal.slack.com/archives/C07SBP17R7Z/p1764077596143619?thread_ts=1761667034.429529&cid=C07SBP17R7Z
20-
subscription-manager register --org 18631088 --activationkey thisisunsafe
21-
2218
# If we have a Red Hat subscription prepared, refresh it
2319
set -Eeuxo pipefail
2420
if command -v subscription-manager &> /dev/null; then

0 commit comments

Comments
 (0)