From c6dffa59e28252dc8cdaf0cf8c6975351bbb8616 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 13 Sep 2022 16:49:09 +0200 Subject: [PATCH] removed id from image tag --- focal-fossa-jdk8-devel/packer.json | 2 +- focal-fossa-py3-devel/packer.json | 2 +- focal-fossa/packer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/focal-fossa-jdk8-devel/packer.json b/focal-fossa-jdk8-devel/packer.json index 8187f16..ce89669 100644 --- a/focal-fossa-jdk8-devel/packer.json +++ b/focal-fossa-jdk8-devel/packer.json @@ -4,7 +4,7 @@ "type": "lxd", "name": "{{ user `name`}}", "image": "ubuntu:20.04", - "output_image": "{{ user `name` }}:{{user `id`}}", + "output_image": "{{ user `name` }}", "publish_properties": { "description": "{{ user `description`}}" } diff --git a/focal-fossa-py3-devel/packer.json b/focal-fossa-py3-devel/packer.json index ec6db19..daf0cfb 100644 --- a/focal-fossa-py3-devel/packer.json +++ b/focal-fossa-py3-devel/packer.json @@ -4,7 +4,7 @@ "type": "lxd", "name": "{{ user `name`}}", "image": "ubuntu:20.04", - "output_image": "{{ user `name` }}:{{user `id`}}", + "output_image": "{{ user `name` }}", "publish_properties": { "description": "{{ user `description`}}" } diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 3648faf..f4d6564 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -4,7 +4,7 @@ "type": "lxd", "name": "{{ user `name`}}", "image": "ubuntu:20.04", - "output_image": "{{ user `name` }}:{{user `id`}}", + "output_image": "{{ user `name` }}", "publish_properties": { "description": "{{ user `description`}}" }