Skip to content

Commit

Permalink
Update the AMQP Dev service image to
Browse files Browse the repository at this point in the history
quay.io/artemiscloud/activemq-artemis-broker:1.0.17

Fix #29525
  • Loading branch information
cescoffier committed May 25, 2023
1 parent 4108a2c commit 6fb87f3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ public class AmqpDevServicesBuildTimeConfig {
* Note that only ActiveMQ Artemis images are supported.
* Specifically, the image repository must end with {@code artemiscloud/activemq-artemis-broker}.
*
* Check https://quay.io/repository/artemiscloud/activemq-artemis-broker to find the available versions.
* Check the <a href="https://quay.io/repository/artemiscloud/activemq-artemis-broker">activemq-artemis-broker on Quay
* page</a>
* to find the available versions.
*/
@ConfigItem(defaultValue = "quay.io/artemiscloud/activemq-artemis-broker:1.0.11")
@ConfigItem(defaultValue = "quay.io/artemiscloud/activemq-artemis-broker:1.0.17")
public String imageName;

/**
Expand Down

0 comments on commit 6fb87f3

Please sign in to comment.