Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion it/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<!-- pin down the version of DB and Selenium images -->
<db.image>library/postgres:10.4-alpine</db.image>
<db.image>library/postgres:14.18-alpine</db.image>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should use this chance and move db.image to the parent pom?

<selenium.image>seleniarm/standalone-chromium:110.0</selenium.image>

<!-- use the latest locally built Concord images -->
Expand Down
2 changes: 1 addition & 1 deletion it/runtime-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<it.local.mode>false</it.local.mode>
<maxParallelTestThreads>3</maxParallelTestThreads>
<db.image>library/postgres:10</db.image>
<db.image>library/postgres:14.18-alpine</db.image>
<server.image>walmartlabs/concord-server</server.image>
<agent.image>walmartlabs/concord-agent</agent.image>
<ryuk.image>testcontainers/ryuk:0.6.0</ryuk.image>
Expand Down
2 changes: 1 addition & 1 deletion it/runtime-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<it.local.mode>false</it.local.mode>
<db.image>library/postgres:10</db.image>
<db.image>library/postgres:14.18-alpine</db.image>
<server.image>walmartlabs/concord-server</server.image>
<agent.image>walmartlabs/concord-agent</agent.image>
<ryuk.image>testcontainers/ryuk:0.6.0</ryuk.image>
Expand Down
2 changes: 1 addition & 1 deletion server/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<name>${project.groupId}:${project.artifactId}</name>

<properties>
<db.image>library/postgres:10.4-alpine</db.image>
<db.image>library/postgres:14.18-alpine</db.image>
<db.baseDir>${project.build.directory}/db</db.baseDir>
<db.changeLogPath>com/walmartlabs/concord/server/db/liquibase.xml</db.changeLogPath>
<db.host>localhost</db.host>
Expand Down
2 changes: 1 addition & 1 deletion server/plugins/ansible/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<name>${project.groupId}:${project.artifactId}</name>

<properties>
<db.image>library/postgres:10.4-alpine</db.image>
<db.image>library/postgres:14.18-alpine</db.image>
<db.baseDir>${project.build.directory}/db</db.baseDir>
<db.changeLogPath>com/walmartlabs/concord/server/plugins/ansible/db/liquibase.xml</db.changeLogPath>
<db.host>localhost</db.host>
Expand Down
2 changes: 1 addition & 1 deletion server/plugins/noderoster/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<name>${project.groupId}:${project.artifactId}</name>

<properties>
<db.image>library/postgres:10.4-alpine</db.image>
<db.image>library/postgres:14.18-alpine</db.image>
<db.baseDir>${project.build.directory}/db</db.baseDir>
<db.changeLogPath>com/walmartlabs/concord/server/plugins/noderoster/db/liquibase.xml</db.changeLogPath>
<db.host>localhost</db.host>
Expand Down