You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ccp.runtimes.docker/julia/packer.json

18 lines
354 B
JSON

{
"builders": [
{
"type": "docker",
"name": "{{ user `name`}}",
"image": "julia",
"commit" : true
}
],
"provisioners": [],
"post-processors": [
{
"type": "shell-local",
"inline": ["docker tag {{ user `image`}}:latest {{ user `image`}}:{{ user `runtime`}}"]
}
]
}