Skip to content

Commit cd7f112

Browse files
Joel HansonGitHub Enterprise
authored andcommitted
feat: Update mq image to latest (#45)
Contributes to: event-integration/qp-planning#10883 Signed-off-by: Joel Hanson <joel.hanson2@ibm.com>
1 parent ccaa4e5 commit cd7f112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ language: java
33
services:
44
- docker
55

6-
script: mvn clean verify
6+
script: mvn clean test verify

src/integration/java/com/ibm/eventstreams/connect/mqsource/utils/MQTestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class MQTestUtil {
4545

4646
private static final Logger log = LoggerFactory.getLogger(MQTestUtil.class);
4747

48-
public static final String mqContainer = "docker-eu-public.artifactory.swg-devops.com/hyc-qp-stable-docker-local/mq-dev:9.3.3.0-arm64"; // Need to choose a container for integration tests, should work with all versions
48+
public static final String mqContainer = "icr.io/ibm-messaging/mq:latest";
4949

5050
/**
5151
* Puts all messages to the specified MQ queue. Used in tests to

0 commit comments

Comments
 (0)