Skip to content

Commit

Permalink
update manifest for large tag
Browse files Browse the repository at this point in the history
Signed-off-by: Anastassios Nanos <[email protected]>
  • Loading branch information
ananos committed Sep 5, 2024
1 parent 9a8628d commit 6c95bac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dockerImages_build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
[
{
"image_filename": "Dockerfile.base-2204",
"tags": "lite",
"tags": "lite,large",
"architecture": ["x86_64", "aarch64","armv7l"],
"build_level": 0
},
{
"image_filename": "Dockerfile.gcc-lite-2204",
"base_filename" : "Dockerfile.base-2204",
"tags": "lite",
"tags": "lite,large",
"architecture": ["x86_64", "aarch64","armv7l"],
"build_level": 1
},
{
"image_filename": "Dockerfile.rust",
"base_filename" : "Dockerfile.gcc-lite-2204",
"tags": "lite",
"tags": "lite,large",
"architecture": ["x86_64", "aarch64","armv7l"],
"build_level": 1
},
Expand All @@ -31,25 +31,25 @@
{
"image_filename": "Dockerfile.torch",
"base_filename" : "Dockerfile.gcc-lite-2204",
"tags": "lite",
"tags": "lite,large",
"architecture": ["x86_64", "aarch64"],
"build_level": 1
},
{
"image_filename": "Dockerfile.opencv",
"base_filename" : "Dockerfile.gcc-lite-2204",
"tags": "lite",
"tags": "lite,large",
"architecture": ["x86_64", "aarch64"],
"build_level": 1
},
{
"image_filename": "Dockerfile.tensorflow",
"base_filename" : "Dockerfile.gcc-lite-2204",
"tags": "lite",
"tags": "lite,large",
"architecture": ["x86_64", "aarch64"],
"build_level": 1
}

],
"output_manifest_tag": "final"
"output_manifest_tag": "generic"
}

0 comments on commit 6c95bac

Please sign in to comment.