python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use VPC with packer to generate AMI in AWS codebuild project?
I'm trying to create an AMI by packer in a AWS codebuild project.
This AMI will be used to launch template
and the launch template will be used to ASG.
and when the ASG get an instance by this laun...
Noah Gray
Votes: 0
Answers: 1
How to pass Jenkins variables to Packer?
In Jenkins it is set like:
environment {
VARIABLE_1 = credentials('variable-1')
}
In packer how am I meant to do this, I've had a brief idea how to do it but it never seems to pick up the value:
pr...
JrD3vOps
Votes: 0
Answers: 0
Building a ConsoleMe image using Packer
I am trying to build a ConsoleMe image using Packer and I am getting the following error message: Error: Failed to prepare build: "amazon-ebs" 1 error(s) occurred: * Destination must be sp...
siphesihle
Votes: 0
Answers: 0
packer running on docker, amazon/google builders not working
My packer configuration is pretty basic.
source "amazon-ebs" "autogenerated_1" {
ami_name = "bharat-1"...
bkms2018
Votes: 0
Answers: 0