Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -15,7 +15,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>
<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 @@ -16,7 +16,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 @@ -15,7 +15,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 @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<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 @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<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 @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<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