-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathimages.json
More file actions
43 lines (43 loc) · 1.53 KB
/
images.json
File metadata and controls
43 lines (43 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"support_usns": true,
"receipts_show_limit": 16,
"platforms": ["linux/amd64", "linux/arm64"],
"os_name": "ubuntu",
"os_codename": "noble",
"repo_type": "image",
"images": [
{
"name": "noble-tiny",
"config_dir": "stacks/noble-tiny-stack",
"output_dir": "builds/noble-tiny-stack",
"build_image": "build",
"run_image": "run",
"stack_type": "tiny",
"pattern_image_registry_name": "os_name-os_codename-build_image_run_image-stack_type",
"pattern_assets_prefix": "os_name-os_codename-build_image_run_image-stack_type-version-arch"
},
{
"name": "noble-static",
"config_dir": "stacks/noble-static-stack",
"output_dir": "builds/noble-static-stack",
"build_image": "build",
"run_image": "run",
"build_receipt_filename": "build-receipt.cyclonedx.json",
"run_receipt_filename": "run-receipt.cyclonedx.json",
"stack_type": "static",
"pattern_image_registry_name": "os_name-os_codename-build_image_run_image-stack_type",
"pattern_assets_prefix": "os_name-os_codename-build_image_run_image-stack_type-version-arch"
},
{
"name": "noble-base",
"config_dir": "stacks/noble-base-stack",
"output_dir": "builds/noble-base-stack",
"build_image": "build",
"run_image": "run",
"create_build_image": true,
"stack_type": "base",
"pattern_image_registry_name": "os_name-os_codename-build_image_run_image",
"pattern_assets_prefix": "os_name-os_codename-build_image_run_image-version-arch"
}
]
}