create packer build file

This commit is contained in:
Eric S. Londres 2022-08-17 19:57:16 -04:00
parent 787e36f790
commit bb2e50fa74
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 11 additions and 0 deletions

11
meta/build.pkr.hcl Normal file
View File

@ -0,0 +1,11 @@
# builds a container running egalaxyd
# make sure you have the "podman" packer plugin installed, ie: `packer plugins install github.com/Polpetta/podman`
source "podman" "egalaxyd" {
image = "elixir:1.13.4-otp-25-alpine"
commit = true
}
build {
sources = ["source.podman.egalaxyd"]
}