Skip to content

Commit

Permalink
Upgrade default artemis image quay.io/artemiscloud/activemq-artemis-b…
Browse files Browse the repository at this point in the history
…roker from artemis.2.35.0 to artemis.2.36.0
  • Loading branch information
turing85 committed Jul 30, 2024
1 parent 55f32ab commit f03561e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface ArtemisDevServicesBuildTimeConfig {
/**
* The ActiveMQ Artemis container image to use.
* <p>
* Defaults to {@code quay.io/artemiscloud/activemq-artemis-broker:artemis.2.35.0}
* Defaults to {@code quay.io/artemiscloud/activemq-artemis-broker:artemis.2.36.0}
*/
Optional<String> imageName();

Expand Down Expand Up @@ -77,7 +77,7 @@ default int getPort() {
}

default String getImageName() {
return imageName().orElse("quay.io/artemiscloud/activemq-artemis-broker:artemis.2.35.0");
return imageName().orElse("quay.io/artemiscloud/activemq-artemis-broker:artemis.2.36.0");
}

default boolean isShared() {
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/quarkus-artemis-core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-artemis-core_quarkus-artemis-de
--
The ActiveMQ Artemis container image to use.

Defaults to `quay.io/artemiscloud/activemq-artemis-broker:artemis.2.35.0`
Defaults to `quay.io/artemiscloud/activemq-artemis-broker:artemis.2.36.0`

ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_ARTEMIS_DEVSERVICES_IMAGE_NAME+++[]
Expand Down

0 comments on commit f03561e

Please sign in to comment.