Skip to content

Commit

Permalink
Pin testing Accumulo image to version 47
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Oct 13, 2021
1 parent e0d2f2b commit 91fd056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static TestingAccumuloServer getInstance()

private TestingAccumuloServer()
{
accumuloContainer = new FixedHostPortGenericContainer<>("ghcr.io/trinodb/testing/accumulo");
accumuloContainer = new FixedHostPortGenericContainer<>("ghcr.io/trinodb/testing/accumulo:47");
accumuloContainer.withFixedExposedPort(ACCUMULO_MASTER_PORT, ACCUMULO_MASTER_PORT);
accumuloContainer.withFixedExposedPort(ACCUMULO_TSERVER_PORT, ACCUMULO_TSERVER_PORT);
accumuloContainer.withExposedPorts(ZOOKEEPER_PORT);
Expand Down

0 comments on commit 91fd056

Please sign in to comment.