From 766cfc68da22bca8853887ecfe44e1cba6c9c897 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 9 Jan 2025 16:23:41 +0900 Subject: [PATCH] Added Project ID for RHEL container catalog --- build.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build.json b/build.json index ab73cb2bb..e3464a21b 100644 --- a/build.json +++ b/build.json @@ -33,18 +33,18 @@ "windows-2022": "ltsc2022" }, "components": { - "agent": { "base": "build-mysql", "rhel": true }, - "agent2": { "base": "build-mysql", "rhel": true }, - "java-gateway": { "base": "build-mysql", "rhel": true }, - "proxy-mysql": { "base": "build-mysql", "rhel": true }, - "proxy-sqlite3": { "base": "build-sqlite3", "rhel": true }, - "server-mysql": { "base": "build-mysql", "rhel": true }, - "server-pgsql": { "base": "build-pgsql", "rhel": true }, - "snmptraps": { "base": "", "rhel": true }, + "agent": { "base": "build-mysql", "rhel": true, "rhel_project": "677f77db8eed271c3b57f89c"}, + "agent2": { "base": "build-mysql", "rhel": true, "rhel_project": "677f77f5ff828d13ec600136" }, + "java-gateway": { "base": "build-mysql", "rhel": true, "rhel_project": "677f78017d3958c7db3b9dab" }, + "proxy-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f77fc29e466cc49028e7c" }, + "proxy-sqlite3": { "base": "build-sqlite3", "rhel": true, "rhel_project": "677f780fff828d13ec600197" }, + "server-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f782b7d3958c7db3b9e8b" }, + "server-pgsql": { "base": "build-pgsql", "rhel": true, "rhel_project": "677f7810d6738ecb1fe1a3cd" }, + "snmptraps": { "base": "", "rhel": true, "rhel_project": "677f7883ff828d13ec600382" }, "web-apache-mysql": { "base": "build-mysql", "rhel": false }, "web-apache-pgsql": { "base": "build-pgsql", "rhel": false }, - "web-nginx-mysql": { "base": "build-mysql", "rhel": true }, - "web-nginx-pgsql": { "base": "build-mysql", "rhel": true }, - "web-service": { "base": "build-mysql", "rhel": true } + "web-nginx-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f780e6f42ae1c4ca93a2a" }, + "web-nginx-pgsql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f7819e7d294799b950af7" }, + "web-service": { "base": "build-mysql", "rhel": true, "rhel_project": "677f7836504e39205ffe84fe" } } }