[
https://issues.apache.org/jira/browse/AMQ-9305?focusedWorklogId=885312&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-885312
]
ASF GitHub Bot logged work on AMQ-9305:
---------------------------------------
Author: ASF GitHub Bot
Created on: 16/Oct/23 08:11
Start Date: 16/Oct/23 08:11
Worklog Time Spent: 10m
Work Description: essobedo commented on code in PR #1048:
URL: https://github.com/apache/activemq/pull/1048#discussion_r1360286002
##########
assembly/src/docker/build.sh:
##########
@@ -100,7 +100,7 @@ elif [ -n "${FROM_LOCAL}" ]; then
if [ -n "${ARCHIVE}" ]; then
DIST_DIR=${ARCHIVE}
else
- DIST_DIR="target/apache-activemq-*.tar.gz"
+ DIST_DIR="../../target/apache-activemq-*.tar.gz"
Review Comment:
Fixed thx
Issue Time Tracking
-------------------
Worklog Id: (was: 885312)
Time Spent: 40m (was: 0.5h)
> Adapt the docker-related files to Java 17
> -----------------------------------------
>
> Key: AMQ-9305
> URL: https://issues.apache.org/jira/browse/AMQ-9305
> Project: ActiveMQ
> Issue Type: Task
> Components: Broker
> Reporter: Nicolas Filotto
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
> Fix For: 6.0.0, 5.18.3, 5.17.6
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The Dockerfile and corresponding README need to be adapted to Java 17 in
> order to be able to launch a snapshot of ActiveMQ 5.19 inside a docker
> container.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)