Skip to content

Commit 6df790b

Browse files
committed
fix missing image name for cuda build
1 parent 6589cb4 commit 6df790b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packer/openstack.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ build {
211211
# CUDA fat image:
212212
source "source.openstack.openhpc" {
213213
name = "openhpc-cuda"
214+
image_name = "${source.name}-${var.os_version}-${local.timestamp}-${substr(local.git_commit, 0, 8)}"
214215
}
215216

216217
# Extended site-specific image, built on fat image:

0 commit comments

Comments
 (0)