From e675e12b69f447453862524e66f915bbb1127330 Mon Sep 17 00:00:00 2001 From: ptr727 Date: Mon, 11 Sep 2023 02:29:53 +0000 Subject: [PATCH] Update Version.json and Matrix.json --- Make/Matrix.json | 52 +++++++++++++++++++++++++++++++++++++++++++++++ Make/Version.json | 7 +++++++ 2 files changed, 59 insertions(+) diff --git a/Make/Matrix.json b/Make/Matrix.json index deef907..8fa04ea 100644 --- a/Make/Matrix.json +++ b/Make/Matrix.json @@ -29,6 +29,19 @@ "DOWNLOAD_VERSION=5.1.0.37133" ] }, + { + "Name": "NxMeta", + "Branch": "main", + "CacheScope": "default", + "Tags": [ + "docker.io/ptr727/nxmeta:6.0.0.37363", + "docker.io/ptr727/nxmeta:beta" + ], + "Args": [ + "DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip", + "DOWNLOAD_VERSION=6.0.0.37363" + ] + }, { "Name": "NxMeta-LSIO", "Branch": "main", @@ -56,6 +69,19 @@ "DOWNLOAD_VERSION=5.1.0.37133" ] }, + { + "Name": "NxMeta-LSIO", + "Branch": "main", + "CacheScope": "lsio", + "Tags": [ + "docker.io/ptr727/nxmeta-lsio:6.0.0.37363", + "docker.io/ptr727/nxmeta-lsio:beta" + ], + "Args": [ + "DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip", + "DOWNLOAD_VERSION=6.0.0.37363" + ] + }, { "Name": "NxWitness", "Branch": "main", @@ -190,6 +216,19 @@ "DOWNLOAD_VERSION=5.1.0.37133" ] }, + { + "Name": "NxMeta", + "Branch": "develop", + "CacheScope": "default", + "Tags": [ + "docker.io/ptr727/nxmeta:develop-6.0.0.37363", + "docker.io/ptr727/nxmeta:develop-beta" + ], + "Args": [ + "DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip", + "DOWNLOAD_VERSION=6.0.0.37363" + ] + }, { "Name": "NxMeta-LSIO", "Branch": "develop", @@ -217,6 +256,19 @@ "DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37133/metavms-server_update-5.1.0.37133-linux_x64.zip", "DOWNLOAD_VERSION=5.1.0.37133" ] + }, + { + "Name": "NxMeta-LSIO", + "Branch": "develop", + "CacheScope": "lsio", + "Tags": [ + "docker.io/ptr727/nxmeta-lsio:develop-6.0.0.37363", + "docker.io/ptr727/nxmeta-lsio:develop-beta" + ], + "Args": [ + "DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip", + "DOWNLOAD_VERSION=6.0.0.37363" + ] } ] } \ No newline at end of file diff --git a/Make/Version.json b/Make/Version.json index 99f3f73..106dad2 100644 --- a/Make/Version.json +++ b/Make/Version.json @@ -5,6 +5,13 @@ { "Product": "NxMeta", "Versions": [ + { + "Version": "6.0.0.37363", + "Uri": "https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip", + "Labels": [ + "Beta" + ] + }, { "Version": "5.1.0.37133", "Uri": "https://updates.networkoptix.com/metavms/37133/metavms-server_update-5.1.0.37133-linux_x64.zip",