Skip to content

Commit

Permalink
RHEL-67389: module to workaround bug
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Nov 20, 2024
1 parent 33d323d commit 0de0b51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/util/RHEL-67389/execute.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -euo pipefail

rm -rf /var/lib/rhsm
7 changes: 7 additions & 0 deletions modules/util/RHEL-67389/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
schema_version: 1
name: jboss.container.util.RHEL-67389
version: '1.0'
description: Workaround RHEL-67389

execute:
- script: execute.sh
1 change: 1 addition & 0 deletions ubi10-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ modules:
repositories:
- path: modules
install:
- name: jboss.container.util.RHEL-67389
- name: jboss.container.util.pkg-update
- name: jboss.container.openjdk.jdk
version: "21"
Expand Down

0 comments on commit 0de0b51

Please sign in to comment.