Skip to content

Commit

Permalink
Upgraded postregss 10 to 15 due to aarch64 v8 builds availablity
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Aug 8, 2023
1 parent 1af9e3f commit 70198f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public enum BuildAndRunCmds {
new String[]{CONTAINER_RUNTIME, "build", "--network=host", "-f", "src/main/docker/Dockerfile.native", "-t", "my-quarkus-mandrel-app", "."},
new String[]{CONTAINER_RUNTIME, "run", "--network=host", "--ulimit", "memlock=-1:-1", "-it", "-d", "--rm=true",
"--name", "quarkus_test_db", "-e", "POSTGRES_USER=quarkus_test", "-e", "POSTGRES_PASSWORD=quarkus_test",
"-e", "POSTGRES_DB=quarkus_test", "quay.io/debezium/postgres:10"},
"-e", "POSTGRES_DB=quarkus_test", "quay.io/debezium/postgres:15"},
new String[]{CONTAINER_RUNTIME, "run", "--network=host", "--cap-add=SYS_PTRACE", "--security-opt=seccomp=unconfined",
"-i", "-d", "--rm", "--name", ContainerNames.DEBUG_QUARKUS_BUILDER_IMAGE_VERTX.name, "my-quarkus-mandrel-app"}
}),
Expand Down

0 comments on commit 70198f9

Please sign in to comment.