We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2df1459 + c867cf5 commit 0fecfc5Copy full SHA for 0fecfc5
docker-bake.hcl
@@ -68,6 +68,10 @@ variable "BASE_VERSION" {
68
default = ""
69
}
70
71
+variable "PACKAGE_SUFFIX" {
72
+ default = ""
73
+}
74
+
75
variable "PG_VERSION" {
76
77
@@ -130,6 +134,7 @@ target "documentserver-ucs" {
130
134
"COMPANY_NAME": "${COMPANY_NAME}"
131
135
"PACKAGE_VERSION": "${PACKAGE_VERSION}"
132
136
"PACKAGE_BASEURL": "${PACKAGE_BASEURL}"
137
+ "PACKAGE_SUFFIX": "${PACKAGE_SUFFIX}"
133
138
"BASE_VERSION": "${BASE_VERSION}"
139
"PG_VERSION": "${PG_VERSION}"
140
tests/README.md
@@ -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