You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/08/31 06:21:10 UTC

[camel] 03/03: Use Latest Artemis 2.18.0 in test-infra

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a29ef40df9aee800fe28c1e9d96c6d1a9c35a1c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 31 08:16:57 2021 +0200

    Use Latest Artemis 2.18.0 in test-infra
---
 .../resources/org/apache/camel/test/infra/artemis/services/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile b/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile
index 2d921f2..1922c50 100644
--- a/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile
+++ b/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile
@@ -16,7 +16,7 @@ ARG FROMIMAGE
 FROM $FROMIMAGE as artemis-base
 LABEL maintainer="orpiske@apache.org"
 ARG ARTEMIS_VERSION
-ENV ARTEMIS_VERSION ${ARTEMIS_VERSION:-2.17.0}
+ENV ARTEMIS_VERSION ${ARTEMIS_VERSION:-2.18.0}
 ARG ARTEMIS_JOURNAL
 ENV ARTEMIS_JOURNAL ${ARTEMIS_JOURNAL:-aio}
 ENV JMS_BROKER_ROOT /opt/camel-kafka-connector/artemis/
@@ -33,4 +33,4 @@ ENV JAVA_HOME /etc/alternatives/jre
 
 FROM artemis-base as artemis
 RUN ${JMS_BROKER_ROOT}/apache-artemis/bin/artemis create --${ARTEMIS_JOURNAL} --relax-jolokia --allow-anonymous --http-host 0.0.0.0 --user admin --password "admin" --role amq --data /artemis-storage ${JMS_BROKER_ROOT}/apache-artemis-instance
-CMD [ "sh", "-c", "./apache-artemis-instance/bin/artemis run" ]
\ No newline at end of file
+CMD [ "sh", "-c", "./apache-artemis-instance/bin/artemis run" ]