Skip to content

Commit bbd7ba6

Browse files
committed
update packer
1 parent b01844d commit bbd7ba6

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

packer/base-images/aws/base-image.pkr.hcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
packer {
2+
required_plugins {
3+
amazon = {
4+
version = ">= 1.2.0"
5+
source = "github.com/hashicorp/amazon"
6+
}
7+
}
8+
}
9+
110
variable "buildtime" {
211
default = "{{isotime \"200601021504\"}}"
312
}

packer/jenkins-agents/gpu/gpu-jenkins-agent.pkr.hcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
packer {
2+
required_plugins {
3+
amazon = {
4+
version = ">= 1.2.0"
5+
source = "github.com/hashicorp/amazon"
6+
}
7+
}
8+
}
9+
110
variable "buildtime" {
211
default = "{{isotime \"200601021504\"}}"
312
}

packer/jenkins-agents/stock/stock-jenkins.pkr.hcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
packer {
2+
required_plugins {
3+
amazon = {
4+
version = ">= 1.2.0"
5+
source = "github.com/hashicorp/amazon"
6+
}
7+
}
8+
}
9+
110
variable "buildtime" {
211
default = "{{isotime \"200601021504\"}}"
312
}

0 commit comments

Comments
 (0)