Skip to content

Commit

Permalink
fix: change LVMS base image to fix openssl conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Suleyman Akbas <sakbas@redhat.com>
  • Loading branch information
suleymanakbas91 committed May 3, 2024
1 parent 9ccdb83 commit d650460
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ base_images:
name: "4.16"
namespace: ocp
tag: must-gather
ocp_4.16_base-rhel9:
name: "4.16"
namespace: ocp
tag: base-rhel9
ubi_minimal:
name: ubi-minimal
namespace: ocp
Expand Down Expand Up @@ -46,7 +50,10 @@ images:
- root:current
to: lvms-pre-commit
- dockerfile_path: Dockerfile
from: ubi_minimal
inputs:
ocp_4.16_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.16:base-rhel9
to: lvm-operator
- context_dir: must-gather/
dockerfile_path: Dockerfile
Expand Down

0 comments on commit d650460

Please sign in to comment.