From 9e66dd4500db3b6a62eb3f5ed6f7f33c68b9339e Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Wed, 13 Sep 2023 12:25:16 -0700 Subject: [PATCH] fix: RHEL 8.8 distribution_version --- images/ova/rhel-88.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ova/rhel-88.yaml b/images/ova/rhel-88.yaml index 0b4e831d3..1795960dd 100644 --- a/images/ova/rhel-88.yaml +++ b/images/ova/rhel-88.yaml @@ -18,7 +18,7 @@ packer: guest_os_type: "rhel8-64" # goss params distribution: "RHEL" - distribution_version: "8.6" + distribution_version: "8.8" # Use following overrides to select the authentication method that can be used with base template # ssh_username: "" # can be exported as environment variable 'SSH_USERNAME' # ssh_password: "" # can be exported as environment variable 'SSH_PASSWORD'