Skip to content

Commit

Permalink
Merge pull request #62 from rh-messaging/fix-docker
Browse files Browse the repository at this point in the history
replace docker images with quay
  • Loading branch information
tlbueno authored Dec 16, 2020
2 parents cbae878 + e85c5d0 commit 71a123e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/api/client/amqp/qeclients/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ var (
QEClientImageMap = map[AmqpQEClientImpl]AmqpQEClientImplInfo{
Python: {
Name: "cli-proton-python",
Image: "docker.io/rhmessagingqe/cli-proton-python:latest",
Image: "quay.io/rhmessagingqe/cli-proton-python:latest",
CommandSender: "cli-proton-python-sender",
CommandReceiver: "cli-proton-python-receiver",
},
Java: {
Name: "cli-qpid-java",
Image: "docker.io/rhmessagingqe/cli-java:latest",
Image: "quay.io/rhmessagingqe/cli-java:latest",
CommandSender: "cli-qpid-sender",
CommandReceiver: "cli-qpid-receiver",
},
Expand All @@ -40,7 +40,7 @@ var (
},
NodeJS: {
Name: "cli-rhea-nodejs",
Image: "docker.io/rhmessagingqe/cli-rhea:centos7",
Image: "quay.io/rhmessagingqe/cli-rhea:centos7",
CommandSender: "cli-rhea-sender",
CommandReceiver: "cli-rhea-receiver",
},
Expand Down

0 comments on commit 71a123e

Please sign in to comment.