study-docker-repro-longevity/artifacts/nickel/template.ncl

16 lines
417 B
Plaintext

{
artifact_url = "https://example.com/artifact.zip",
type = "zip",
doi = "...",
comment = "Template for artifact configuration.",
image_name = "image:version",
dockerfile_location = "path/to/docker/folder",
package_managers = [ "dpkg" ],
git_packages = [
{ name = "pkg1", location = "path/to/git/repo"}
],
misc_packages = [
{ name = "mpkg1", url = "http://example.com/package.zip" }
]
}