[
https://issues.apache.org/jira/browse/AMQ-9305?focusedWorklogId=885183&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-885183
]
ASF GitHub Bot logged work on AMQ-9305:
---------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/23 16:40
Start Date: 14/Oct/23 16:40
Worklog Time Spent: 10m
Work Description: essobedo commented on code in PR #1048:
URL: https://github.com/apache/activemq/pull/1048#discussion_r1359479201
##########
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:
Good question, since I was not sure from where to launch the script because
I did not find any doc about it, I may have changed it incorrectly. I will
revert it asap.
Issue Time Tracking
-------------------
Worklog Id: (was: 885183)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)