2024-07-11 16:05:08 +02:00
|
|
|
{
|
2024-07-16 16:47:17 +02:00
|
|
|
artifact_url = "https://example.com/artifact.zip",
|
2024-07-11 16:05:08 +02:00
|
|
|
type = "zip",
|
|
|
|
doi = "...",
|
|
|
|
image_name = "image:version",
|
2024-07-16 16:47:17 +02:00
|
|
|
dockerfile_location = "path/to/docker/folder",
|
2024-07-11 16:05:08 +02:00
|
|
|
package_managers = [ "dpkg" ],
|
|
|
|
git_packages = [
|
|
|
|
{ name = "pkg1", location = "path/to/git/repo"}
|
|
|
|
],
|
|
|
|
misc_packages = [
|
|
|
|
{ name = "mpkg1", url = "https://", type = "zip" }
|
|
|
|
],
|
|
|
|
}
|