Skip to content

Commit f116608

Browse files
committed
use RockyLinux 8.6.20220702.0 as base image
1 parent 3f7b2e1 commit f116608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {timestamp = formatdate("YYMMDD-hhmm", timestamp())}
66

77
variable "source_image_name" {
88
type = string
9-
default = "Rocky-8-GenericCloud-8.5-20211114.2.x86_64"
9+
default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
1010
}
1111

1212
variable "ssh_bastion_host" {

0 commit comments

Comments
 (0)