mirror of https://github.com/hashicorp/packer
parent
d3988669ea
commit
7a5fc2525a
@ -0,0 +1,12 @@
|
||||
source "docker" "test" {
|
||||
image = "debian:bookworm"
|
||||
discard = true
|
||||
}
|
||||
|
||||
build {
|
||||
sources = ["docker.test"]
|
||||
|
||||
provisioner "shell" {
|
||||
inline = []
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue