Skip to content

Commit

Permalink
Prefix DB image names with docker.io registry hostname
Browse files Browse the repository at this point in the history
We had some issues with Podman default config requiring a registry to be defined
  • Loading branch information
tsegismont committed Jan 21, 2022
1 parent e6586fc commit 5cf6d36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
<opensearch.protocol>http</opensearch.protocol>

<!-- Database images for JDBC/Reactive/Hibernate tests -->
<postgres.image>postgres:14.1</postgres.image>
<mariadb.image>mariadb:10.4</mariadb.image>
<db2.image>ibmcom/db2:11.5.5.0</db2.image>
<postgres.image>docker.io/postgres:14.1</postgres.image>
<mariadb.image>docker.io/mariadb:10.4</mariadb.image>
<db2.image>docker.io/ibmcom/db2:11.5.5.0</db2.image>
<mssqldb.image>mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04</mssqldb.image>
<oracle.image>gvenzl/oracle-xe:21.3.0-slim</oracle.image>
<oracle.image>docker.io/gvenzl/oracle-xe:21.3.0-slim</oracle.image>

<!-- Align various dependencies that are not really part of the bom-->
<junit4.version>4.13.2</junit4.version>
Expand Down

0 comments on commit 5cf6d36

Please sign in to comment.