Skip to content

Commit

Permalink
Merge pull request #951 from michalvavrik/feature/use-apicurio-4-x-re…
Browse files Browse the repository at this point in the history
…lease-image-docker

Fix tests using Apicurio registry by using 2.4.x-release Docker image tag as previous tags do not have manifest
  • Loading branch information
jcarranzan authored Nov 15, 2023
2 parents 8ba5f8c + 3001613 commit d6d04d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public enum KafkaRegistry {
CONFLUENT("confluentinc/cp-schema-registry", "7.3.3", "/", 8081),
APICURIO("quay.io/apicurio/apicurio-registry-mem", "2.4.2.Final", "/apis", 8080);
APICURIO("quay.io/apicurio/apicurio-registry-mem", "2.4.x-release", "/apis", 8080);

private final String image;
private final String defaultVersion;
Expand Down

0 comments on commit d6d04d7

Please sign in to comment.