Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modules/jdk/tests/features/openjdk.feature
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,12 @@ Feature: Miscellaneous OpenJDK-related unit tests
| arg | value |
| command | rpm -V tzdata |
Then available container log should not contain missing

@ubi9/openjdk-17
@ubi9/openjdk-21
@ubi9/openjdk-25
Scenario: Ensure unzip is installed (OPENJDK-4533)
When container is started with args
| arg | value |
| command | rpm -V unzip |
Then available container log should not contain missing
2 changes: 2 additions & 0 deletions ubi9-openjdk-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ help:

packages:
manager: microdnf
install:
- unzip
2 changes: 2 additions & 0 deletions ubi9-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ help:

packages:
manager: microdnf
install:
- unzip
2 changes: 2 additions & 0 deletions ubi9-openjdk-25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ help:

packages:
manager: microdnf
install:
- unzip
Loading