From a349692e609e2f9b53e4367a67345849cd14ebda Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Fri, 10 Jan 2025 13:35:29 +0000 Subject: [PATCH 1/2] Add folder description (#16) --- tests/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..c17b546 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,3 @@ +The files in this folder are intended for use in integration auto-tests. + +All credentials are strictly for testing purposes only. \ No newline at end of file From c867cf5eb7eda930826133436c87e839a7606267 Mon Sep 17 00:00:00 2001 From: Nasrullo Nurullaev Date: Thu, 6 Feb 2025 14:36:25 +0500 Subject: [PATCH 2/2] Fix issue with building documentserver-ucs --- docker-bake.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-bake.hcl b/docker-bake.hcl index 793d568..7db339c 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -68,6 +68,10 @@ variable "BASE_VERSION" { default = "" } +variable "PACKAGE_SUFFIX" { + default = "" +} + variable "PG_VERSION" { default = "" } @@ -130,6 +134,7 @@ target "documentserver-ucs" { "COMPANY_NAME": "${COMPANY_NAME}" "PACKAGE_VERSION": "${PACKAGE_VERSION}" "PACKAGE_BASEURL": "${PACKAGE_BASEURL}" + "PACKAGE_SUFFIX": "${PACKAGE_SUFFIX}" "BASE_VERSION": "${BASE_VERSION}" "PG_VERSION": "${PG_VERSION}" }