We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e554a commit e29bc9aCopy full SHA for e29bc9a
e2e/e2e.sh
@@ -10,12 +10,12 @@ readonly PROJECT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null && pw
10
11
# This file contatins psql views with complex types to validate and troubleshoot dbeam
12
13
-PSQL_DOCKER_IMAGE=postgres:10
+PSQL_DOCKER_IMAGE=postgres:16
14
PSQL_USER=postgres
15
-PSQL_PASSWORD=mysecretpassword
+PSQL_PASSWORD=tempandnotasecret
16
PSQL_DB=dbeam_test
17
DOCKER_NETWORK=dbeam1-network
18
-JAVA_DOCKER_IMAGE=gcr.io/distroless/java:11
+JAVA_DOCKER_IMAGE=gcr.io/distroless/java:17
19
20
startPostgres() {
21
set -o xtrace
0 commit comments