Skip to content

Commit

Permalink
remove eureka-servier:0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Jul 17, 2024
1 parent 5f6c1be commit c2751f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ public class EurekaDiscoveryCDITest {
public GenericContainer<?> eureka = new GenericContainer<>(DockerImageName.parse("quay.io/amunozhe/eureka-server:0.3"))
.withExposedPorts(EUREKA_PORT);

@Container
public GenericContainer<?> eureka2 = new GenericContainer<>(DockerImageName.parse("quay.io/amunozhe/eureka-server:0.2"))
.withExposedPorts(8762);

private static Vertx vertx = Vertx.vertx();;
private WebClient client;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ public class EurekaDiscoveryTest {
public GenericContainer<?> eureka = new GenericContainer<>(DockerImageName.parse("quay.io/amunozhe/eureka-server:0.3"))
.withExposedPorts(EUREKA_PORT);

@Container
public GenericContainer<?> eureka2 = new GenericContainer<>(DockerImageName.parse("quay.io/amunozhe/eureka-server:0.2"))
.withExposedPorts(8762);

private static Vertx vertx = Vertx.vertx();
private WebClient client;

Expand Down

0 comments on commit c2751f2

Please sign in to comment.