Skip to content

Commit

Permalink
Pin OceanBase image (#9416)
Browse files Browse the repository at this point in the history
Current version 4.2.1-lts is a mutable image and it has been failing in CI.
We are pinning to tag 4.2.1.8-108000022024072217.
  • Loading branch information
eddumelendez authored Oct 18, 2024
1 parent 29b0c5f commit cdf4466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public class OceanBaseCEContainerProvider extends JdbcDatabaseContainerProvider {

private static final String DEFAULT_TAG = "4.2.1-lts";
private static final String DEFAULT_TAG = "4.2.1.8-108000022024072217";

@Override
public boolean supports(String databaseType) {
Expand Down

0 comments on commit cdf4466

Please sign in to comment.