Feature/acs 5198 upgrade activemq image to jre17 (#796)

* ACS-5198 Upgrade activemq image from 5.17.1-jre11 to 5.17.4-jre17

* ACS-5198 Bump activemq image from 5.17.1 to 5.17.4

* ACS-5198 Bump log for activemq from 5.17.1 to 5.17.4

* ACS-5198 Remove minor and patch version from activemq log
This commit is contained in:
Sara
2023-05-16 19:37:21 +01:00
committed by GitHub
parent 0de8f6c4f2
commit df3bcf6147
7 changed files with 12 additions and 12 deletions

View File

@@ -114,7 +114,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.4-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
@@ -123,7 +123,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.17.1 .* started</log>
<log>Apache ActiveMQ 5.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>