From 68d14a9286aa1aa25335b0e37a569231d7af92ab Mon Sep 17 00:00:00 2001 From: ptr727 Date: Mon, 28 Oct 2024 02:30:56 +0000 Subject: [PATCH] Update Version.json and Matrix.json --- Make/Matrix.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++ Make/Version.json | 8 +++++++ 2 files changed, 64 insertions(+) diff --git a/Make/Matrix.json b/Make/Matrix.json index a78b916..bf5e450 100644 --- a/Make/Matrix.json +++ b/Make/Matrix.json @@ -47,6 +47,20 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip" ] }, + { + "Name": "NxMeta", + "Branch": "main", + "CacheScope": "default", + "Tags": [ + "docker.io/ptr727/nxmeta:6.1.0.39707", + "docker.io/ptr727/nxmeta:beta" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip", + "DOWNLOAD_VERSION=6.1.0.39707", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip" + ] + }, { "Name": "NxMeta-LSIO", "Branch": "main", @@ -62,6 +76,20 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip" ] }, + { + "Name": "NxMeta-LSIO", + "Branch": "main", + "CacheScope": "lsio", + "Tags": [ + "docker.io/ptr727/nxmeta-lsio:6.1.0.39707", + "docker.io/ptr727/nxmeta-lsio:beta" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip", + "DOWNLOAD_VERSION=6.1.0.39707", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip" + ] + }, { "Name": "NxWitness", "Branch": "main", @@ -336,6 +364,20 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip" ] }, + { + "Name": "NxMeta", + "Branch": "develop", + "CacheScope": "default", + "Tags": [ + "docker.io/ptr727/nxmeta:develop-6.1.0.39707", + "docker.io/ptr727/nxmeta:develop-beta" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip", + "DOWNLOAD_VERSION=6.1.0.39707", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip" + ] + }, { "Name": "NxMeta-LSIO", "Branch": "develop", @@ -352,6 +394,20 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip" ] }, + { + "Name": "NxMeta-LSIO", + "Branch": "develop", + "CacheScope": "lsio", + "Tags": [ + "docker.io/ptr727/nxmeta-lsio:develop-6.1.0.39707", + "docker.io/ptr727/nxmeta-lsio:develop-beta" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip", + "DOWNLOAD_VERSION=6.1.0.39707", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip" + ] + }, { "Name": "NxWitness", "Branch": "develop", diff --git a/Make/Version.json b/Make/Version.json index 1c55976..116460f 100644 --- a/Make/Version.json +++ b/Make/Version.json @@ -27,6 +27,14 @@ "Stable", "Latest" ] + }, + { + "Version": "6.1.0.39707", + "UriX64": "https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip", + "UriArm64": "https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip", + "Labels": [ + "Beta" + ] } ] },