Skip to content

Instantly share code, notes, and snippets.

@boblechat
boblechat / agent.pkr.hcl
Last active August 3, 2021 22:19
Packer base image
source "docker" "alm" {
image = "alm/base:20.04"
pull = false # cause we previously built it
commit = true
}
build {
name = "agent"
source "sources.docker.alm" {
changes = []