From 93923f71f8ed6415d4583748b882a8928cb1b736 Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Wed, 13 Sep 2023 12:54:53 -0700 Subject: [PATCH] fix: RHEL 8.8 distribution_version (#907) --- 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'