diff --git a/modules/jdk/tests/features/openjdk.feature b/modules/jdk/tests/features/openjdk.feature index 3fa28bc5..f58a3031 100644 --- a/modules/jdk/tests/features/openjdk.feature +++ b/modules/jdk/tests/features/openjdk.feature @@ -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 diff --git a/ubi9-openjdk-17.yaml b/ubi9-openjdk-17.yaml index 29ea0d5c..5de02287 100644 --- a/ubi9-openjdk-17.yaml +++ b/ubi9-openjdk-17.yaml @@ -64,3 +64,5 @@ help: packages: manager: microdnf + install: + - unzip diff --git a/ubi9-openjdk-21.yaml b/ubi9-openjdk-21.yaml index 35866169..d583d109 100644 --- a/ubi9-openjdk-21.yaml +++ b/ubi9-openjdk-21.yaml @@ -65,3 +65,5 @@ help: packages: manager: microdnf + install: + - unzip diff --git a/ubi9-openjdk-25.yaml b/ubi9-openjdk-25.yaml index 8d1c9a86..6a09f086 100644 --- a/ubi9-openjdk-25.yaml +++ b/ubi9-openjdk-25.yaml @@ -65,3 +65,5 @@ help: packages: manager: microdnf + install: + - unzip