Skip to content

Commit 0fecfc5

Browse files
committed
Merge branch hotfix/v8.3.1 into develop
2 parents 2df1459 + c867cf5 commit 0fecfc5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker-bake.hcl

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ variable "BASE_VERSION" {
6868
default = ""
6969
}
7070

71+
variable "PACKAGE_SUFFIX" {
72+
default = ""
73+
}
74+
7175
variable "PG_VERSION" {
7276
default = ""
7377
}
@@ -130,6 +134,7 @@ target "documentserver-ucs" {
130134
"COMPANY_NAME": "${COMPANY_NAME}"
131135
"PACKAGE_VERSION": "${PACKAGE_VERSION}"
132136
"PACKAGE_BASEURL": "${PACKAGE_BASEURL}"
137+
"PACKAGE_SUFFIX": "${PACKAGE_SUFFIX}"
133138
"BASE_VERSION": "${BASE_VERSION}"
134139
"PG_VERSION": "${PG_VERSION}"
135140
}

tests/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The files in this folder are intended for use in integration auto-tests.
2+
3+
All credentials are strictly for testing purposes only.

0 commit comments

Comments
 (0)